2023-12-05T15:35:20.465 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-05T15:35:20.466 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi --owner scheduled_gabrioux@teuthology --verbose --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884 -- /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884/orig.config.yaml 2023-12-05T15:35:20.503 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T15:35:20.590 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884 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@redhat.com first_in_suite: false job_id: '7477884' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-05_15:27:23-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: 60 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: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ2qGnSIkMUEVE3aOrbPU0xjtiw1p8iYqCalbkU18vXFJxNTT6IN26Z7AoxMg7NJIr73alzk52LoPqj4r6ezaEc= smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHCdHpwSObwIWSW+bYWIcvSZLFBFAOr5e+4jqyhIWbo4RwpPPoC4B0PI4XbX9Kib48V72GX6qg/ZFKR6oD0RCzE= 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_15:27:23 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: false 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-05T15:35:20.591 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-05T15:35:20.591 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-05T15:35:20.591 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-05T15:35:20.593 INFO:teuthology.task.internal:Checking packages... 2023-12-05T15:35:20.616 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-05T15:35:20.616 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-05T15:35:20.616 INFO:teuthology.packaging:ref: None 2023-12-05T15:35:20.616 INFO:teuthology.packaging:tag: None 2023-12-05T15:35:20.616 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-05T15:35:20.616 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:35:20.617 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-05T15:35:20.841 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13.ge6605fb8 2023-12-05T15:35:20.842 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-05T15:35:20.848 INFO:teuthology.task.internal:no buildpackages task found 2023-12-05T15:35:20.849 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-05T15:35:20.886 INFO:teuthology.task.internal:Saving configuration 2023-12-05T15:35:20.902 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-05T15:35:20.909 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T15:35:20.935 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884', '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 15:27:36.294801', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ2qGnSIkMUEVE3aOrbPU0xjtiw1p8iYqCalbkU18vXFJxNTT6IN26Z7AoxMg7NJIr73alzk52LoPqj4r6ezaEc='} 2023-12-05T15:35:20.953 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884', '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 15:27:36.293387', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHCdHpwSObwIWSW+bYWIcvSZLFBFAOr5e+4jqyhIWbo4RwpPPoC4B0PI4XbX9Kib48V72GX6qg/ZFKR6oD0RCzE='} 2023-12-05T15:35:20.953 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-05T15:35:20.959 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-05T15:35:20.959 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-05T15:35:20.959 INFO:teuthology.run_tasks:Running task console_log... 2023-12-05T15:35:21.042 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2ada1b3ee0>, signals=[15]) 2023-12-05T15:35:21.042 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-05T15:35:21.060 INFO:teuthology.task.internal:Opening connections... 2023-12-05T15:35:21.060 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T15:35:21.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:35:21.133 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2023-12-05T15:35:21.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:35:21.203 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-05T15:35:21.211 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2023-12-05T15:35:21.234 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2023-12-05T15:35:21.235 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2023-12-05T15:35:21.297 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="8" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="8" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el8" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2023-12-05T15:35:21.298 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T15:35:21.299 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T15:35:21.299 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-05T15:35:21.299 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2023-12-05T15:35:21.325 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2023-12-05T15:35:21.347 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2023-12-05T15:35:21.347 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2023-12-05T15:35:21.408 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="CentOS Stream" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="8" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:ID="centos" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="rhel fedora" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="8" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el8" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://centos.org/" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T15:35:21.409 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-05T15:35:21.410 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2023-12-05T15:35:21.433 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-05T15:35:21.441 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-05T15:35:21.463 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-05T15:35:21.463 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2023-12-05T15:35:21.466 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2023-12-05T15:35:21.487 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-05T15:35:21.495 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-05T15:35:21.496 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2023-12-05T15:35:21.528 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2023-12-05T15:35:21.562 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-05T15:35:21.618 INFO:teuthology.run_tasks:Running task kernel... 2023-12-05T15:35:21.634 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-05T15:35:21.634 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-05T15:35:21.634 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T15:35:21.635 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T15:35:21.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:21.656 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-12-05T15:35:21.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:21.657 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-12-05T15:35:21.717 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-489.el8.x86_64 2023-12-05T15:35:21.718 INFO:teuthology.task.kernel:Running kernel on smithi203: 4.18.0-489.el8.x86_64 2023-12-05T15:35:21.718 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2023-12-05T15:35:21.719 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-489.el8.x86_64 2023-12-05T15:35:21.719 INFO:teuthology.task.kernel:Running kernel on smithi040: 4.18.0-489.el8.x86_64 2023-12-05T15:35:21.719 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2023-12-05T15:43:39.428 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - AppStream 71 kB/s | 34 MB 08:15 2023-12-05T15:43:40.365 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - AppStream 71 kB/s | 34 MB 08:15 2023-12-05T15:43:50.240 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 55 MB 00:03 2023-12-05T15:43:51.727 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - BaseOS 9.7 MB/s | 55 MB 00:05 2023-12-05T15:43:58.348 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras 56 kB/s | 18 kB 00:00 2023-12-05T15:43:59.190 INFO:teuthology.orchestra.run.smithi203.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 6.9 kB 00:00 2023-12-05T15:43:59.575 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-05T15:44:00.226 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras 136 kB/s | 18 kB 00:00 2023-12-05T15:44:00.602 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras common packages 38 kB/s | 6.9 kB 00:00 2023-12-05T15:44:00.903 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-05T15:44:00.945 INFO:teuthology.orchestra.run.smithi040.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-05T15:44:04.438 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 4.8 MB/s | 16 MB 00:03 2023-12-05T15:44:04.759 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 516 kB/s | 24 kB 00:00 2023-12-05T15:44:08.284 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-05T15:44:08.284 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-05T15:44:08.488 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-12-05T15:44:08.584 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T15:44:08.585 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-05T15:44:08.586 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T15:44:08.586 INFO:teuthology.orchestra.run.smithi203.stdout:Install 3 Packages 2023-12-05T15:44:08.586 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T15:44:08.586 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 90 M 2023-12-05T15:44:08.586 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 96 M 2023-12-05T15:44:08.586 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-05T15:44:12.354 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-05T15:44:12.354 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-05T15:44:12.653 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2023-12-05T15:44:12.654 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T15:44:12.654 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2023-12-05T15:44:12.654 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T15:44:12.654 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2023-12-05T15:44:12.654 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout:Install 3 Packages 2023-12-05T15:44:12.655 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T15:44:12.656 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 90 M 2023-12-05T15:44:12.656 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 96 M 2023-12-05T15:44:12.656 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2023-12-05T15:44:14.018 INFO:teuthology.orchestra.run.smithi040.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.8 MB/s | 10 MB 00:01 2023-12-05T15:44:14.218 INFO:teuthology.orchestra.run.smithi203.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 1.9 MB/s | 10 MB 00:05 2023-12-05T15:44:20.039 INFO:teuthology.orchestra.run.smithi040.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 4.9 MB/s | 36 MB 00:07 2023-12-05T15:44:20.955 INFO:teuthology.orchestra.run.smithi040.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 5.3 MB/s | 43 MB 00:08 2023-12-05T15:44:20.956 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:44:20.956 INFO:teuthology.orchestra.run.smithi040.stdout:Total 11 MB/s | 90 MB 00:08 2023-12-05T15:44:21.659 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2023-12-05T15:44:22.102 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2023-12-05T15:44:22.102 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2023-12-05T15:44:23.388 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2023-12-05T15:44:23.421 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2023-12-05T15:44:24.600 INFO:teuthology.orchestra.run.smithi203.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 2.3 MB/s | 36 MB 00:15 2023-12-05T15:44:25.351 INFO:teuthology.orchestra.run.smithi203.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 2.6 MB/s | 43 MB 00:16 2023-12-05T15:44:25.351 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:44:25.351 INFO:teuthology.orchestra.run.smithi203.stdout:Total 5.3 MB/s | 90 MB 00:16 2023-12-05T15:44:26.025 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-05T15:44:26.430 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2023-12-05T15:44:26.475 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-05T15:44:26.475 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-05T15:44:26.980 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T15:44:27.707 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-05T15:44:27.739 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-05T15:44:30.548 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-05T15:44:30.751 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T15:44:31.147 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T15:44:31.308 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T15:44:34.818 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T15:44:34.940 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T15:44:35.081 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:44:35.322 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T15:44:38.751 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T15:44:39.018 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:44:58.505 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:44:58.530 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:44:58.916 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:44:58.917 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-05T15:44:58.917 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-05T15:44:59.674 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:44:59.674 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T15:44:59.675 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2023-12-05T15:44:59.675 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-05T15:44:59.675 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-05T15:44:59.675 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T15:44:59.675 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2023-12-05T15:44:59.821 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T15:45:00.046 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T15:45:00.046 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T15:45:00.047 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-05T15:45:00.047 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T15:45:00.047 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T15:45:00.047 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-05T15:45:00.047 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T15:45:00.047 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T15:45:00.265 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T15:45:00.265 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T15:45:00.266 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.02 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 129.el8 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Group : System Environment/Base 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 9265586 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2023-12-05T15:45:00.300 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Relocations : (not relocatable) 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : CentOS BuildSystem 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2023-12-05T15:45:00.301 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T15:45:00.302 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2023-12-05T15:45:00.302 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-05T15:45:00.302 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 4.18.0-526.el8.x86_64 2023-12-05T15:45:00.303 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-05T15:45:00.952 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:45:00.976 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:45:01.323 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:45:01.323 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-05T15:45:01.323 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-05T15:45:01.717 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2023-12-05T15:45:02.142 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T15:45:02.142 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T15:45:02.142 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-05T15:45:02.142 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-05T15:45:02.142 INFO:teuthology.orchestra.run.smithi203.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-05T15:45:02.142 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T15:45:02.142 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-05T15:45:02.289 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T15:45:02.501 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T15:45:02.502 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T15:45:02.502 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-05T15:45:02.502 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T15:45:02.502 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T15:45:02.502 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-05T15:45:02.502 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T15:45:02.502 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T15:45:02.713 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T15:45:02.713 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T15:45:02.713 DEBUG:teuthology.orchestra.run.smithi203:> sudo rpm -qi grub2-tools 2023-12-05T15:45:02.747 INFO:teuthology.orchestra.run.smithi203.stdout:Name : grub2-tools 2023-12-05T15:45:02.747 INFO:teuthology.orchestra.run.smithi203.stdout:Epoch : 1 2023-12-05T15:45:02.747 INFO:teuthology.orchestra.run.smithi203.stdout:Version : 2.02 2023-12-05T15:45:02.747 INFO:teuthology.orchestra.run.smithi203.stdout:Release : 129.el8 2023-12-05T15:45:02.747 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: x86_64 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Group : System Environment/Base 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Size : 9265586 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:License : GPLv3+ 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Relocations : (not relocatable) 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Packager : CentOS BuildSystem 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Vendor : CentOS 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Summary : Support tools for GRUB. 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout:Description : 2023-12-05T15:45:02.748 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T15:45:02.749 INFO:teuthology.orchestra.run.smithi203.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-05T15:45:02.749 INFO:teuthology.orchestra.run.smithi203.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-05T15:45:02.749 INFO:teuthology.orchestra.run.smithi203.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-05T15:45:02.749 INFO:teuthology.orchestra.run.smithi203.stdout:hardware devices. 2023-12-05T15:45:02.749 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T15:45:02.749 INFO:teuthology.orchestra.run.smithi203.stdout:This subpackage provides tools for support of all platforms. 2023-12-05T15:45:02.750 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-05T15:45:02.750 INFO:teuthology.task.kernel:Updating grub on smithi203 to boot 4.18.0-526.el8.x86_64 2023-12-05T15:45:02.750 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-05T15:45:03.610 INFO:teuthology.orchestra.run.smithi040.stderr:done 2023-12-05T15:45:03.611 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2023-12-05T15:45:03.639 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.lxnwjZ0KK7 2023-12-05T15:45:03.639 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lxnwjZ0KK7 2023-12-05T15:45:03.723 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.lxnwjZ0KK7 2023-12-05T15:45:03.873 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.lxnwjZ0KK7 is 6KB 2023-12-05T15:45:03.922 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.lxnwjZ0KK7 2023-12-05T15:45:03.941 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2023-12-05T15:45:04.039 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-05T15:45:04.039 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-05T15:45:04.039 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-05T15:45:04.040 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-05T15:45:04.040 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-05T15:45:04.150 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2023-12-05T15:45:04.308 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2023-12-05T15:45:06.714 INFO:teuthology.orchestra.run.smithi203.stderr:done 2023-12-05T15:45:06.716 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2023-12-05T15:45:06.750 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.tZXiXOZ2ol 2023-12-05T15:45:06.750 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tZXiXOZ2ol 2023-12-05T15:45:06.824 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.tZXiXOZ2ol 2023-12-05T15:45:06.975 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.tZXiXOZ2ol is 6KB 2023-12-05T15:45:07.022 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.tZXiXOZ2ol 2023-12-05T15:45:07.040 DEBUG:teuthology.orchestra.run.smithi203:> sudo /bin/ls /boot/loader/entries || true 2023-12-05T15:45:07.118 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-05T15:45:07.118 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-05T15:45:07.118 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-05T15:45:07.118 INFO:teuthology.orchestra.run.smithi203.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-05T15:45:07.119 DEBUG:teuthology.orchestra.run.smithi203:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-05T15:45:07.301 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2023-12-05T15:45:34.178 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-05T15:45:34.178 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-05T15:45:34.179 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:45:37.306 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-05T15:45:37.306 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-05T15:45:37.307 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:45:52.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2023-12-05T15:45:55.810 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2023-12-05T15:46:01.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-05T15:46:01.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:46:04.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-05T15:46:04.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:46:07.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2023-12-05T15:46:19.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-05T15:46:19.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:47:01.790 DEBUG:teuthology.orchestra.remote:timed out 2023-12-05T15:47:13.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-05T15:47:13.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:47:14.096 DEBUG:teuthology.orchestra.run.smithi040:> true 2023-12-05T15:47:14.396 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-05T15:47:14.396 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-05T15:47:14.397 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-12-05T15:47:14.419 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-526.el8.x86_64 2023-12-05T15:47:14.419 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-05T15:47:14.419 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T15:47:14.419 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-05T15:47:15.420 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-05T15:47:15.420 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T15:47:15.516 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2023-12-05T15:47:15.530 DEBUG:teuthology.parallel:result is None 2023-12-05T15:47:19.893 DEBUG:teuthology.orchestra.remote:timed out 2023-12-05T15:47:34.894 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-05T15:47:34.895 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:47:35.189 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-12-05T15:47:35.477 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-05T15:47:35.477 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-05T15:47:35.477 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-12-05T15:47:35.497 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-526.el8.x86_64 2023-12-05T15:47:35.497 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-05T15:47:35.497 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T15:47:35.497 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-05T15:47:36.498 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-05T15:47:36.498 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T15:47:36.574 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2023-12-05T15:47:36.592 DEBUG:teuthology.parallel:result is None 2023-12-05T15:47:36.593 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-05T15:47:36.599 INFO:teuthology.task.internal:Creating test directory... 2023-12-05T15:47:36.599 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T15:47:36.602 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T15:47:36.623 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-05T15:47:36.630 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-05T15:47:36.656 INFO:teuthology.task.internal:Creating archive directory... 2023-12-05T15:47:36.656 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T15:47:36.665 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T15:47:36.705 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-05T15:47:36.713 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-05T15:47:36.714 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T15:47:36.741 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T15:47:36.775 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:47:36.780 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:47:36.787 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:47:36.790 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:47:36.792 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-05T15:47:36.799 INFO:teuthology.task.internal:Configuring sudo... 2023-12-05T15:47:36.799 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T15:47:36.832 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T15:47:36.864 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-05T15:47:36.873 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-05T15:47:36.873 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T15:47:36.906 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T15:47:36.927 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:47:37.017 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:47:37.088 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:47:37.140 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:47:37.188 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T15:47:37.188 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T15:47:37.262 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:47:37.307 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:47:37.370 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:47:37.460 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:47:37.504 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-05T15:47:37.504 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T15:47:37.572 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2023-12-05T15:47:37.574 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2023-12-05T15:47:37.641 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:47:37.673 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:47:38.137 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-05T15:47:38.146 INFO:teuthology.task.internal:Starting timer... 2023-12-05T15:47:38.147 INFO:teuthology.run_tasks:Running task pcp... 2023-12-05T15:47:38.191 INFO:teuthology.run_tasks:Running task selinux... 2023-12-05T15:47:38.223 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-05T15:47:38.223 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2023-12-05T15:47:38.311 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2023-12-05T15:47:38.313 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2023-12-05T15:47:38.389 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2023-12-05T15:47:38.391 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-05T15:47:38.391 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2023-12-05T15:47:38.437 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2023-12-05T15:47:38.438 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2023-12-05T15:47:38.514 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2023-12-05T15:47:38.514 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2023-12-05T15:47:38.514 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T15:47:38.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:47:38.550 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T15:47:38.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:47:38.577 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-05T15:47:38.577 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2023-12-05T15:47:38.625 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2023-12-05T15:47:38.652 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-05T15:47:38.663 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-05T15:47:38.663 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-05T15:47:38.680 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-05T15:47:38.681 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-05T16:08:15.180 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2023-12-05T16:08:15.181 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-05T16:08:15.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T16:08:15.257 DEBUG:teuthology.orchestra.run.smithi040:> true 2023-12-05T16:08:15.332 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-05T16:08:15.332 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-05T16:08:15.333 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T16:08:15.401 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-12-05T16:08:15.469 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-05T16:08:15.469 INFO:teuthology.run_tasks:Running task clock... 2023-12-05T16:08:15.479 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-05T16:08:15.479 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T16:08:15.480 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T16:08:15.482 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T16:08:15.482 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T16:08:15.521 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T16:08:15.536 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T16:08:15.541 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T16:08:15.556 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T16:08:15.608 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2023-12-05T16:08:15.620 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2023-12-05T16:08:15.621 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2023-12-05T16:08:15.631 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2023-12-05T16:08:15.638 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T16:08:15.645 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T16:08:15.654 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T16:08:15.659 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T16:08:15.724 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-12-05T16:08:15.727 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T16:08:15.728 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-12-05T16:08:15.728 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.728 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.728 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.728 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.728 INFO:teuthology.orchestra.run.smithi040.stderr:bash: ntpq: command not found 2023-12-05T16:08:15.732 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T16:08:15.732 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2023-12-05T16:08:15.732 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.733 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.733 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.733 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:08:15.733 INFO:teuthology.run_tasks:Running task pexec... 2023-12-05T16:08:15.743 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-05T16:08:15.743 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:08:15.743 DEBUG:teuthology.orchestra.run.smithi040:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T16:08:15.744 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2023-12-05T16:08:15.744 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T16:08:16.646 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:14:48 ago on Tue 05 Dec 2023 03:53:28 PM UTC. 2023-12-05T16:08:16.787 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:14:10 ago on Tue 05 Dec 2023 03:54:06 PM UTC. 2023-12-05T16:08:18.776 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout:Resetting modules: 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T16:08:18.777 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:08:19.033 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-05T16:08:19.153 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout:Resetting modules: 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T16:08:19.154 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:08:19.425 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2023-12-05T16:08:19.973 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:14:51 ago on Tue 05 Dec 2023 03:53:28 PM UTC. 2023-12-05T16:08:20.499 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:14:14 ago on Tue 05 Dec 2023 03:54:06 PM UTC. 2023-12-05T16:08:22.110 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-05T16:08:22.294 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout:Installing group/module packages: 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-05T16:08:22.295 INFO:teuthology.orchestra.run.smithi203.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout:Installing weak dependencies: 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout:Installing module profiles: 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools/common 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling module streams: 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools rhel8 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-05T16:08:22.296 INFO:teuthology.orchestra.run.smithi203.stdout:Install 13 Packages 2023-12-05T16:08:22.297 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:08:22.297 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 27 M 2023-12-05T16:08:22.297 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 89 M 2023-12-05T16:08:22.297 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-05T16:08:22.873 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2023-12-05T16:08:23.080 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T16:08:23.080 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout:Installing group/module packages: 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-05T16:08:23.081 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout:Installing weak dependencies: 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout:Installing module profiles: 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools/common 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling module streams: 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools rhel8 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout:Install 13 Packages 2023-12-05T16:08:23.082 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:08:23.083 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 27 M 2023-12-05T16:08:23.083 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 89 M 2023-12-05T16:08:23.083 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2023-12-05T16:12:28.582 INFO:teuthology.orchestra.run.smithi040.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-12-05T16:12:28.583 INFO:teuthology.orchestra.run.smithi040.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-12-05T16:12:28.583 INFO:teuthology.orchestra.run.smithi040.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm [Recv failure: Connection reset by peer] 2023-12-05T16:12:29.271 INFO:teuthology.orchestra.run.smithi040.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.0 kB/s | 750 kB 04:06 2023-12-05T16:12:29.380 INFO:teuthology.orchestra.run.smithi040.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.2 kB/s | 1.0 MB 04:06 2023-12-05T16:12:29.405 INFO:teuthology.orchestra.run.smithi040.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 284 kB/s | 38 kB 00:00 2023-12-05T16:12:29.514 INFO:teuthology.orchestra.run.smithi040.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.8 MB/s | 241 kB 00:00 2023-12-05T16:12:29.656 INFO:teuthology.orchestra.run.smithi040.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-12-05T16:12:29.764 INFO:teuthology.orchestra.run.smithi040.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-12-05T16:12:29.889 INFO:teuthology.orchestra.run.smithi040.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 751 kB/s | 94 kB 00:00 2023-12-05T16:12:30.223 INFO:teuthology.orchestra.run.smithi040.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.8 MB/s | 3.9 MB 00:00 2023-12-05T16:12:30.707 INFO:teuthology.orchestra.run.smithi040.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 40 kB/s | 9.6 MB 04:07 2023-12-05T16:12:30.840 INFO:teuthology.orchestra.run.smithi040.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 395 kB/s | 53 kB 00:00 2023-12-05T16:12:30.949 INFO:teuthology.orchestra.run.smithi040.stdout:(11/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.7 MB/s | 8.1 MB 00:01 2023-12-05T16:12:30.974 INFO:teuthology.orchestra.run.smithi040.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 307 kB/s | 41 kB 00:00 2023-12-05T16:12:31.008 INFO:teuthology.orchestra.run.smithi203.stdout:[MIRROR] aardvark-dns-1.8.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.8.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-12-05T16:12:31.009 INFO:teuthology.orchestra.run.smithi203.stdout:[MIRROR] buildah-1.32.0-1.module_el8+712+4cd1bd69.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/buildah-1.32.0-1.module_el8%2b712%2b4cd1bd69.x86_64.rpm [Recv failure: Connection reset by peer] 2023-12-05T16:12:31.009 INFO:teuthology.orchestra.run.smithi203.stdout:[MIRROR] cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/AppStream/x86_64/os/Packages/cockpit-podman-78-1.module_el8%2b712%2b4cd1bd69.noarch.rpm [Recv failure: Connection reset by peer] 2023-12-05T16:12:31.024 INFO:teuthology.orchestra.run.smithi040.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.2 MB/s | 2.5 MB 00:00 2023-12-05T16:12:31.024 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2023-12-05T16:12:31.025 INFO:teuthology.orchestra.run.smithi040.stdout:Total 110 kB/s | 27 MB 04:07 2023-12-05T16:12:31.303 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2023-12-05T16:12:31.327 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2023-12-05T16:12:31.327 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2023-12-05T16:12:31.604 INFO:teuthology.orchestra.run.smithi203.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.0 kB/s | 750 kB 04:09 2023-12-05T16:12:31.616 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2023-12-05T16:12:31.620 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2023-12-05T16:12:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.1 kB/s | 1.0 MB 04:09 2023-12-05T16:12:31.753 INFO:teuthology.orchestra.run.smithi203.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 255 kB/s | 38 kB 00:00 2023-12-05T16:12:31.789 INFO:teuthology.orchestra.run.smithi203.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.8 MB/s | 241 kB 00:00 2023-12-05T16:12:31.898 INFO:teuthology.orchestra.run.smithi203.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-05T16:12:32.006 INFO:teuthology.orchestra.run.smithi203.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 228 kB/s | 25 kB 00:00 2023-12-05T16:12:32.123 INFO:teuthology.orchestra.run.smithi203.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 805 kB/s | 94 kB 00:00 2023-12-05T16:12:32.298 INFO:teuthology.orchestra.run.smithi203.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.2 MB/s | 3.9 MB 00:00 2023-12-05T16:12:32.328 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2023-12-05T16:12:32.566 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-05T16:12:32.590 INFO:teuthology.orchestra.run.smithi203.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 39 kB/s | 9.6 MB 04:10 2023-12-05T16:12:32.672 INFO:teuthology.orchestra.run.smithi203.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 6.8 MB/s | 2.5 MB 00:00 2023-12-05T16:12:32.707 INFO:teuthology.orchestra.run.smithi203.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 450 kB/s | 53 kB 00:00 2023-12-05T16:12:32.725 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-05T16:12:32.774 INFO:teuthology.orchestra.run.smithi203.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 400 kB/s | 41 kB 00:00 2023-12-05T16:12:32.908 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-05T16:12:33.126 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T16:12:33.158 INFO:teuthology.orchestra.run.smithi203.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.9 MB/s | 8.1 MB 00:01 2023-12-05T16:12:33.159 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-05T16:12:33.159 INFO:teuthology.orchestra.run.smithi203.stdout:Total 109 kB/s | 27 MB 04:10 2023-12-05T16:12:33.416 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-05T16:12:33.437 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-05T16:12:33.437 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-05T16:12:33.701 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-05T16:12:33.704 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-05T16:12:33.719 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-05T16:12:34.532 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-05T16:12:34.747 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-05T16:12:34.762 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T16:12:34.934 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-05T16:12:35.013 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-05T16:12:35.129 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-05T16:12:35.241 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-05T16:12:35.408 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T16:12:35.488 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-05T16:12:35.891 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-05T16:12:35.984 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-05T16:12:36.839 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T16:12:37.020 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T16:12:37.042 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-05T16:12:37.206 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T16:12:37.260 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-05T16:12:37.500 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-05T16:12:37.668 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T16:12:37.669 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-05T16:12:37.771 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-05T16:12:38.211 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-05T16:12:38.553 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-05T16:12:38.553 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:12:38.553 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2023-12-05T16:12:38.553 INFO:teuthology.orchestra.run.smithi040.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:12:38.554 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2023-12-05T16:12:38.853 DEBUG:teuthology.parallel:result is None 2023-12-05T16:12:39.133 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T16:12:39.399 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-05T16:12:39.641 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-05T16:12:40.239 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-05T16:12:40.240 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-05T16:12:40.240 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-05T16:12:40.240 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T16:12:40.240 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-05T16:12:41.077 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-05T16:12:41.077 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-05T16:12:41.078 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:12:41.079 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-05T16:12:41.398 DEBUG:teuthology.parallel:result is None 2023-12-05T16:12:41.398 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-05T16:12:41.513 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-05T16:12:41.514 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-05T16:12:41.514 INFO:tasks.cephadm:Cluster fsid is 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:12:41.514 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-05T16:12:41.515 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-05T16:12:41.515 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi040': '172.21.15.40', 'mon.smithi203': '172.21.15.203'} 2023-12-05T16:12:41.515 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-05T16:12:41.515 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2023-12-05T16:12:41.553 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2023-12-05T16:12:41.580 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-05T16:12:41.581 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T16:12:41.746 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 5 16:12 /home/ubuntu/cephtest/cephadm 2023-12-05T16:12:41.746 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T16:12:41.924 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 5 16:12 /home/ubuntu/cephtest/cephadm 2023-12-05T16:12:41.924 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-05T16:12:41.948 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-05T16:12:41.976 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-05T16:12:41.977 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T16:12:41.991 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T16:12:43.621 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T16:12:43.696 INFO:teuthology.orchestra.run.smithi203.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout:{ 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout: "repo_digests": [ 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout: ] 2023-12-05T16:12:58.592 INFO:teuthology.orchestra.run.smithi203.stdout:} 2023-12-05T16:12:58.978 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:12:58.978 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T16:12:58.978 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T16:12:58.978 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2023-12-05T16:12:58.979 INFO:teuthology.orchestra.run.smithi040.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-05T16:12:58.979 INFO:teuthology.orchestra.run.smithi040.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-05T16:12:58.979 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2023-12-05T16:12:58.979 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:12:59.004 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2023-12-05T16:12:59.041 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2023-12-05T16:12:59.073 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2023-12-05T16:12:59.116 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2023-12-05T16:12:59.144 INFO:tasks.cephadm:Writing seed config... 2023-12-05T16:12:59.145 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-05T16:12:59.145 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-05T16:12:59.145 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-05T16:12:59.145 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-05T16:12:59.145 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-05T16:12:59.145 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-05T16:12:59.146 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-05T16:12:59.146 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-05T16:12:59.146 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:12:59.146 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-05T16:12:59.179 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 = 1dd1aab8-9389-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-05T16:12:59.179 DEBUG:teuthology.orchestra.run.smithi040:mon.smithi040> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040.service 2023-12-05T16:12:59.221 INFO:tasks.cephadm:Bootstrapping... 2023-12-05T16:12:59.221 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 1dd1aab8-9389-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.40 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:12:59.256 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:-- Logs begin at Tue 2023-12-05 15:46:26 UTC. -- 2023-12-05T16:12:59.449 INFO:teuthology.orchestra.run.smithi040.stderr:-------------------------------------------------------------------------------- 2023-12-05T16:12:59.449 INFO:teuthology.orchestra.run.smithi040.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '1dd1aab8-9389-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.40', '--skip-admin-label'] 2023-12-05T16:12:59.472 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: 4.6.1 2023-12-05T16:12:59.483 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying podman|docker is present... 2023-12-05T16:12:59.504 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: 4.6.1 2023-12-05T16:12:59.513 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying lvm2 is present... 2023-12-05T16:12:59.513 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying time synchronization is in place... 2023-12-05T16:12:59.520 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T16:12:59.526 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-05T16:12:59.533 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: enabled 2023-12-05T16:12:59.539 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: active 2023-12-05T16:12:59.539 INFO:teuthology.orchestra.run.smithi040.stderr:Unit chronyd.service is enabled and running 2023-12-05T16:12:59.539 INFO:teuthology.orchestra.run.smithi040.stderr:Repeating the final host check... 2023-12-05T16:12:59.561 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: 4.6.1 2023-12-05T16:12:59.571 INFO:teuthology.orchestra.run.smithi040.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-05T16:12:59.571 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl is present 2023-12-05T16:12:59.571 INFO:teuthology.orchestra.run.smithi040.stderr:lvcreate is present 2023-12-05T16:12:59.577 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T16:12:59.583 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-05T16:12:59.589 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: enabled 2023-12-05T16:12:59.595 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: active 2023-12-05T16:12:59.596 INFO:teuthology.orchestra.run.smithi040.stderr:Unit chronyd.service is enabled and running 2023-12-05T16:12:59.596 INFO:teuthology.orchestra.run.smithi040.stderr:Host looks OK 2023-12-05T16:12:59.596 INFO:teuthology.orchestra.run.smithi040.stderr:Cluster fsid: 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:12:59.597 INFO:teuthology.orchestra.run.smithi040.stderr:Acquiring lock 139773441233024 on /run/cephadm/1dd1aab8-9389-11ee-95a2-87774f69a715.lock 2023-12-05T16:12:59.597 INFO:teuthology.orchestra.run.smithi040.stderr:Lock 139773441233024 acquired on /run/cephadm/1dd1aab8-9389-11ee-95a2-87774f69a715.lock 2023-12-05T16:12:59.597 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying IP 172.21.15.40 port 3300 ... 2023-12-05T16:12:59.598 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying IP 172.21.15.40 port 6789 ... 2023-12-05T16:12:59.598 INFO:teuthology.orchestra.run.smithi040.stderr:Base mon IP is 172.21.15.40, final addrv is [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2023-12-05T16:12:59.601 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.40 metric 100 2023-12-05T16:12:59.601 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.40 metric 100 2023-12-05T16:12:59.604 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-05T16:12:59.604 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-05T16:12:59.604 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2023-12-05T16:12:59.607 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-05T16:12:59.607 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-05T16:12:59.607 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T16:12:59.607 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-05T16:12:59.607 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:12cc/64 scope link 2023-12-05T16:12:59.607 INFO:teuthology.orchestra.run.smithi040.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T16:12:59.609 INFO:teuthology.orchestra.run.smithi040.stderr:Mon IP `172.21.15.40` is in CIDR network `172.21.0.0/20` 2023-12-05T16:12:59.609 INFO:teuthology.orchestra.run.smithi040.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-05T16:12:59.609 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T16:12:59.692 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-05T16:13:00.085 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Getting image source signatures 2023-12-05T16:13:00.085 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-05T16:13:00.085 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-05T16:13:00.085 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-05T16:13:00.085 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-05T16:13:00.085 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-05T16:13:00.085 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-05T16:13:00.151 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: Writing manifest to image destination 2023-12-05T16:13:00.287 INFO:teuthology.orchestra.run.smithi040.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-05T16:13:00.664 INFO:teuthology.orchestra.run.smithi040.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T16:13:01.049 INFO:teuthology.orchestra.run.smithi040.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T16:13:01.050 INFO:teuthology.orchestra.run.smithi040.stderr:Extracting ceph user uid/gid from container image... 2023-12-05T16:13:01.321 INFO:teuthology.orchestra.run.smithi040.stderr:stat: 167 167 2023-12-05T16:13:01.641 INFO:teuthology.orchestra.run.smithi040.stderr:Creating initial keys... 2023-12-05T16:13:01.924 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-authtool: AQANTG9lhN3LNhAAZxnTprmIZ/CA5N6Q3mjmeQ== 2023-12-05T16:13:02.541 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-authtool: AQAOTG9l0IXsHxAAL0t27P6GAc3gnpdVjKPpSw== 2023-12-05T16:13:03.141 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph-authtool: AQAPTG9lRUsVCBAAXEGGespJXuYnWwV7+B/fmg== 2023-12-05T16:13:03.483 INFO:teuthology.orchestra.run.smithi040.stderr:Creating initial monmap... 2023-12-05T16:13:03.774 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T16:13:03.774 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-05T16:13:03.774 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:03.774 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T16:13:04.106 INFO:teuthology.orchestra.run.smithi040.stderr:monmaptool for smithi040 [v2:172.21.15.40:3300,v1:172.21.15.40:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T16:13:04.106 INFO:teuthology.orchestra.run.smithi040.stderr:setting min_mon_release = octopus 2023-12-05T16:13:04.106 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: set fsid to 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:04.106 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T16:13:04.106 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:13:04.107 INFO:teuthology.orchestra.run.smithi040.stderr:Creating mon... 2023-12-05T16:13:04.766 INFO:teuthology.orchestra.run.smithi040.stderr:create mon.smithi040 on 2023-12-05T16:13:04.888 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-05T16:13:04.992 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715.target. 2023-12-05T16:13:04.992 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715.target. 2023-12-05T16:13:05.230 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to reset failed state of unit ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040.service: Unit ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040.service not loaded. 2023-12-05T16:13:05.237 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715.target.wants/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040.service → /etc/systemd/system/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@.service. 2023-12-05T16:13:05.723 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: disabled 2023-12-05T16:13:05.732 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-05T16:13:05.732 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld.service is not enabled 2023-12-05T16:13:05.733 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T16:13:05.733 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mon to start... 2023-12-05T16:13:05.733 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mon... 2023-12-05T16:13:05.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:05 smithi040 ceph-mon[107448]: mon.smithi040 is new leader, mons smithi040 in quorum (ranks 0) 2023-12-05T16:13:06.263 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: cluster: 2023-12-05T16:13:06.263 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: id: 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:06.263 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-05T16:13:06.263 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:06.263 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: services: 2023-12-05T16:13:06.263 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi040 (age 0.506429s) 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: data: 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: pgs: 2023-12-05T16:13:06.264 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:06.618 INFO:teuthology.orchestra.run.smithi040.stderr:mon is available 2023-12-05T16:13:06.618 INFO:teuthology.orchestra.run.smithi040.stderr:Assimilating anything we can from ceph.conf... 2023-12-05T16:13:07.120 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:07.120 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [global] 2023-12-05T16:13:07.120 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: fsid = 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [mgr] 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [osd] 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T16:13:07.121 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T16:13:07.139 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:06 smithi040 ceph-mon[107448]: mon.smithi040 is new leader, mons smithi040 in quorum (ranks 0) 2023-12-05T16:13:07.139 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:06 smithi040 ceph-mon[107448]: monmap e1: 1 mons at {smithi040=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0]} 2023-12-05T16:13:07.140 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:06 smithi040 ceph-mon[107448]: fsmap 2023-12-05T16:13:07.140 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:06 smithi040 ceph-mon[107448]: osdmap e1: 0 total, 0 up, 0 in 2023-12-05T16:13:07.140 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:06 smithi040 ceph-mon[107448]: mgrmap e1: no daemons active 2023-12-05T16:13:07.140 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:06 smithi040 ceph-mon[107448]: from='client.? 172.21.15.40:0/865033608' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-05T16:13:07.477 INFO:teuthology.orchestra.run.smithi040.stderr:Generating new minimal ceph.conf... 2023-12-05T16:13:08.108 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:07 smithi040 ceph-mon[107448]: from='client.? 172.21.15.40:0/250466933' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T16:13:08.108 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:07 smithi040 ceph-mon[107448]: from='client.? 172.21.15.40:0/250466933' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-05T16:13:08.285 INFO:teuthology.orchestra.run.smithi040.stderr:Restarting the monitor... 2023-12-05T16:13:08.401 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 systemd[1]: Stopping Ceph mon.smithi040 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:13:08.402 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 bash[107745]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon.smithi040" found: no such container 2023-12-05T16:13:08.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi040[107425]: 2023-12-05T16:13:08.398+0000 7f43e62c0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi040 -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-05T16:13:08.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi040[107425]: 2023-12-05T16:13:08.398+0000 7f43e62c0700 -1 mon.smithi040@0(leader) e1 *** Got Signal Terminated *** 2023-12-05T16:13:09.207 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 bash[107758]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi040 2023-12-05T16:13:09.208 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 bash[107795]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon.smithi040" found: no such container 2023-12-05T16:13:09.208 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 systemd[1]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040.service: Succeeded. 2023-12-05T16:13:09.208 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 systemd[1]: Stopped Ceph mon.smithi040 for 1dd1aab8-9389-11ee-95a2-87774f69a715. 2023-12-05T16:13:09.208 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:08 smithi040 systemd[1]: Starting Ceph mon.smithi040 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:13:09.260 INFO:teuthology.orchestra.run.smithi040.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 bash[107864]: f8d806dca9259dfdc1b153093f6bff3764191eedb4d45789d52f927823cb62f3 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 systemd[1]: Started Ceph mon.smithi040 for 1dd1aab8-9389-11ee-95a2-87774f69a715. 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: set uid:gid to 167:167 (ceph:ceph) 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: pidfile_write: ignore empty --pid-file 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: load: jerasure load: lrc 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: RocksDB version: 6.15.5 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Compile date Apr 18 2022 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: DB SUMMARY 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: DB Session ID: WIOU054I6MYKFHTH6EC9 2023-12-05T16:13:09.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: CURRENT file: CURRENT 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: IDENTITY file: IDENTITY 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi040/store.db dir, Total Num: 1, files: 000008.sst 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi040/store.db: 000010.log size: 80755 ; 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.error_if_exists: 0 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.create_if_missing: 0 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.paranoid_checks: 1 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.env: 0x55aeaac9a860 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.fs: Posix File System 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.info_log: 0x55aeac0a5fa0 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_file_opening_threads: 16 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.statistics: (nil) 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.use_fsync: 0 2023-12-05T16:13:09.712 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_log_file_size: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.keep_log_file_num: 1000 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.recycle_log_file_num: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.allow_fallocate: 1 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.allow_mmap_reads: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.allow_mmap_writes: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.use_direct_reads: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.create_missing_column_families: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.db_log_dir: 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi040/store.db 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T16:13:09.713 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.advise_random_on_open: 1 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.db_write_buffer_size: 0 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.write_buffer_manager: 0x55aeac196330 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.rate_limiter: (nil) 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.wal_recovery_mode: 2 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.enable_thread_tracking: 0 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.enable_pipelined_write: 0 2023-12-05T16:13:09.714 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.unordered_write: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.row_cache: None 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.wal_filter: None 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.allow_ingest_behind: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.preserve_deletes: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.two_write_queues: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.manual_wal_flush: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.atomic_flush: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T16:13:09.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.log_readahead_size: 0 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.best_efforts_recovery: 0 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.allow_data_in_errors: 0 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.db_host_id: __hostname__ 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_background_jobs: 2 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_background_compactions: -1 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_subcompactions: 1 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_total_wal_size: 0 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T16:13:09.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_open_files: -1 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bytes_per_sync: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_readahead_size: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_background_flushes: -1 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Compression algorithms supported: 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kZSTD supported: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kXpressCompression supported: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kLZ4HCCompression supported: 1 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kLZ4Compression supported: 1 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kBZip2Compression supported: 0 2023-12-05T16:13:09.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kZlibCompression supported: 1 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: kSnappyCompression supported: 1 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi040/store.db/MANIFEST-000009 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.merge_operator: 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_filter: None 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_filter_factory: None 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.sst_partitioner_factory: None 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aeac071d00) 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: cache_index_and_filter_blocks: 1 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T16:13:09.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: pin_top_level_index_and_filter: 1 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: index_type: 0 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: data_block_index_type: 0 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: index_shortening: 1 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: hash_index_allow_collision: 1 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: checksum: 1 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: no_block_cache: 0 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache: 0x55aeac0dc170 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache_name: BinnedLRUCache 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache_options: 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: capacity : 536870912 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: num_shard_bits : 4 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: strict_capacity_limit : 0 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: high_pri_pool_ratio: 0.000 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache_compressed: (nil) 2023-12-05T16:13:09.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: persistent_cache: (nil) 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_size: 4096 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_size_deviation: 10 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_restart_interval: 16 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: index_block_restart_interval: 1 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: metadata_block_size: 4096 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: partition_filters: 0 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: use_delta_encoding: 1 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: whole_key_filtering: 1 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: verify_compression: 0 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: read_amp_bytes_per_bit: 0 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: format_version: 4 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: enable_index_compression: 1 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_align: 0 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.write_buffer_size: 33554432 2023-12-05T16:13:09.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_write_buffer_number: 2 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression: NoCompression 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression: Disabled 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.prefix_extractor: nullptr 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.num_levels: 7 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T16:13:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression_opts.level: 32767 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression_opts.strategy: 0 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compression_opts.enabled: false 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.target_file_size_base: 67108864 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T16:13:09.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.arena_block_size: 4194304 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.disable_auto_compactions: 0 2023-12-05T16:13:09.723 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.table_properties_collectors: 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.inplace_update_support: 0 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T16:13:09.724 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.bloom_locality: 0 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.max_successive_merges: 0 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.paranoid_file_checks: 0 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.force_consistency_checks: 1 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.report_bg_io_stats: 0 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.ttl: 2592000 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.enable_blob_files: false 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.min_blob_size: 0 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.blob_file_size: 268435456 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi040/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-05T16:13:09.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701792789271525, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: 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-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701792789272808, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77613, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75871, "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": 70327, "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": 1701792789, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4737c4b3-1853-4b10-949c-6f99738eefaa", "db_session_id": "WIOU054I6MYKFHTH6EC9"}} 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701792789273402, "job": 1, "event": "recovery_finished"} 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi040/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55aeac0c2a80 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: DB pointer 0x55aeac0d2000 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** DB Stats ** 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:13:09.726 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** Compaction Stats [default] ** 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: L0 2/0 77.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.4 0.00 0.00 1 0.001 0 0 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Sum 2/0 77.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.4 0.00 0.00 1 0.001 0 0 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.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 91.4 0.00 0.00 1 0.001 0 0 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** Compaction Stats [default] ** 2023-12-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.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 91.4 0.00 0.00 1 0.001 0 0 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative compaction: 0.00 GB write, 13.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Interval compaction: 0.00 GB write, 13.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** Compaction Stats [default] ** 2023-12-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: L0 2/0 77.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.4 0.00 0.00 1 0.001 0 0 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Sum 2/0 77.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.4 0.00 0.00 1 0.001 0 0 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** Compaction Stats [default] ** 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.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 91.4 0.00 0.00 1 0.001 0 0 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T16:13:09.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative compaction: 0.00 GB write, 13.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: starting mon.smithi040 rank 0 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi040 fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???) e1 preinit fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???).mds e1 new map 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???).mds e1 print_map 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: e1 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.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-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: legacy client fscid: -1 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: No filesystems configured 2023-12-05T16:13:09.730 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expand map: {default=false} 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta from 'false' to 'false' 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expanded map: {default=false} 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expand map: {default=info} 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta from 'info' to 'info' 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expanded map: {default=info} 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expand map: {default=daemon} 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expanded map: {default=daemon} 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expand map: {default=debug} 2023-12-05T16:13:09.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta from 'debug' to 'debug' 2023-12-05T16:13:09.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: expand_channel_meta expanded map: {default=debug} 2023-12-05T16:13:09.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mon.smithi040 is new leader, mons smithi040 in quorum (ranks 0) 2023-12-05T16:13:09.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: monmap e1: 1 mons at {smithi040=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0]} 2023-12-05T16:13:09.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: fsmap 2023-12-05T16:13:09.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: osdmap e1: 0 total, 0 up, 0 in 2023-12-05T16:13:09.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:09 smithi040 ceph-mon[107901]: mgrmap e1: no daemons active 2023-12-05T16:13:10.101 INFO:teuthology.orchestra.run.smithi040.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-05T16:13:10.102 INFO:teuthology.orchestra.run.smithi040.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:13:10.102 INFO:teuthology.orchestra.run.smithi040.stderr:Creating mgr... 2023-12-05T16:13:10.102 INFO:teuthology.orchestra.run.smithi040.stderr:Verifying port 9283 ... 2023-12-05T16:13:10.245 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Failed to reset failed state of unit ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mgr.smithi040.eariia.service: Unit ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mgr.smithi040.eariia.service not loaded. 2023-12-05T16:13:10.252 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715.target.wants/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mgr.smithi040.eariia.service → /etc/systemd/system/ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@.service. 2023-12-05T16:13:10.713 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: disabled 2023-12-05T16:13:10.722 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-05T16:13:10.723 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld.service is not enabled 2023-12-05T16:13:10.723 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T16:13:10.732 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: disabled 2023-12-05T16:13:10.742 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-05T16:13:10.742 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld.service is not enabled 2023-12-05T16:13:10.743 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-05T16:13:10.743 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr to start... 2023-12-05T16:13:10.743 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr... 2023-12-05T16:13:10.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:10 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1972650905' entity='client.admin' 2023-12-05T16:13:11.308 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "1dd1aab8-9389-11ee-95a2-87774f69a715", 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T16:13:11.309 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "smithi040" 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T16:13:11.310 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T16:13:11.314 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": false, 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:11.315 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-05T16:13:05.757074+0000", 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T16:13:11.316 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:11.642 INFO:teuthology.orchestra.run.smithi040.stderr:mgr not available, waiting (1/15)... 2023-12-05T16:13:11.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:11 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/237554126' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "1dd1aab8-9389-11ee-95a2-87774f69a715", 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T16:13:14.109 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "smithi040" 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T16:13:14.110 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T16:13:14.111 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T16:13:14.114 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": false, 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:14.115 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:14.116 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T16:13:14.116 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:14.116 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-05T16:13:05.757074+0000", 2023-12-05T16:13:14.116 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:14.116 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:14.116 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T16:13:14.116 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:14.369 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:14 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2973271496' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T16:13:14.467 INFO:teuthology.orchestra.run.smithi040.stderr:mgr not available, waiting (2/15)... 2023-12-05T16:13:16.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:16.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "1dd1aab8-9389-11ee-95a2-87774f69a715", 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "smithi040" 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-05T16:13:16.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T16:13:16.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T16:13:16.963 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T16:13:16.963 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T16:13:16.963 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:16.963 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T16:13:16.963 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": false, 2023-12-05T16:13:16.964 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-05T16:13:05.757074+0000", 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T16:13:16.965 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:17.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:17 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3143447104' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T16:13:17.308 INFO:teuthology.orchestra.run.smithi040.stderr:mgr not available, waiting (3/15)... 2023-12-05T16:13:18.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: Activating manager daemon smithi040.eariia 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: mgrmap e2: smithi040.eariia(active, starting, since 0.00297191s) 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr metadata", "who": "smithi040.eariia", "id": "smithi040.eariia"}]: dispatch 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: Manager daemon smithi040.eariia is now available 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' 2023-12-05T16:13:18.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:18 smithi040 ceph-mon[107901]: from='mgr.14100 172.21.15.40:0/3218665525' entity='mgr.smithi040.eariia' 2023-12-05T16:13:19.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:19 smithi040 ceph-mon[107901]: mgrmap e3: smithi040.eariia(active, since 1.00691s) 2023-12-05T16:13:19.951 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsid": "1dd1aab8-9389-11ee-95a2-87774f69a715", 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "health": { 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 0 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "smithi040" 2023-12-05T16:13:19.952 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T16:13:19.953 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T16:13:19.958 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": true, 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "iostat", 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "nfs", 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "restful" 2023-12-05T16:13:19.959 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ], 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "modified": "2023-12-05T16:13:05.757074+0000", 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "services": {} 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: }, 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T16:13:19.960 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:20.916 INFO:teuthology.orchestra.run.smithi040.stderr:mgr is available 2023-12-05T16:13:20.919 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:20 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1015914845' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T16:13:21.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:21 smithi040 ceph-mon[107901]: mgrmap e4: smithi040.eariia(active, since 3s) 2023-12-05T16:13:22.290 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [global] 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: fsid = 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [mgr] 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: [osd] 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T16:13:22.291 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T16:13:22.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:22 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1736628817' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T16:13:23.982 INFO:teuthology.orchestra.run.smithi040.stderr:Enabling cephadm module... 2023-12-05T16:13:25.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:25 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2686624149' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-05T16:13:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:26 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2686624149' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-05T16:13:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:26 smithi040 ceph-mon[107901]: mgrmap e5: smithi040.eariia(active, since 8s) 2023-12-05T16:13:29.775 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:29.775 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-05T16:13:29.775 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": true, 2023-12-05T16:13:29.775 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "active_name": "smithi040.eariia", 2023-12-05T16:13:29.775 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T16:13:29.775 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:30.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:30 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3303474105' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T16:13:31.465 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for the mgr to restart... 2023-12-05T16:13:31.465 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr epoch 5... 2023-12-05T16:13:32.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:32 smithi040 ceph-mon[107901]: Active manager daemon smithi040.eariia restarted 2023-12-05T16:13:32.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:32 smithi040 ceph-mon[107901]: Activating manager daemon smithi040.eariia 2023-12-05T16:13:32.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:32 smithi040 ceph-mon[107901]: osdmap e2: 0 total, 0 up, 0 in 2023-12-05T16:13:33.610 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:33.610 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-05T16:13:33.610 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T16:13:33.610 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:33.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: mgrmap e6: smithi040.eariia(active, starting, since 0.0529525s) 2023-12-05T16:13:33.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:13:33.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr metadata", "who": "smithi040.eariia", "id": "smithi040.eariia"}]: dispatch 2023-12-05T16:13:33.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:13:33.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:13:33.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:13:33.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: Manager daemon smithi040.eariia is now available 2023-12-05T16:13:33.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:33.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:33.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:33.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:33.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:33.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:13:33.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:33 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:13:33.972 INFO:teuthology.orchestra.run.smithi040.stderr:mgr epoch 5 is available 2023-12-05T16:13:33.972 INFO:teuthology.orchestra.run.smithi040.stderr:Setting orchestrator backend to cephadm... 2023-12-05T16:13:34.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:34 smithi040 ceph-mon[107901]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-05T16:13:34.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:34 smithi040 ceph-mon[107901]: mgrmap e7: smithi040.eariia(active, since 1.05988s) 2023-12-05T16:13:34.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:34 smithi040 ceph-mon[107901]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-05T16:13:34.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:34 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:34.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:34 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:34.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:34 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:34.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:34 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:35.518 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: value unchanged 2023-12-05T16:13:35.872 INFO:teuthology.orchestra.run.smithi040.stderr:Generating ssh key... 2023-12-05T16:13:35.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:35 smithi040 ceph-mon[107901]: [05/Dec/2023:16:13:34] ENGINE Bus STARTING 2023-12-05T16:13:35.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:35 smithi040 ceph-mon[107901]: [05/Dec/2023:16:13:34] ENGINE Serving on https://172.21.15.40:7150 2023-12-05T16:13:35.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:35 smithi040 ceph-mon[107901]: [05/Dec/2023:16:13:34] ENGINE Bus STARTED 2023-12-05T16:13:35.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:35 smithi040 ceph-mon[107901]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:35.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:35 smithi040 ceph-mon[107901]: mgrmap e8: smithi040.eariia(active, since 2s) 2023-12-05T16:13:36.923 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:36 smithi040 ceph-mon[107901]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:37.848 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvltVEvdb7zaP1sFL2naIbMjozaz332iFWMFjg7uyzhGhPfC4tff1zX1V6fvG3KibsIgAasvkWsM7x5NfXyhGb1tsig9WFwSrEtXZlIBt4Thrb8cXmBpEqPJWdr6RNe3R7I4vRnvv+HJk6eMeym68+MwCZIeohSH4vzZu0agHvBv6cLrRpj87dfMEtRntTRmuWb1tzx/cAqO5tBQH/htGz1DMzjRVST5JLAAR2jwdFWJ5aqL46wcaVScZVHTNnPA/edSOTRfv80girdjvICfSBLsRgMYrycAe8lVTmHCiBgf1iM8lvzSCGpA9OuKtjiExf+ygruTXMQyUzXeQ/sc0gw8D8gOOvbDzaGVLSBj7tOvYwIHqrVXSNZtO3uRNZulinf1kTwLFSFgXf6lvf/y2tX4X6DLqq9NDBQJ2BhURHvxl6RiQceG5j/+Qx/SlL2JlS484XGtQ/w9NqMPEFzvk6ULPUeZEbJbjw8XzCGyPO+QMKcPBZSC5VccZue9bytw8= ceph-1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:13:37.879 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:37 smithi040 ceph-mon[107901]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:37.879 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:37 smithi040 ceph-mon[107901]: Generating ssh key... 2023-12-05T16:13:37.879 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:37 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:37.879 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:37 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:38.222 INFO:teuthology.orchestra.run.smithi040.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-05T16:13:38.222 INFO:teuthology.orchestra.run.smithi040.stderr:Adding key to root@localhost authorized_keys... 2023-12-05T16:13:38.223 INFO:teuthology.orchestra.run.smithi040.stderr:Adding host smithi040... 2023-12-05T16:13:39.103 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:38 smithi040 ceph-mon[107901]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:39.786 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Added host 'smithi040' with addr '172.21.15.40' 2023-12-05T16:13:40.085 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying mon service with default placement... 2023-12-05T16:13:40.678 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-05T16:13:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:40 smithi040 ceph-mon[107901]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "addr": "172.21.15.40", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:40 smithi040 ceph-mon[107901]: Deploying cephadm binary to smithi040 2023-12-05T16:13:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:40 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:40 smithi040 ceph-mon[107901]: Added host smithi040 2023-12-05T16:13:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:40 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:40 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:41.083 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying mgr service with default placement... 2023-12-05T16:13:41.666 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-05T16:13:41.866 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:41 smithi040 ceph-mon[107901]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:41.866 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:41 smithi040 ceph-mon[107901]: Saving service mon spec with placement count:5 2023-12-05T16:13:41.866 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:41 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:42.172 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying crash service with default placement... 2023-12-05T16:13:42.757 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-05T16:13:43.146 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying prometheus service with default placement... 2023-12-05T16:13:43.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:42 smithi040 ceph-mon[107901]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:43.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:42 smithi040 ceph-mon[107901]: Saving service mgr spec with placement count:2 2023-12-05T16:13:43.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:42 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:43.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:42 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:43.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:42 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:43.848 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-05T16:13:43.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:43 smithi040 ceph-mon[107901]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:43.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:43 smithi040 ceph-mon[107901]: Saving service crash spec with placement * 2023-12-05T16:13:43.873 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:43 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:44.204 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying grafana service with default placement... 2023-12-05T16:13:44.837 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-05T16:13:45.165 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:44 smithi040 ceph-mon[107901]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:45.165 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:44 smithi040 ceph-mon[107901]: Saving service prometheus spec with placement count:1 2023-12-05T16:13:45.165 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:44 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:45.165 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:44 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:45.165 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:44 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:45.413 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying node-exporter service with default placement... 2023-12-05T16:13:45.975 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-05T16:13:46.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:45 smithi040 ceph-mon[107901]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:46.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:45 smithi040 ceph-mon[107901]: Saving service grafana spec with placement count:1 2023-12-05T16:13:46.346 INFO:teuthology.orchestra.run.smithi040.stderr:Deploying alertmanager service with default placement... 2023-12-05T16:13:46.910 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-05T16:13:47.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:46 smithi040 ceph-mon[107901]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:47.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:46 smithi040 ceph-mon[107901]: Saving service node-exporter spec with placement * 2023-12-05T16:13:47.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:46 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:47.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:46 smithi040 ceph-mon[107901]: from='mgr.14120 172.21.15.40:0/2137745966' entity='mgr.smithi040.eariia' 2023-12-05T16:13:48.107 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:47 smithi040 ceph-mon[107901]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:13:48.107 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:47 smithi040 ceph-mon[107901]: Saving service alertmanager spec with placement count:1 2023-12-05T16:13:48.107 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:47 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2165680686' entity='client.admin' 2023-12-05T16:13:49.071 INFO:teuthology.orchestra.run.smithi040.stderr:Enabling the dashboard module... 2023-12-05T16:13:50.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:49 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2250480024' entity='client.admin' 2023-12-05T16:13:51.060 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:50 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/341628013' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-05T16:13:51.711 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:51.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-05T16:13:51.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "available": true, 2023-12-05T16:13:51.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "active_name": "smithi040.eariia", 2023-12-05T16:13:51.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T16:13:51.712 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:52.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:51 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/341628013' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-05T16:13:52.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:51 smithi040 ceph-mon[107901]: mgrmap e9: smithi040.eariia(active, since 18s) 2023-12-05T16:13:52.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:51 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2072998382' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T16:13:52.353 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for the mgr to restart... 2023-12-05T16:13:52.353 INFO:teuthology.orchestra.run.smithi040.stderr:Waiting for mgr epoch 9... 2023-12-05T16:13:58.769 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: { 2023-12-05T16:13:58.770 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-05T16:13:58.770 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T16:13:58.770 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: } 2023-12-05T16:13:58.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: Active manager daemon smithi040.eariia restarted 2023-12-05T16:13:58.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: Activating manager daemon smithi040.eariia 2023-12-05T16:13:58.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: osdmap e3: 0 total, 0 up, 0 in 2023-12-05T16:13:58.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: mgrmap e10: smithi040.eariia(active, starting, since 0.0542723s) 2023-12-05T16:13:58.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:13:58.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr metadata", "who": "smithi040.eariia", "id": "smithi040.eariia"}]: dispatch 2023-12-05T16:13:58.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: Manager daemon smithi040.eariia is now available 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:13:58.796 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:58 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:13:59.120 INFO:teuthology.orchestra.run.smithi040.stderr:mgr epoch 9 is available 2023-12-05T16:13:59.120 INFO:teuthology.orchestra.run.smithi040.stderr:Generating a dashboard self-signed certificate... 2023-12-05T16:13:59.857 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-05T16:14:00.088 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:59 smithi040 ceph-mon[107901]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-05T16:14:00.088 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:59 smithi040 ceph-mon[107901]: mgrmap e11: smithi040.eariia(active, since 1.05747s) 2023-12-05T16:14:00.088 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:59 smithi040 ceph-mon[107901]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-05T16:14:00.088 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:13:59 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:00.260 INFO:teuthology.orchestra.run.smithi040.stderr:Creating initial admin user... 2023-12-05T16:14:01.194 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$KEYkVicrMTZPfEOvODfHiOZzeZz5q6aAOJ0g.xZYfxDU2sKmpOeT2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701792841, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-05T16:14:01.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:00 smithi040 ceph-mon[107901]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:14:01.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:00 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:01.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:00 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:01.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:00 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:01.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:00 smithi040 ceph-mon[107901]: mgrmap e12: smithi040.eariia(active, since 2s) 2023-12-05T16:14:01.552 INFO:teuthology.orchestra.run.smithi040.stderr:Fetching dashboard port number... 2023-12-05T16:14:01.759 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:01 smithi040 ceph-mon[107901]: [05/Dec/2023:16:13:59] ENGINE Bus STARTING 2023-12-05T16:14:01.759 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:01 smithi040 ceph-mon[107901]: [05/Dec/2023:16:13:59] ENGINE Serving on https://172.21.15.40:7150 2023-12-05T16:14:01.759 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:01 smithi040 ceph-mon[107901]: [05/Dec/2023:16:13:59] ENGINE Bus STARTED 2023-12-05T16:14:01.759 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:01 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:02.205 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: 8443 2023-12-05T16:14:02.555 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: disabled 2023-12-05T16:14:02.564 INFO:teuthology.orchestra.run.smithi040.stderr:systemctl: inactive 2023-12-05T16:14:02.565 INFO:teuthology.orchestra.run.smithi040.stderr:firewalld.service is not enabled 2023-12-05T16:14:02.565 INFO:teuthology.orchestra.run.smithi040.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-05T16:14:02.568 INFO:teuthology.orchestra.run.smithi040.stderr:Ceph Dashboard is now available at: 2023-12-05T16:14:02.568 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:02.568 INFO:teuthology.orchestra.run.smithi040.stderr: URL: https://smithi040.front.sepia.ceph.com:8443/ 2023-12-05T16:14:02.569 INFO:teuthology.orchestra.run.smithi040.stderr: User: admin 2023-12-05T16:14:02.569 INFO:teuthology.orchestra.run.smithi040.stderr: Password: dt9o4pf7dg 2023-12-05T16:14:02.569 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:02.569 INFO:teuthology.orchestra.run.smithi040.stderr:Enabling autotune for osd_memory_target 2023-12-05T16:14:03.182 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:02 smithi040 ceph-mon[107901]: 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-05T16:14:03.182 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:02 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3292049564' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-05T16:14:04.330 INFO:teuthology.orchestra.run.smithi040.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-05T16:14:04.660 INFO:teuthology.orchestra.run.smithi040.stderr:You can access the Ceph CLI with: 2023-12-05T16:14:04.660 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: ceph telemetry on 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr:For more information see: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:14:04.661 INFO:teuthology.orchestra.run.smithi040.stderr:Bootstrap complete. 2023-12-05T16:14:04.706 INFO:tasks.cephadm:Fetching config... 2023-12-05T16:14:04.706 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:14:04.706 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-05T16:14:04.730 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-05T16:14:04.730 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:14:04.730 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-05T16:14:04.793 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-05T16:14:04.794 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:14:04.794 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/keyring of=/dev/stdout 2023-12-05T16:14:04.868 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-05T16:14:04.868 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:14:04.868 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-05T16:14:04.930 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-05T16:14:04.930 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvltVEvdb7zaP1sFL2naIbMjozaz332iFWMFjg7uyzhGhPfC4tff1zX1V6fvG3KibsIgAasvkWsM7x5NfXyhGb1tsig9WFwSrEtXZlIBt4Thrb8cXmBpEqPJWdr6RNe3R7I4vRnvv+HJk6eMeym68+MwCZIeohSH4vzZu0agHvBv6cLrRpj87dfMEtRntTRmuWb1tzx/cAqO5tBQH/htGz1DMzjRVST5JLAAR2jwdFWJ5aqL46wcaVScZVHTNnPA/edSOTRfv80girdjvICfSBLsRgMYrycAe8lVTmHCiBgf1iM8lvzSCGpA9OuKtjiExf+ygruTXMQyUzXeQ/sc0gw8D8gOOvbDzaGVLSBj7tOvYwIHqrVXSNZtO3uRNZulinf1kTwLFSFgXf6lvf/y2tX4X6DLqq9NDBQJ2BhURHvxl6RiQceG5j/+Qx/SlL2JlS484XGtQ/w9NqMPEFzvk6ULPUeZEbJbjw8XzCGyPO+QMKcPBZSC5VccZue9bytw8= ceph-1dd1aab8-9389-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T16:14:04.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:04 smithi040 ceph-mon[107901]: mgrmap e13: smithi040.eariia(active, since 6s) 2023-12-05T16:14:04.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:04 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3848219687' entity='client.admin' 2023-12-05T16:14:04.999 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvltVEvdb7zaP1sFL2naIbMjozaz332iFWMFjg7uyzhGhPfC4tff1zX1V6fvG3KibsIgAasvkWsM7x5NfXyhGb1tsig9WFwSrEtXZlIBt4Thrb8cXmBpEqPJWdr6RNe3R7I4vRnvv+HJk6eMeym68+MwCZIeohSH4vzZu0agHvBv6cLrRpj87dfMEtRntTRmuWb1tzx/cAqO5tBQH/htGz1DMzjRVST5JLAAR2jwdFWJ5aqL46wcaVScZVHTNnPA/edSOTRfv80girdjvICfSBLsRgMYrycAe8lVTmHCiBgf1iM8lvzSCGpA9OuKtjiExf+ygruTXMQyUzXeQ/sc0gw8D8gOOvbDzaGVLSBj7tOvYwIHqrVXSNZtO3uRNZulinf1kTwLFSFgXf6lvf/y2tX4X6DLqq9NDBQJ2BhURHvxl6RiQceG5j/+Qx/SlL2JlS484XGtQ/w9NqMPEFzvk6ULPUeZEbJbjw8XzCGyPO+QMKcPBZSC5VccZue9bytw8= ceph-1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:14:05.012 DEBUG:teuthology.orchestra.run.smithi203:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvltVEvdb7zaP1sFL2naIbMjozaz332iFWMFjg7uyzhGhPfC4tff1zX1V6fvG3KibsIgAasvkWsM7x5NfXyhGb1tsig9WFwSrEtXZlIBt4Thrb8cXmBpEqPJWdr6RNe3R7I4vRnvv+HJk6eMeym68+MwCZIeohSH4vzZu0agHvBv6cLrRpj87dfMEtRntTRmuWb1tzx/cAqO5tBQH/htGz1DMzjRVST5JLAAR2jwdFWJ5aqL46wcaVScZVHTNnPA/edSOTRfv80girdjvICfSBLsRgMYrycAe8lVTmHCiBgf1iM8lvzSCGpA9OuKtjiExf+ygruTXMQyUzXeQ/sc0gw8D8gOOvbDzaGVLSBj7tOvYwIHqrVXSNZtO3uRNZulinf1kTwLFSFgXf6lvf/y2tX4X6DLqq9NDBQJ2BhURHvxl6RiQceG5j/+Qx/SlL2JlS484XGtQ/w9NqMPEFzvk6ULPUeZEbJbjw8XzCGyPO+QMKcPBZSC5VccZue9bytw8= ceph-1dd1aab8-9389-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T16:14:05.055 INFO:teuthology.orchestra.run.smithi203.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvltVEvdb7zaP1sFL2naIbMjozaz332iFWMFjg7uyzhGhPfC4tff1zX1V6fvG3KibsIgAasvkWsM7x5NfXyhGb1tsig9WFwSrEtXZlIBt4Thrb8cXmBpEqPJWdr6RNe3R7I4vRnvv+HJk6eMeym68+MwCZIeohSH4vzZu0agHvBv6cLrRpj87dfMEtRntTRmuWb1tzx/cAqO5tBQH/htGz1DMzjRVST5JLAAR2jwdFWJ5aqL46wcaVScZVHTNnPA/edSOTRfv80girdjvICfSBLsRgMYrycAe8lVTmHCiBgf1iM8lvzSCGpA9OuKtjiExf+ygruTXMQyUzXeQ/sc0gw8D8gOOvbDzaGVLSBj7tOvYwIHqrVXSNZtO3uRNZulinf1kTwLFSFgXf6lvf/y2tX4X6DLqq9NDBQJ2BhURHvxl6RiQceG5j/+Qx/SlL2JlS484XGtQ/w9NqMPEFzvk6ULPUeZEbJbjw8XzCGyPO+QMKcPBZSC5VccZue9bytw8= ceph-1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:14:05.067 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-05T16:14:06.963 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-05T16:14:06.964 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-05T16:14:07.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:07 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:07.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:07 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:14:07.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:07 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:07.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:07 smithi040 ceph-mon[107901]: Deploying daemon alertmanager.smithi040 on smithi040 2023-12-05T16:14:07.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:07 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3828831045' entity='client.admin' 2023-12-05T16:14:08.907 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi203 2023-12-05T16:14:08.907 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-05T16:14:08.908 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.conf 2023-12-05T16:14:08.929 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-05T16:14:08.929 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:08.990 INFO:tasks.cephadm:Adding host smithi203 to orchestrator... 2023-12-05T16:14:08.990 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch host add smithi203 2023-12-05T16:14:09.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:09 smithi040 ceph-mon[107901]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:14:09.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:09 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:12.812 INFO:teuthology.orchestra.run.smithi040.stdout:Added host 'smithi203' with addr '172.21.15.203' 2023-12-05T16:14:12.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:12 smithi040 ceph-mon[107901]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi203", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:14:12.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:12 smithi040 ceph-mon[107901]: Deploying cephadm binary to smithi203 2023-12-05T16:14:12.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:12 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:13.277 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-05T16:14:14.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:14 smithi040 ceph-mon[107901]: Added host smithi203 2023-12-05T16:14:14.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:14 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:14.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:14 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T16:14:14.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:14 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-05T16:14:14.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:14 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:14.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:14 smithi040 ceph-mon[107901]: Deploying daemon crash.smithi040 on smithi040 2023-12-05T16:14:14.989 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:14:14.989 INFO:teuthology.orchestra.run.smithi040.stdout:[{"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}, {"addr": "172.21.15.203", "hostname": "smithi203", "labels": [], "status": ""}] 2023-12-05T16:14:15.447 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-05T16:14:15.448 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:16.427 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:16 smithi040 ceph-mon[107901]: Deploying daemon grafana.smithi040 on smithi040 2023-12-05T16:14:17.166 INFO:teuthology.orchestra.run.smithi040.stderr:adjusted tunables profile to default 2023-12-05T16:14:17.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:17 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1061056049' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-05T16:14:17.523 INFO:tasks.cephadm:Adding mon.smithi040 on smithi040 2023-12-05T16:14:17.523 INFO:tasks.cephadm:Adding mon.smithi203 on smithi203 2023-12-05T16:14:17.523 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi040:172.21.15.40=smithi040;smithi203:172.21.15.203=smithi203' 2023-12-05T16:14:18.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:18 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1061056049' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-05T16:14:18.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:18 smithi040 ceph-mon[107901]: osdmap e4: 0 total, 0 up, 0 in 2023-12-05T16:14:18.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:18 smithi040 ceph-mon[107901]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:18.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:18 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:18.910 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled mon update... 2023-12-05T16:14:19.314 DEBUG:teuthology.orchestra.run.smithi203:mon.smithi203> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi203.service 2023-12-05T16:14:19.317 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:19.317 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:19.346 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:-- Logs begin at Tue 2023-12-05 15:46:41 UTC. -- 2023-12-05T16:14:20.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:19 smithi040 ceph-mon[107901]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi040:172.21.15.40=smithi040;smithi203:172.21.15.203=smithi203", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:14:20.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:19 smithi040 ceph-mon[107901]: Saving service mon spec with placement smithi040:172.21.15.40=smithi040;smithi203:172.21.15.203=smithi203;count:2 2023-12-05T16:14:20.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:19 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:20.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:19 smithi040 ceph-mon[107901]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:20.772 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:20.772 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:20.774 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:21.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:21 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3462165746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:22.159 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:22.160 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:22.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:22 smithi040 ceph-mon[107901]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:23.706 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:23.706 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:23.708 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:24.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:23 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/81036348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:25.016 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:24 smithi040 ceph-mon[107901]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:25.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:25.087 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:26.513 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:26.513 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:26.514 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:26.849 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:26 smithi040 ceph-mon[107901]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:26.849 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:26 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:26.850 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:26 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3333278723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:27.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:27.921 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:28.055 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:27 smithi040 ceph-mon[107901]: Deploying daemon node-exporter.smithi040 on smithi040 2023-12-05T16:14:28.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:28 smithi040 ceph-mon[107901]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:28.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:28 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:28.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:28 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:28.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:28 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T16:14:29.360 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:29.360 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:29.362 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:30.384 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:30 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/83585521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:30.384 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:30 smithi040 ceph-mon[107901]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T16:14:30.384 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:30 smithi040 ceph-mon[107901]: mgrmap e14: smithi040.eariia(active, since 31s) 2023-12-05T16:14:30.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:30.763 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:32.237 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:32.237 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:32.239 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:32.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:32 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/135944007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:33.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:33.609 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:35.213 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:35.213 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:35.215 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:35.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:35 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/2717010658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:36.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:36.589 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:36.646 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:36 smithi040 ceph-mon[107901]: Active manager daemon smithi040.eariia restarted 2023-12-05T16:14:36.646 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:36 smithi040 ceph-mon[107901]: Activating manager daemon smithi040.eariia 2023-12-05T16:14:36.646 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:36 smithi040 ceph-mon[107901]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: mgrmap e15: smithi040.eariia(active, starting, since 0.05335s) 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr metadata", "who": "smithi040.eariia", "id": "smithi040.eariia"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: Manager daemon smithi040.eariia is now available 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:14:37.846 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:37.847 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:14:37.847 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:14:37.847 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:37.847 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:37.847 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:38.016 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:38.016 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:38.018 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:38.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:38 smithi040 ceph-mon[107901]: [05/Dec/2023:16:14:36] ENGINE Bus STARTING 2023-12-05T16:14:38.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:38 smithi040 ceph-mon[107901]: [05/Dec/2023:16:14:37] ENGINE Serving on https://172.21.15.40:7150 2023-12-05T16:14:38.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:38 smithi040 ceph-mon[107901]: [05/Dec/2023:16:14:37] ENGINE Bus STARTED 2023-12-05T16:14:38.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:38 smithi040 ceph-mon[107901]: mgrmap e16: smithi040.eariia(active, since 1.0641s) 2023-12-05T16:14:38.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:38 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3873099300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:38.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:39.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:39.407 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:40.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:40 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:40.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:40 smithi040 ceph-mon[107901]: mgrmap e17: smithi040.eariia(active, since 2s) 2023-12-05T16:14:40.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:40 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:40.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:40 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:14:41.082 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:41.082 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:41.084 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: Updating smithi040:/etc/ceph/ceph.conf 2023-12-05T16:14:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:41.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: Deploying daemon crash.smithi203 on smithi203 2023-12-05T16:14:41.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:41 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/1172591987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:42.488 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:42.488 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:44.069 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:44.069 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:44.071 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:44.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:44 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:44.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:44 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:14:44.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:44 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T16:14:44.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:44 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:14:44.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:44 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:44.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:44 smithi040 ceph-mon[107901]: Deploying daemon mgr.smithi203.kzkmul on smithi203 2023-12-05T16:14:45.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:45 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/760452787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:45.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:45 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:45.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:45 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:14:45.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:45 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:45.571 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:45.572 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:46.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:46 smithi040 ceph-mon[107901]: Deploying daemon mon.smithi203 on smithi203 2023-12-05T16:14:47.249 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:47.249 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":1,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:13:03.771317Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T16:14:47.251 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 1 2023-12-05T16:14:47.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:47 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:47.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:47 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/2642818489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 systemd[1]: Started Ceph mon.smithi203 for 1dd1aab8-9389-11ee-95a2-87774f69a715. 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55f5ae540a80 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: rocksdb: DB pointer 0x55f5ae550000 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ** DB Stats ** 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T16:14:48.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ** Compaction Stats [default] ** 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.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 3.9 0.00 0.00 1 0.000 0 0 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.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 3.9 0.00 0.00 1 0.000 0 0 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ** Compaction Stats [default] ** 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T16:14:48.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ** Compaction Stats [default] ** 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.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 3.9 0.00 0.00 1 0.000 0 0 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.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 3.9 0.00 0.00 1 0.000 0 0 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ** Compaction Stats [default] ** 2023-12-05T16:14:48.128 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203 does not exist in monmap, will attempt to join an existing cluster 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: using public_addr v2:172.21.15.203:0/0 -> [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] 2023-12-05T16:14:48.129 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: starting mon.smithi203 rank -1 at public addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] at bind addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi203 fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(???) e0 preinit fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).mds e1 new map 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).mds e1 print_map 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: e1 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.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-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: legacy client fscid: -1 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout: No filesystems configured 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-05T16:14:48.130 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/81036348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3333278723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Deploying daemon node-exporter.smithi040 on smithi040 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.131 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/83585521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14162 172.21.15.40:0/2055246987' entity='mgr.smithi040.eariia' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mgrmap e14: smithi040.eariia(active, since 31s) 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/135944007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/2717010658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Active manager daemon smithi040.eariia restarted 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Activating manager daemon smithi040.eariia 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mgrmap e15: smithi040.eariia(active, starting, since 0.05335s) 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr metadata", "who": "smithi040.eariia", "id": "smithi040.eariia"}]: dispatch 2023-12-05T16:14:48.132 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Manager daemon smithi040.eariia is now available 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: [05/Dec/2023:16:14:36] ENGINE Bus STARTING 2023-12-05T16:14:48.133 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: [05/Dec/2023:16:14:37] ENGINE Serving on https://172.21.15.40:7150 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: [05/Dec/2023:16:14:37] ENGINE Bus STARTED 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mgrmap e16: smithi040.eariia(active, since 1.0641s) 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3873099300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mgrmap e17: smithi040.eariia(active, since 2s) 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Updating smithi040:/etc/ceph/ceph.conf 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:14:48.134 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Deploying daemon crash.smithi203 on smithi203 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/1172591987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Deploying daemon mgr.smithi203.kzkmul on smithi203 2023-12-05T16:14:48.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/760452787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: Deploying daemon mon.smithi203 on smithi203 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/2642818489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-05T16:14:48.136 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:47 smithi203 ceph-mon[110631]: mon.smithi203@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-05T16:14:48.632 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T16:14:48.632 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T16:14:53.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: mon.smithi040 calling monitor election 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: mon.smithi203 calling monitor election 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/crt"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: mon.smithi040 is new leader, mons smithi040,smithi203 in quorum (ranks 0,1) 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: monmap e2: 2 mons at {smithi040=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} 2023-12-05T16:14:53.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: fsmap 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: mgrmap e17: smithi040.eariia(active, since 16s) 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: Standby manager daemon smithi203.kzkmul started 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/key"}]: dispatch 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: overall HEALTH_OK 2023-12-05T16:14:53.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:52 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:53.226 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:14:53.226 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: mon.smithi040 calling monitor election 2023-12-05T16:14:53.226 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.226 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.226 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.226 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: mon.smithi203 calling monitor election 2023-12-05T16:14:53.226 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.229 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/crt"}]: dispatch 2023-12-05T16:14:53.229 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.229 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:53.229 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: mon.smithi040 is new leader, mons smithi040,smithi203 in quorum (ranks 0,1) 2023-12-05T16:14:53.229 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: monmap e2: 2 mons at {smithi040=[v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0],smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} 2023-12-05T16:14:53.229 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: fsmap 2023-12-05T16:14:53.229 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T16:14:53.230 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: mgrmap e17: smithi040.eariia(active, since 16s) 2023-12-05T16:14:53.230 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: Standby manager daemon smithi203.kzkmul started 2023-12-05T16:14:53.230 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:14:53.230 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/key"}]: dispatch 2023-12-05T16:14:53.230 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/2676699812' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:14:53.230 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: overall HEALTH_OK 2023-12-05T16:14:53.230 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:52 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:53.332 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-05T16:14:53.332 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":2,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","modified":"2023-12-05T16:14:47.862324Z","created":"2023-12-05T16:13:03.771317Z","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":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi203","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-05T16:14:53.333 INFO:teuthology.orchestra.run.smithi203.stderr:dumped monmap epoch 2 2023-12-05T16:14:53.748 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-05T16:14:53.749 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-05T16:14:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:53 smithi203 ceph-mon[110631]: Deploying daemon node-exporter.smithi203 on smithi203 2023-12-05T16:14:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:53 smithi203 ceph-mon[110631]: mgrmap e18: smithi040.eariia(active, since 16s), standbys: smithi203.kzkmul 2023-12-05T16:14:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr metadata", "who": "smithi203.kzkmul", "id": "smithi203.kzkmul"}]: dispatch 2023-12-05T16:14:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:53 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3741207832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:54.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:53 smithi040 ceph-mon[107901]: Deploying daemon node-exporter.smithi203 on smithi203 2023-12-05T16:14:54.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:53 smithi040 ceph-mon[107901]: mgrmap e18: smithi040.eariia(active, since 16s), standbys: smithi203.kzkmul 2023-12-05T16:14:54.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr metadata", "who": "smithi203.kzkmul", "id": "smithi203.kzkmul"}]: dispatch 2023-12-05T16:14:54.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:53 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3741207832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T16:14:54.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:14:56.213 INFO:teuthology.orchestra.run.smithi040.stdout:# minimal ceph.conf for 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:14:56.213 INFO:teuthology.orchestra.run.smithi040.stdout:[global] 2023-12-05T16:14:56.213 INFO:teuthology.orchestra.run.smithi040.stdout: fsid = 1dd1aab8-9389-11ee-95a2-87774f69a715 2023-12-05T16:14:56.213 INFO:teuthology.orchestra.run.smithi040.stdout: mon_host = [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] 2023-12-05T16:14:56.680 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-05T16:14:56.680 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:14:56.680 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T16:14:56.715 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:14:56.716 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:56.786 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-05T16:14:56.787 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T16:14:56.824 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-05T16:14:56.824 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:14:56.895 INFO:tasks.cephadm:Deploying OSDs... 2023-12-05T16:14:56.896 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:14:56.896 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T16:14:56.917 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-05T16:14:56.918 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 394073 Links: 1 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-05 16:14:26.739653690 +0000 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-05 15:59:13.811659345 +0000 2023-12-05T16:14:56.981 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-05 15:59:13.811659345 +0000 2023-12-05T16:14:56.982 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-05T16:14:56.982 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T16:14:57.056 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-05T16:14:57.056 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-05T16:14:57.056 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000238386 s, 2.1 MB/s 2023-12-05T16:14:57.057 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T16:14:57.122 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2023-12-05T16:14:57.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:57.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:56 smithi203 ceph-mon[110631]: Deploying daemon prometheus.smithi040 on smithi040 2023-12-05T16:14:57.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:56 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2482351956' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:57.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:56 smithi203 ceph-mon[110631]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:57.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 391659 Links: 1 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-05 16:14:26.740653677 +0000 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-05 15:59:14.366652435 +0000 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-05 15:59:14.366652435 +0000 2023-12-05T16:14:57.185 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-05T16:14:57.185 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T16:14:57.255 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:57.255 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:56 smithi040 ceph-mon[107901]: Deploying daemon prometheus.smithi040 on smithi040 2023-12-05T16:14:57.255 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:56 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2482351956' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:14:57.255 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:56 smithi040 ceph-mon[107901]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:57.255 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:14:57.257 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-05T16:14:57.257 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-05T16:14:57.257 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000226202 s, 2.3 MB/s 2023-12-05T16:14:57.259 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T16:14:57.324 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2023-12-05T16:14:57.389 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T16:14:57.389 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:57.389 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 395541 Links: 1 2023-12-05T16:14:57.390 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:57.390 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:57.390 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-05 16:14:26.740653677 +0000 2023-12-05T16:14:57.390 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-05 15:59:14.924645489 +0000 2023-12-05T16:14:57.390 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-05 15:59:14.924645489 +0000 2023-12-05T16:14:57.390 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-05T16:14:57.390 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T16:14:57.462 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-05T16:14:57.463 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-05T16:14:57.463 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000231595 s, 2.2 MB/s 2023-12-05T16:14:57.464 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T16:14:57.529 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 6h/6d Inode: 399559 Links: 1 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2023-12-05 16:14:26.740653677 +0000 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2023-12-05 15:59:15.481638554 +0000 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2023-12-05 15:59:15.481638554 +0000 2023-12-05T16:14:57.595 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2023-12-05T16:14:57.596 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T16:14:57.667 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2023-12-05T16:14:57.667 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2023-12-05T16:14:57.667 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000235776 s, 2.2 MB/s 2023-12-05T16:14:57.669 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T16:14:57.734 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-05T16:14:57.735 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T16:14:57.757 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-05T16:14:57.757 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_1 2023-12-05T16:14:57.817 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 390900 Links: 1 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-05 16:14:53.423143607 +0000 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-05 15:58:34.565094899 +0000 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-05 15:58:34.565094899 +0000 2023-12-05T16:14:57.818 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-05T16:14:57.818 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T16:14:57.887 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-05T16:14:57.887 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-05T16:14:57.888 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.00022762 s, 2.2 MB/s 2023-12-05T16:14:57.888 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T16:14:57.949 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_2 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 386883 Links: 1 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-05 16:14:53.423143607 +0000 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-05 15:58:35.079082248 +0000 2023-12-05T16:14:58.008 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-05 15:58:35.079082248 +0000 2023-12-05T16:14:58.009 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-05T16:14:58.009 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T16:14:58.075 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-05T16:14:58.075 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-05T16:14:58.075 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000237905 s, 2.2 MB/s 2023-12-05T16:14:58.076 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T16:14:58.136 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_3 2023-12-05T16:14:58.195 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T16:14:58.195 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 391980 Links: 1 2023-12-05T16:14:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-05 16:14:53.423143607 +0000 2023-12-05T16:14:58.195 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-05 15:58:35.580069917 +0000 2023-12-05T16:14:58.196 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-05 15:58:35.580069917 +0000 2023-12-05T16:14:58.196 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-05T16:14:58.196 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T16:14:58.261 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-05T16:14:58.261 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-05T16:14:58.261 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000214673 s, 2.4 MB/s 2023-12-05T16:14:58.262 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T16:14:58.321 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_4 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 6h/6d Inode: 390121 Links: 1 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2023-12-05 16:14:53.423143607 +0000 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2023-12-05 15:58:36.119056651 +0000 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2023-12-05 15:58:36.119056651 +0000 2023-12-05T16:14:58.379 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2023-12-05T16:14:58.380 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T16:14:58.444 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2023-12-05T16:14:58.444 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2023-12-05T16:14:58.444 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000231143 s, 2.2 MB/s 2023-12-05T16:14:58.445 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T16:14:58.504 INFO:tasks.cephadm:Deploying osd.0 on smithi040 with /dev/vg_nvme/lv_4... 2023-12-05T16:14:58.504 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T16:14:59.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:14:58 smithi203 ceph-mon[110631]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:14:59.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:14:58 smithi040 ceph-mon[107901]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:01.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:01 smithi040 ceph-mon[107901]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:02.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:01 smithi203 ceph-mon[110631]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:02.568 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T16:15:02.568 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-05T16:15:02.568 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-05T16:15:02.568 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-05T16:15:02.568 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0118251 s, 887 MB/s 2023-12-05T16:15:02.568 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-05T16:15:03.352 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_4 2023-12-05T16:15:03.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:03 smithi040 ceph-mon[107901]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:03 smithi203 ceph-mon[110631]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:05.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:05 smithi040 ceph-mon[107901]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:05.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:05 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:15:05.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:05 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:15:05.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:05 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:05.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:05 smithi203 ceph-mon[110631]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:05.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:05 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:15:05.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:05 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:15:05.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:05 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:06.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:06 smithi040 ceph-mon[107901]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:15:06.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:06.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:06.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:06.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:15:06.611 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:06 smithi203 ceph-mon[110631]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:15:06.680 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:06.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:06.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:06.681 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:15:07.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:07.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-05T16:15:07.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:07.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:07.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:07.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2829340597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd5b8f7c-9820-47ae-8055-2d4b3a4ba871"}]: dispatch 2023-12-05T16:15:07.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2829340597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd5b8f7c-9820-47ae-8055-2d4b3a4ba871"}]': finished 2023-12-05T16:15:07.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: osdmap e6: 1 total, 0 up, 1 in 2023-12-05T16:15:07.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2829340597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bd5b8f7c-9820-47ae-8055-2d4b3a4ba871"}]: dispatch 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2829340597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bd5b8f7c-9820-47ae-8055-2d4b3a4ba871"}]': finished 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: osdmap e6: 1 total, 0 up, 1 in 2023-12-05T16:15:07.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:08.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:08 smithi040 ceph-mon[107901]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:15:08.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:08 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3587581485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:15:08.625 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:08 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:08.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:08 smithi203 ceph-mon[110631]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:15:08.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:08 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3587581485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:15:08.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:08 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:09.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:09 smithi203 ceph-mon[110631]: Updating smithi040:/etc/ceph/ceph.conf 2023-12-05T16:15:09.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:09 smithi203 ceph-mon[110631]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:09.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:09.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:09.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:15:09.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:15:09.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:09.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:09 smithi040 ceph-mon[107901]: Updating smithi040:/etc/ceph/ceph.conf 2023-12-05T16:15:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:09 smithi040 ceph-mon[107901]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:15:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:15:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:10.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:10 smithi040 ceph-mon[107901]: Reconfiguring mon.smithi040 (unknown last config time)... 2023-12-05T16:15:10.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:10 smithi040 ceph-mon[107901]: Reconfiguring daemon mon.smithi040 on smithi040 2023-12-05T16:15:10.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:10 smithi203 ceph-mon[110631]: Reconfiguring mon.smithi040 (unknown last config time)... 2023-12-05T16:15:10.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:10 smithi203 ceph-mon[110631]: Reconfiguring daemon mon.smithi040 on smithi040 2023-12-05T16:15:11.695 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:11 smithi040 ceph-mon[107901]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:11 smithi203 ceph-mon[110631]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:13.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:13.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:12 smithi040 ceph-mon[107901]: Reconfiguring mgr.smithi040.eariia (unknown last config time)... 2023-12-05T16:15:13.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.eariia", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:15:13.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:15:13.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:13.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:12 smithi040 ceph-mon[107901]: Reconfiguring daemon mgr.smithi040.eariia on smithi040 2023-12-05T16:15:13.126 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:12 smithi040 ceph-mon[107901]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:12 smithi203 ceph-mon[110631]: Reconfiguring mgr.smithi040.eariia (unknown last config time)... 2023-12-05T16:15:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.eariia", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:15:13.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:15:13.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:13.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:12 smithi203 ceph-mon[110631]: Reconfiguring daemon mgr.smithi040.eariia on smithi040 2023-12-05T16:15:13.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:12 smithi203 ceph-mon[110631]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:14.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:14 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:14.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:14 smithi040 ceph-mon[107901]: Reconfiguring alertmanager.smithi040 (dependencies changed)... 2023-12-05T16:15:14.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:14 smithi040 ceph-mon[107901]: Reconfiguring daemon alertmanager.smithi040 on smithi040 2023-12-05T16:15:14.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:14 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:15:14.253 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:14 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:14 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:14 smithi203 ceph-mon[110631]: Reconfiguring alertmanager.smithi040 (dependencies changed)... 2023-12-05T16:15:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:14 smithi203 ceph-mon[110631]: Reconfiguring daemon alertmanager.smithi040 on smithi040 2023-12-05T16:15:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:14 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T16:15:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:14 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:15.419 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:15 smithi040 ceph-mon[107901]: Deploying daemon osd.0 on smithi040 2023-12-05T16:15:15.420 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:15 smithi040 ceph-mon[107901]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:15.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:15 smithi203 ceph-mon[110631]: Deploying daemon osd.0 on smithi040 2023-12-05T16:15:15.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:15 smithi203 ceph-mon[110631]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:17.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:17 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:17.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:17 smithi040 ceph-mon[107901]: Reconfiguring crash.smithi040 (monmap changed)... 2023-12-05T16:15:17.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:17 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T16:15:17.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:17 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:17.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:17 smithi040 ceph-mon[107901]: Reconfiguring daemon crash.smithi040 on smithi040 2023-12-05T16:15:17.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:17 smithi040 ceph-mon[107901]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:17.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:17 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:17.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:17 smithi203 ceph-mon[110631]: Reconfiguring crash.smithi040 (monmap changed)... 2023-12-05T16:15:17.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:17 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T16:15:17.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:17 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:17.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:17 smithi203 ceph-mon[110631]: Reconfiguring daemon crash.smithi040 on smithi040 2023-12-05T16:15:17.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:17 smithi203 ceph-mon[110631]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:19.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:19 smithi040 ceph-mon[107901]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:20.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:19 smithi203 ceph-mon[110631]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:21.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:21 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:21.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:21 smithi040 ceph-mon[107901]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:21.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:21 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:21.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:21 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:21.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:21 smithi203 ceph-mon[110631]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:21.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:21 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:22.232 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:22 smithi040 ceph-mon[107901]: Reconfiguring grafana.smithi040 (dependencies changed)... 2023-12-05T16:15:22.232 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:22 smithi040 ceph-mon[107901]: Reconfiguring daemon grafana.smithi040 on smithi040 2023-12-05T16:15:22.424 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 0 on host 'smithi040' 2023-12-05T16:15:22.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:22 smithi203 ceph-mon[110631]: Reconfiguring grafana.smithi040 (dependencies changed)... 2023-12-05T16:15:22.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:22 smithi203 ceph-mon[110631]: Reconfiguring daemon grafana.smithi040 on smithi040 2023-12-05T16:15:22.975 DEBUG:teuthology.orchestra.run.smithi040:osd.0> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.0.service 2023-12-05T16:15:22.978 INFO:tasks.cephadm:Deploying osd.1 on smithi040 with /dev/vg_nvme/lv_3... 2023-12-05T16:15:22.978 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T16:15:23.016 INFO:journalctl@ceph.osd.0.smithi040.stdout:-- Logs begin at Tue 2023-12-05 15:46:26 UTC. -- 2023-12-05T16:15:23.565 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:23 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:23.565 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:23 smithi040 ceph-mon[107901]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:23.565 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:23 smithi040 ceph-mon[107901]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T16:15:23.565 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:15:23 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-0[120714]: 2023-12-05T16:15:23.342+0000 7f9d9bb983c0 -1 osd.0 0 log_to_monitors true 2023-12-05T16:15:23.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:23 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:23.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:23 smithi203 ceph-mon[110631]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:23.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:23 smithi203 ceph-mon[110631]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T16:15:24.559 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:15:24 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-0[120714]: 2023-12-05T16:15:24.429+0000 7f9d9259b700 -1 osd.0 0 waiting for initial osdmap 2023-12-05T16:15:24.559 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:15:24 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-0[120714]: 2023-12-05T16:15:24.433+0000 7f9d8e735700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:15:24.560 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:24 smithi040 ceph-mon[107901]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T16:15:24.560 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:24 smithi040 ceph-mon[107901]: osdmap e7: 1 total, 0 up, 1 in 2023-12-05T16:15:24.560 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:24.560 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:24 smithi040 ceph-mon[107901]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:15:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:24 smithi203 ceph-mon[110631]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T16:15:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:24 smithi203 ceph-mon[110631]: osdmap e7: 1 total, 0 up, 1 in 2023-12-05T16:15:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:24 smithi203 ceph-mon[110631]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:15:25.117 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T16:15:25.117 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-05T16:15:25.117 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-05T16:15:25.117 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-05T16:15:25.117 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115049 s, 911 MB/s 2023-12-05T16:15:25.117 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-05T16:15:25.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:25 smithi040 ceph-mon[107901]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:15:25.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:25 smithi040 ceph-mon[107901]: osdmap e8: 1 total, 0 up, 1 in 2023-12-05T16:15:25.441 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:25.441 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:25.441 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:25 smithi040 ceph-mon[107901]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:25.441 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:25.688 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_3 2023-12-05T16:15:25.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:25 smithi203 ceph-mon[110631]: from='osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:15:25.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:25 smithi203 ceph-mon[110631]: osdmap e8: 1 total, 0 up, 1 in 2023-12-05T16:15:25.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:25.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:25.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:25 smithi203 ceph-mon[110631]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T16:15:25.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:26.691 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:15:26.691 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:15:26.692 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667] boot 2023-12-05T16:15:26.692 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: osdmap e9: 1 total, 1 up, 1 in 2023-12-05T16:15:26.692 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:26.692 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:26.692 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T16:15:26.692 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:15:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:15:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: osd.0 [v2:172.21.15.40:6802/3353281667,v1:172.21.15.40:6803/3353281667] boot 2023-12-05T16:15:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: osdmap e9: 1 total, 1 up, 1 in 2023-12-05T16:15:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:15:26.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:26.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T16:15:26.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: Reconfiguring crash.smithi203 (monmap changed)... 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: Reconfiguring daemon crash.smithi203 on smithi203 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: Reconfiguring mgr.smithi203.kzkmul (monmap changed)... 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: Reconfiguring daemon mgr.smithi203.kzkmul on smithi203 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: osdmap e10: 1 total, 1 up, 1 in 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:15:27.950 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:27.951 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:27.951 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:15:27.951 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:15:27.951 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:27.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: Reconfiguring crash.smithi203 (monmap changed)... 2023-12-05T16:15:27.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: Reconfiguring daemon crash.smithi203 on smithi203 2023-12-05T16:15:27.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:27.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:27.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: Reconfiguring mgr.smithi203.kzkmul (monmap changed)... 2023-12-05T16:15:27.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: Reconfiguring daemon mgr.smithi203.kzkmul on smithi203 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: osdmap e10: 1 total, 1 up, 1 in 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T16:15:27.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:28.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:28 smithi040 ceph-mon[107901]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:15:28.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:28 smithi040 ceph-mon[107901]: Reconfiguring mon.smithi203 (monmap changed)... 2023-12-05T16:15:28.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:28 smithi040 ceph-mon[107901]: Reconfiguring daemon mon.smithi203 on smithi203 2023-12-05T16:15:28.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:28.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:15:29.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:28 smithi203 ceph-mon[110631]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:15:29.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:28 smithi203 ceph-mon[110631]: Reconfiguring mon.smithi203 (monmap changed)... 2023-12-05T16:15:29.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:28 smithi203 ceph-mon[110631]: Reconfiguring daemon mon.smithi203 on smithi203 2023-12-05T16:15:29.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:29.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:15:29.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:29 smithi040 ceph-mon[107901]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:15:29.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:29 smithi040 ceph-mon[107901]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:29.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:29 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3173673382' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b9fc04d-6b68-450e-9bff-48367d4bdfc1"}]: dispatch 2023-12-05T16:15:29.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:29 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3173673382' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b9fc04d-6b68-450e-9bff-48367d4bdfc1"}]': finished 2023-12-05T16:15:29.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:29 smithi040 ceph-mon[107901]: osdmap e11: 2 total, 1 up, 2 in 2023-12-05T16:15:29.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:29 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:29 smithi203 ceph-mon[110631]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:15:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:29 smithi203 ceph-mon[110631]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:29 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3173673382' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b9fc04d-6b68-450e-9bff-48367d4bdfc1"}]: dispatch 2023-12-05T16:15:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:29 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3173673382' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b9fc04d-6b68-450e-9bff-48367d4bdfc1"}]': finished 2023-12-05T16:15:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:29 smithi203 ceph-mon[110631]: osdmap e11: 2 total, 1 up, 2 in 2023-12-05T16:15:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:29 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:30.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:30 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/409916827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:15:31.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:30 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/409916827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:15:31.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:31 smithi040 ceph-mon[107901]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:32.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:31 smithi203 ceph-mon[110631]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:33.922 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:33 smithi040 ceph-mon[107901]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:34.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:33 smithi203 ceph-mon[110631]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:35.590 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:35 smithi040 ceph-mon[107901]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:35.590 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:15:35.590 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:35 smithi203 ceph-mon[110631]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T16:15:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:36.624 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:36 smithi203 ceph-mon[110631]: Deploying daemon osd.1 on smithi040 2023-12-05T16:15:36.687 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:36 smithi040 ceph-mon[107901]: Deploying daemon osd.1 on smithi040 2023-12-05T16:15:37.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:37 smithi203 ceph-mon[110631]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:37.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:15:37.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:15:37.636 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:37 smithi040 ceph-mon[107901]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:37.636 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:15:37.636 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:15:39.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:39 smithi040 ceph-mon[107901]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:39.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:39 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:40.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:39 smithi203 ceph-mon[110631]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:40.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:39 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:41.085 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 1 on host 'smithi040' 2023-12-05T16:15:41.472 DEBUG:teuthology.orchestra.run.smithi040:osd.1> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.1.service 2023-12-05T16:15:41.474 INFO:tasks.cephadm:Deploying osd.2 on smithi040 with /dev/vg_nvme/lv_2... 2023-12-05T16:15:41.475 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T16:15:41.506 INFO:journalctl@ceph.osd.1.smithi040.stdout:-- Logs begin at Tue 2023-12-05 15:46:26 UTC. -- 2023-12-05T16:15:41.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:41.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:41.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-05T16:15:41.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:41.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:15:41.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.40:3000"}]: dispatch 2023-12-05T16:15:41.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:41.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:15:41.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.40:9095"}]: dispatch 2023-12-05T16:15:41.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:41.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:41.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:41.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.40:3000"}]: dispatch 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.40:9095"}]: dispatch 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:42.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:15:42.184 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-1[124075]: 2023-12-05T16:15:42.181+0000 7fb59c1ec3c0 -1 osd.1 0 log_to_monitors true 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.40:3000"}]: dispatch 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.40:9095"}]: dispatch 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='osd.1 [v2:172.21.15.40:6810/1841296393,v1:172.21.15.40:6811/1841296393]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:15:42.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:42 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.40:9093"}]: dispatch 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.40:3000"}]: dispatch 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.40:9095"}]: dispatch 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='osd.1 [v2:172.21.15.40:6810/1841296393,v1:172.21.15.40:6811/1841296393]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T16:15:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:42 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:43.551 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T16:15:43.552 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-05T16:15:43.552 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-05T16:15:43.552 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-05T16:15:43.552 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127781 s, 821 MB/s 2023-12-05T16:15:43.552 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-05T16:15:43.678 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-1[124075]: 2023-12-05T16:15:43.672+0000 7fb592bef700 -1 osd.1 0 waiting for initial osdmap 2023-12-05T16:15:43.678 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-1[124075]: 2023-12-05T16:15:43.675+0000 7fb58d586700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:15:43.679 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-mon[107901]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:43.679 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-mon[107901]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T16:15:43.679 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-mon[107901]: osdmap e12: 2 total, 1 up, 2 in 2023-12-05T16:15:43.679 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:43.679 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-mon[107901]: from='osd.1 [v2:172.21.15.40:6810/1841296393,v1:172.21.15.40:6811/1841296393]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:15:43.679 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:43 smithi040 ceph-mon[107901]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:15:44.116 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_2 2023-12-05T16:15:44.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:43 smithi203 ceph-mon[110631]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:43 smithi203 ceph-mon[110631]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T16:15:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:43 smithi203 ceph-mon[110631]: osdmap e12: 2 total, 1 up, 2 in 2023-12-05T16:15:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:43 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:43 smithi203 ceph-mon[110631]: from='osd.1 [v2:172.21.15.40:6810/1841296393,v1:172.21.15.40:6811/1841296393]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:15:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:43 smithi203 ceph-mon[110631]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:15:44.881 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:44 smithi040 ceph-mon[107901]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:15:44.881 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:44 smithi040 ceph-mon[107901]: osdmap e13: 2 total, 1 up, 2 in 2023-12-05T16:15:44.881 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:44 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:44.881 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:44 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:45.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:44 smithi203 ceph-mon[110631]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:15:45.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:44 smithi203 ceph-mon[110631]: osdmap e13: 2 total, 1 up, 2 in 2023-12-05T16:15:45.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:44 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:45.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:44 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:45.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:45 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:15:45.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:45 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:15:45.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:45 smithi040 ceph-mon[107901]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:45.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:45 smithi040 ceph-mon[107901]: osd.1 [v2:172.21.15.40:6810/1841296393,v1:172.21.15.40:6811/1841296393] boot 2023-12-05T16:15:45.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:45 smithi040 ceph-mon[107901]: osdmap e14: 2 total, 2 up, 2 in 2023-12-05T16:15:45.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:45 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:45.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:45 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:46.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:45 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:15:46.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:45 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:15:46.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:45 smithi203 ceph-mon[110631]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T16:15:46.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:45 smithi203 ceph-mon[110631]: osd.1 [v2:172.21.15.40:6810/1841296393,v1:172.21.15.40:6811/1841296393] boot 2023-12-05T16:15:46.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:45 smithi203 ceph-mon[110631]: osdmap e14: 2 total, 2 up, 2 in 2023-12-05T16:15:46.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:45 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:15:46.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:45 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:46.848 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:46 smithi040 ceph-mon[107901]: osdmap e15: 2 total, 2 up, 2 in 2023-12-05T16:15:46.848 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:46 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:15:46.849 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:46 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:15:46.849 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:46 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:47.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:46 smithi203 ceph-mon[110631]: osdmap e15: 2 total, 2 up, 2 in 2023-12-05T16:15:47.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:46 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:15:47.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:46 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:15:47.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:46 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:47.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:47 smithi040 ceph-mon[107901]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:15:47.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:47 smithi040 ceph-mon[107901]: pgmap v38: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:48.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:47 smithi203 ceph-mon[110631]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:15:48.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:47 smithi203 ceph-mon[110631]: pgmap v38: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: Detected new or changed devices on smithi040 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi040 to 6451M 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:49.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:15:49.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:49 smithi203 ceph-mon[110631]: pgmap v39: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: Detected new or changed devices on smithi040 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi040 to 6451M 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:49.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:49.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:15:49.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:49 smithi040 ceph-mon[107901]: pgmap v39: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:50 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/957790107' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d56061c-4a71-4a01-9f41-85b3fe384261"}]: dispatch 2023-12-05T16:15:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:50 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/957790107' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d56061c-4a71-4a01-9f41-85b3fe384261"}]': finished 2023-12-05T16:15:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:50 smithi203 ceph-mon[110631]: osdmap e16: 3 total, 2 up, 3 in 2023-12-05T16:15:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:50 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:15:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:50 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:50 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/216057480' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:15:50.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:50 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/957790107' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d56061c-4a71-4a01-9f41-85b3fe384261"}]: dispatch 2023-12-05T16:15:50.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:50 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/957790107' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d56061c-4a71-4a01-9f41-85b3fe384261"}]': finished 2023-12-05T16:15:50.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:50 smithi040 ceph-mon[107901]: osdmap e16: 3 total, 2 up, 3 in 2023-12-05T16:15:50.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:50 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:15:50.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:50 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:50.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:50 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/216057480' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:15:51.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:51 smithi203 ceph-mon[110631]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:51.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:51 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:51.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:51 smithi040 ceph-mon[107901]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:51.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:51 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:53.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:53 smithi040 ceph-mon[107901]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:53 smithi203 ceph-mon[110631]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:55.431 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:55 smithi040 ceph-mon[107901]: Detected new or changed devices on smithi040 2023-12-05T16:15:55.432 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:55.432 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:55.432 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:55 smithi040 ceph-mon[107901]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:55.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:55 smithi203 ceph-mon[110631]: Detected new or changed devices on smithi040 2023-12-05T16:15:55.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:55.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:55.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:55 smithi203 ceph-mon[110631]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:56.687 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:15:56.688 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:56.688 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:56 smithi040 ceph-mon[107901]: Deploying daemon osd.2 on smithi040 2023-12-05T16:15:56.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T16:15:56.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:56.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:56 smithi203 ceph-mon[110631]: Deploying daemon osd.2 on smithi040 2023-12-05T16:15:57.608 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:57 smithi040 ceph-mon[107901]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:57.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:57 smithi203 ceph-mon[110631]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:59.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:59 smithi040 ceph-mon[107901]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:59.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:59 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:59.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:59 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:59.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:59 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:59.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:15:59 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:15:59.906 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:59 smithi203 ceph-mon[110631]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:15:59.907 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:59 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:15:59.907 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:59 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:15:59.907 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:59 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:15:59.907 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:15:59 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:01.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:01 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:01.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:01 smithi040 ceph-mon[107901]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:16:01.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:01 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:01.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:01 smithi203 ceph-mon[110631]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:16:01.628 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 2 on host 'smithi040' 2023-12-05T16:16:02.229 DEBUG:teuthology.orchestra.run.smithi040:osd.2> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.2.service 2023-12-05T16:16:02.232 INFO:tasks.cephadm:Deploying osd.3 on smithi040 with /dev/vg_nvme/lv_1... 2023-12-05T16:16:02.232 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T16:16:02.271 INFO:journalctl@ceph.osd.2.smithi040.stdout:-- Logs begin at Tue 2023-12-05 15:46:26 UTC. -- 2023-12-05T16:16:02.837 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:02 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-2[128657]: 2023-12-05T16:16:02.509+0000 7f87cc68b3c0 -1 osd.2 0 log_to_monitors true 2023-12-05T16:16:02.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:02 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:02.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:02 smithi040 ceph-mon[107901]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T16:16:03.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:02 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:03.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:02 smithi203 ceph-mon[110631]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T16:16:03.755 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-2[128657]: 2023-12-05T16:16:03.634+0000 7f87c308e700 -1 osd.2 0 waiting for initial osdmap 2023-12-05T16:16:03.755 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-2[128657]: 2023-12-05T16:16:03.638+0000 7f87bfa29700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:16:03.756 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-mon[107901]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:16:03.756 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-mon[107901]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T16:16:03.756 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-mon[107901]: osdmap e17: 3 total, 2 up, 3 in 2023-12-05T16:16:03.756 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:03.756 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-mon[107901]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:16:03.756 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:03 smithi203 ceph-mon[110631]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:16:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:03 smithi203 ceph-mon[110631]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T16:16:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:03 smithi203 ceph-mon[110631]: osdmap e17: 3 total, 2 up, 3 in 2023-12-05T16:16:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:03 smithi203 ceph-mon[110631]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:16:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:04.308 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T16:16:04.308 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-05T16:16:04.309 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2023-12-05T16:16:04.309 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2023-12-05T16:16:04.309 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0116985 s, 896 MB/s 2023-12-05T16:16:04.309 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2023-12-05T16:16:04.711 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi040:vg_nvme/lv_1 2023-12-05T16:16:04.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:04 smithi040 ceph-mon[107901]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:16:04.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:04 smithi040 ceph-mon[107901]: osdmap e18: 3 total, 2 up, 3 in 2023-12-05T16:16:04.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:04 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:04.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:04 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:05.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:04 smithi203 ceph-mon[110631]: from='osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:16:05.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:04 smithi203 ceph-mon[110631]: osdmap e18: 3 total, 2 up, 3 in 2023-12-05T16:16:05.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:04 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:05.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:04 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:05.950 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:16:05.950 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:16:05.950 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:16:05.950 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:05.951 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667] boot 2023-12-05T16:16:05.951 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: osdmap e19: 3 total, 3 up, 3 in 2023-12-05T16:16:05.951 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:05.951 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:05 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: osd.2 [v2:172.21.15.40:6818/134438667,v1:172.21.15.40:6819/134438667] boot 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: osdmap e19: 3 total, 3 up, 3 in 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:16:06.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:05 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-05T16:16:06.661 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: osdmap e20: 3 total, 3 up, 3 in 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:06.662 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: osdmap e20: 3 total, 3 up, 3 in 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:07.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:07.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:07.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:07.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:07.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:07.959 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:16:07 smithi040 sudo[130982]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T16:16:07.959 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:16:07 smithi040 sudo[130982]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:07.959 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:16:07 smithi040 sudo[130982]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi040 to 4300M 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: osdmap e21: 3 total, 3 up, 3 in 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:07.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi040 to 4300M 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: osdmap e21: 3 total, 3 up, 3 in 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:08.570 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:16:08 smithi040 sudo[131037]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T16:16:08.570 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:16:08 smithi040 sudo[131037]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:08.570 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:16:08 smithi040 sudo[131037]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:08.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:08 smithi040 ceph-mon[107901]: osdmap e22: 3 total, 3 up, 3 in 2023-12-05T16:16:08.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:08 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:08.960 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:16:08 smithi040 sudo[131161]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T16:16:08.960 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:16:08 smithi040 sudo[131161]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:08.960 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:16:08 smithi040 sudo[131161]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:09.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:08 smithi203 ceph-mon[110631]: osdmap e22: 3 total, 3 up, 3 in 2023-12-05T16:16:09.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:08 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:09.460 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:16:09 smithi040 sudo[131256]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T16:16:09.460 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:16:09 smithi040 sudo[131256]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:09.460 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:16:09 smithi040 sudo[131256]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:09.959 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:09 smithi040 sudo[131364]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T16:16:09.960 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:09 smithi040 sudo[131364]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:09.960 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:09 smithi040 sudo[131364]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:09 smithi040 ceph-mon[107901]: pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:09 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/882827163' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdadcf26-ee9a-40b8-9920-ec70e652d8b2"}]: dispatch 2023-12-05T16:16:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:09 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/882827163' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdadcf26-ee9a-40b8-9920-ec70e652d8b2"}]': finished 2023-12-05T16:16:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:09 smithi040 ceph-mon[107901]: osdmap e23: 4 total, 3 up, 4 in 2023-12-05T16:16:09.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:10.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:09 smithi203 ceph-mon[110631]: pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:10.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:09 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/882827163' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fdadcf26-ee9a-40b8-9920-ec70e652d8b2"}]: dispatch 2023-12-05T16:16:10.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:09 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/882827163' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fdadcf26-ee9a-40b8-9920-ec70e652d8b2"}]': finished 2023-12-05T16:16:10.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:09 smithi203 ceph-mon[110631]: osdmap e23: 4 total, 3 up, 4 in 2023-12-05T16:16:10.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:10.460 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:10 smithi040 sudo[131476]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T16:16:10.460 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:10 smithi040 sudo[131476]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:10.460 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:16:10 smithi040 sudo[131476]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:11.195 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:10 smithi040 sudo[131665]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T16:16:11.195 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:10 smithi040 sudo[131665]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:11.195 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:10 smithi040 sudo[131665]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 ceph-mon[110631]: mgrmap e19: smithi040.eariia(active, since 93s), standbys: smithi203.kzkmul 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2704730686' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 ceph-mon[110631]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 sudo[113350]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 sudo[113350]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:11.451 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 sudo[113350]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:11.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 sudo[131855]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T16:16:11.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 sudo[131855]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:11.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 sudo[131855]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:11.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 ceph-mon[107901]: mgrmap e19: smithi040.eariia(active, since 93s), standbys: smithi203.kzkmul 2023-12-05T16:16:11.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2704730686' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:16:11.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:11.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:11.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:11 smithi040 ceph-mon[107901]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T16:16:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 sudo[113353]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T16:16:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 sudo[113353]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T16:16:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:11 smithi203 sudo[113353]: pam_unix(sudo:session): session closed for user root 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T16:16:12.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:16:12.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T16:16:12.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:13.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:13 smithi040 ceph-mon[107901]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:13.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:13 smithi203 ceph-mon[110631]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:15.607 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:15 smithi040 ceph-mon[107901]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:15.607 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:15 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:16:15.607 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:15 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:15.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:15 smithi203 ceph-mon[110631]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:15.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:15 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T16:16:15.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:15 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:16.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:16 smithi203 ceph-mon[110631]: Deploying daemon osd.3 on smithi040 2023-12-05T16:16:16.636 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:16 smithi040 ceph-mon[107901]: Deploying daemon osd.3 on smithi040 2023-12-05T16:16:17.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:17 smithi203 ceph-mon[110631]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-05T16:16:17.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:17 smithi040 ceph-mon[107901]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2023-12-05T16:16:19.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:19 smithi040 ceph-mon[107901]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-05T16:16:19.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:19 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:19.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:19 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:19.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:19 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:19.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:19 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:20.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:19 smithi203 ceph-mon[110631]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-05T16:16:20.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:19 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:20.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:19 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:20.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:19 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:20.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:19 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:21.277 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 3 on host 'smithi040' 2023-12-05T16:16:21.788 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:21 smithi040 ceph-mon[107901]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-05T16:16:21.788 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:21 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:21.788 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:21 smithi040 ceph-mon[107901]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T16:16:21.790 DEBUG:teuthology.orchestra.run.smithi040:osd.3> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.3.service 2023-12-05T16:16:21.792 INFO:tasks.cephadm:Deploying osd.4 on smithi203 with /dev/vg_nvme/lv_4... 2023-12-05T16:16:21.792 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T16:16:21.830 INFO:journalctl@ceph.osd.3.smithi040.stdout:-- Logs begin at Tue 2023-12-05 15:46:26 UTC. -- 2023-12-05T16:16:22.108 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:21 smithi203 ceph-mon[110631]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-05T16:16:22.108 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:21 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:22.108 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:21 smithi203 ceph-mon[110631]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T16:16:23.211 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T16:16:23.211 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-05T16:16:23.211 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-12-05T16:16:23.211 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-12-05T16:16:23.211 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.015061 s, 696 MB/s 2023-12-05T16:16:23.212 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-12-05T16:16:23.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:23 smithi203 ceph-mon[110631]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T16:16:23.521 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:23 smithi203 ceph-mon[110631]: osdmap e24: 4 total, 3 up, 4 in 2023-12-05T16:16:23.521 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:23 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:23.521 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:23 smithi203 ceph-mon[110631]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:16:23.521 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:23 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:23.521 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:23 smithi203 ceph-mon[110631]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T16:16:23.604 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi203:vg_nvme/lv_4 2023-12-05T16:16:23.608 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-3[132988]: 2023-12-05T16:16:23.281+0000 7fd6948f0700 -1 osd.3 0 waiting for initial osdmap 2023-12-05T16:16:23.609 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-3[132988]: 2023-12-05T16:16:23.289+0000 7fd69128b700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:16:23.609 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-mon[107901]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T16:16:23.609 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-mon[107901]: osdmap e24: 4 total, 3 up, 4 in 2023-12-05T16:16:23.609 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:23.609 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-mon[107901]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2023-12-05T16:16:23.609 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:23.609 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:23 smithi040 ceph-mon[107901]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-05T16:16:24.525 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:24 smithi203 ceph-mon[110631]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:16:24.525 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:24 smithi203 ceph-mon[110631]: osdmap e25: 4 total, 3 up, 4 in 2023-12-05T16:16:24.525 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:24.525 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:24.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:24 smithi040 ceph-mon[107901]: from='osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2023-12-05T16:16:24.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:24 smithi040 ceph-mon[107901]: osdmap e25: 4 total, 3 up, 4 in 2023-12-05T16:16:24.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:24.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:25.542 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:16:25.542 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:16:25.542 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:25.542 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459] boot 2023-12-05T16:16:25.542 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: osdmap e26: 4 total, 4 up, 4 in 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:25.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:25.544 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:25.544 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:25.544 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:25.544 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:25.544 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:25.544 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: osd.3 [v2:172.21.15.40:6826/1409788459,v1:172.21.15.40:6827/1409788459] boot 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: osdmap e26: 4 total, 4 up, 4 in 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T16:16:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:25.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:26.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:26 smithi203 ceph-mon[110631]: Detected new or changed devices on smithi040 2023-12-05T16:16:26.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:26 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi040 to 3225M 2023-12-05T16:16:26.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:26 smithi203 ceph-mon[110631]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:26.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:26 smithi203 ceph-mon[110631]: osdmap e27: 4 total, 4 up, 4 in 2023-12-05T16:16:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:26 smithi040 ceph-mon[107901]: Detected new or changed devices on smithi040 2023-12-05T16:16:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:26 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi040 to 3225M 2023-12-05T16:16:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:26 smithi040 ceph-mon[107901]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:26.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:26 smithi040 ceph-mon[107901]: osdmap e27: 4 total, 4 up, 4 in 2023-12-05T16:16:27.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:27 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3113800753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6a7d19-572b-4304-81cd-3462ccd973b8"}]: dispatch 2023-12-05T16:16:27.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:27 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6a7d19-572b-4304-81cd-3462ccd973b8"}]: dispatch 2023-12-05T16:16:27.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:27 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da6a7d19-572b-4304-81cd-3462ccd973b8"}]': finished 2023-12-05T16:16:27.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:27 smithi040 ceph-mon[107901]: osdmap e28: 5 total, 4 up, 5 in 2023-12-05T16:16:27.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:27.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:27 smithi040 ceph-mon[107901]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:27.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:27 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/873143643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:16:27.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:27 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3113800753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6a7d19-572b-4304-81cd-3462ccd973b8"}]: dispatch 2023-12-05T16:16:27.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:27 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da6a7d19-572b-4304-81cd-3462ccd973b8"}]: dispatch 2023-12-05T16:16:27.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:27 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da6a7d19-572b-4304-81cd-3462ccd973b8"}]': finished 2023-12-05T16:16:27.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:27 smithi203 ceph-mon[110631]: osdmap e28: 5 total, 4 up, 5 in 2023-12-05T16:16:27.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:27.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:27 smithi203 ceph-mon[110631]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:27.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:27 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/873143643' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:16:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:28.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:28.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:29.712 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:29 smithi203 ceph-mon[110631]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:29.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:29 smithi040 ceph-mon[107901]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:31.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:31 smithi203 ceph-mon[110631]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:31.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:16:31.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:31.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:31 smithi040 ceph-mon[107901]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T16:16:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:32.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:32 smithi203 ceph-mon[110631]: Deploying daemon osd.4 on smithi203 2023-12-05T16:16:32.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:32 smithi040 ceph-mon[107901]: Deploying daemon osd.4 on smithi203 2023-12-05T16:16:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:33 smithi040 ceph-mon[107901]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:34.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:33 smithi203 ceph-mon[110631]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:35 smithi203 ceph-mon[110631]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:35.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:35.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:35 smithi040 ceph-mon[107901]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:35.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:35.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:35.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:35.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:36.959 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 4 on host 'smithi203' 2023-12-05T16:16:37.368 DEBUG:teuthology.orchestra.run.smithi203:osd.4> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.4.service 2023-12-05T16:16:37.370 INFO:tasks.cephadm:Deploying osd.5 on smithi203 with /dev/vg_nvme/lv_3... 2023-12-05T16:16:37.370 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T16:16:37.397 INFO:journalctl@ceph.osd.4.smithi203.stdout:-- Logs begin at Tue 2023-12-05 15:46:41 UTC. -- 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:37.946 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:37.947 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:37.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:38.375 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:16:38 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:16:38.115+0000 7facbe7693c0 -1 osd.4 0 log_to_monitors true 2023-12-05T16:16:38.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:38 smithi203 ceph-mon[110631]: from='osd.4 [v2:172.21.15.203:6800/1575551219,v1:172.21.15.203:6801/1575551219]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:16:38.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:38 smithi203 ceph-mon[110631]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:16:38.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:38 smithi040 ceph-mon[107901]: from='osd.4 [v2:172.21.15.203:6800/1575551219,v1:172.21.15.203:6801/1575551219]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:16:38.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:38 smithi040 ceph-mon[107901]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T16:16:39.096 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T16:16:39.096 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-05T16:16:39.096 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-12-05T16:16:39.096 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-12-05T16:16:39.096 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109966 s, 954 MB/s 2023-12-05T16:16:39.096 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-12-05T16:16:39.536 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi203:vg_nvme/lv_3 2023-12-05T16:16:39.901 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:16:39.637+0000 7facb516c700 -1 osd.4 0 waiting for initial osdmap 2023-12-05T16:16:39.901 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:16:39.642+0000 7facae300700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:16:39.901 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: osdmap e29: 5 total, 4 up, 5 in 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='osd.4 [v2:172.21.15.203:6800/1575551219,v1:172.21.15.203:6801/1575551219]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:39.902 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:39 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:39.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:39.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T16:16:39.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: osdmap e29: 5 total, 4 up, 5 in 2023-12-05T16:16:39.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:39.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='osd.4 [v2:172.21.15.203:6800/1575551219,v1:172.21.15.203:6801/1575551219]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:39.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:39.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:39.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:39.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:39.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:39 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:40.826 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:40 smithi203 ceph-mon[110631]: Detected new or changed devices on smithi203 2023-12-05T16:16:40.826 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:40 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi203 to 15970M 2023-12-05T16:16:40.826 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:40 smithi203 ceph-mon[110631]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:16:40.826 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:40 smithi203 ceph-mon[110631]: osdmap e30: 5 total, 4 up, 5 in 2023-12-05T16:16:40.826 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:40 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:40.827 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:40 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:40.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:40 smithi040 ceph-mon[107901]: Detected new or changed devices on smithi203 2023-12-05T16:16:40.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:40 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi203 to 15970M 2023-12-05T16:16:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:40 smithi040 ceph-mon[107901]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:16:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:40 smithi040 ceph-mon[107901]: osdmap e30: 5 total, 4 up, 5 in 2023-12-05T16:16:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:40 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:40.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:40 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:41.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:16:41.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:16:41.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:41.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:41.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: osd.4 [v2:172.21.15.203:6800/1575551219,v1:172.21.15.203:6801/1575551219] boot 2023-12-05T16:16:41.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: osdmap e31: 5 total, 5 up, 5 in 2023-12-05T16:16:41.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:41.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:41.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:41.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:41.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:16:41.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:16:41.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T16:16:41.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:41.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: osd.4 [v2:172.21.15.203:6800/1575551219,v1:172.21.15.203:6801/1575551219] boot 2023-12-05T16:16:41.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: osdmap e31: 5 total, 5 up, 5 in 2023-12-05T16:16:41.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:16:41.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:41.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:41.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:42.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:42 smithi040 ceph-mon[107901]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:42.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:42 smithi040 ceph-mon[107901]: osdmap e32: 5 total, 5 up, 5 in 2023-12-05T16:16:42.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:42 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3843426330' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe8b64a-d869-4c54-8da5-d9438510fc71"}]: dispatch 2023-12-05T16:16:42.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:42 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe8b64a-d869-4c54-8da5-d9438510fc71"}]: dispatch 2023-12-05T16:16:42.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:42 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afe8b64a-d869-4c54-8da5-d9438510fc71"}]': finished 2023-12-05T16:16:42.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:42 smithi040 ceph-mon[107901]: osdmap e33: 6 total, 5 up, 6 in 2023-12-05T16:16:42.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:42 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:42 smithi203 ceph-mon[110631]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:42 smithi203 ceph-mon[110631]: osdmap e32: 5 total, 5 up, 5 in 2023-12-05T16:16:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:42 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3843426330' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe8b64a-d869-4c54-8da5-d9438510fc71"}]: dispatch 2023-12-05T16:16:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:42 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe8b64a-d869-4c54-8da5-d9438510fc71"}]: dispatch 2023-12-05T16:16:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:42 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afe8b64a-d869-4c54-8da5-d9438510fc71"}]': finished 2023-12-05T16:16:43.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:42 smithi203 ceph-mon[110631]: osdmap e33: 6 total, 5 up, 6 in 2023-12-05T16:16:43.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:42 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:43.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:43 smithi040 ceph-mon[107901]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T16:16:43.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:43 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/501819266' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:16:43.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:43 smithi040 ceph-mon[107901]: osdmap e34: 6 total, 5 up, 6 in 2023-12-05T16:16:43.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:43 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:43 smithi203 ceph-mon[110631]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T16:16:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:43 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/501819266' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:16:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:43 smithi203 ceph-mon[110631]: osdmap e34: 6 total, 5 up, 6 in 2023-12-05T16:16:44.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:43 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:45.584 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:45 smithi203 ceph-mon[110631]: osdmap e35: 6 total, 5 up, 6 in 2023-12-05T16:16:45.584 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:45 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:45.584 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:45 smithi203 ceph-mon[110631]: pgmap v87: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T16:16:45.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:45 smithi040 ceph-mon[107901]: osdmap e35: 6 total, 5 up, 6 in 2023-12-05T16:16:45.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:45 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:45.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:45 smithi040 ceph-mon[107901]: pgmap v87: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T16:16:47.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:47 smithi040 ceph-mon[107901]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2023-12-05T16:16:47.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:47 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:16:47.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:47 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:48.046 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:47 smithi203 ceph-mon[110631]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2023-12-05T16:16:48.046 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T16:16:48.047 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:47 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:48.924 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:48 smithi203 ceph-mon[110631]: Deploying daemon osd.5 on smithi203 2023-12-05T16:16:48.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:48 smithi040 ceph-mon[107901]: Deploying daemon osd.5 on smithi203 2023-12-05T16:16:49.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:49 smithi203 ceph-mon[110631]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2023-12-05T16:16:49.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:49 smithi040 ceph-mon[107901]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2023-12-05T16:16:51.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:51 smithi040 ceph-mon[107901]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T16:16:51.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:51 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:51.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:51 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:51.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:51 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:51.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:51 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:51.980 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:51 smithi203 ceph-mon[110631]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T16:16:51.980 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:51 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:51.980 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:51 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:51.981 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:51 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:51.981 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:51 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:52.876 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 5 on host 'smithi203' 2023-12-05T16:16:53.307 DEBUG:teuthology.orchestra.run.smithi203:osd.5> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.5.service 2023-12-05T16:16:53.310 INFO:tasks.cephadm:Deploying osd.6 on smithi203 with /dev/vg_nvme/lv_2... 2023-12-05T16:16:53.310 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T16:16:53.338 INFO:journalctl@ceph.osd.5.smithi203.stdout:-- Logs begin at Tue 2023-12-05 15:46:41 UTC. -- 2023-12-05T16:16:53.579 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:53.579 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-mon[110631]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-05T16:16:53.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:53.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:53.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:53.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:53.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:53.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:53.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:53 smithi040 ceph-mon[107901]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-05T16:16:53.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:53.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:53.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:16:53.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:53.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:53 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:16:54.105 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:16:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:16:53.909+0000 7f859ee2d3c0 -1 osd.5 0 log_to_monitors true 2023-12-05T16:16:54.659 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:54 smithi203 ceph-mon[110631]: from='osd.5 [v2:172.21.15.203:6808/2219236594,v1:172.21.15.203:6809/2219236594]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:16:54.660 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:54 smithi203 ceph-mon[110631]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:16:54.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:54 smithi040 ceph-mon[107901]: from='osd.5 [v2:172.21.15.203:6808/2219236594,v1:172.21.15.203:6809/2219236594]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:16:54.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:54 smithi040 ceph-mon[107901]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T16:16:55.087 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T16:16:55.087 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-05T16:16:55.087 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-12-05T16:16:55.087 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-12-05T16:16:55.087 INFO:teuthology.orchestra.run.smithi203.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145636 s, 720 MB/s 2023-12-05T16:16:55.087 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-12-05T16:16:55.592 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi203:vg_nvme/lv_2 2023-12-05T16:16:55.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:55 smithi040 ceph-mon[107901]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T16:16:55.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:55 smithi040 ceph-mon[107901]: osdmap e36: 6 total, 5 up, 6 in 2023-12-05T16:16:55.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:55.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:55 smithi040 ceph-mon[107901]: from='osd.5 [v2:172.21.15.203:6808/2219236594,v1:172.21.15.203:6809/2219236594]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:55.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:55 smithi040 ceph-mon[107901]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:55.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:55 smithi040 ceph-mon[107901]: pgmap v93: 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-05T16:16:55.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:16:55.400+0000 7f8595830700 -1 osd.5 0 waiting for initial osdmap 2023-12-05T16:16:55.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:16:55.405+0000 7f858f9c6700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:16:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-mon[110631]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T16:16:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-mon[110631]: osdmap e36: 6 total, 5 up, 6 in 2023-12-05T16:16:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-mon[110631]: from='osd.5 [v2:172.21.15.203:6808/2219236594,v1:172.21.15.203:6809/2219236594]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-mon[110631]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:16:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:55 smithi203 ceph-mon[110631]: pgmap v93: 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-05T16:16:56.546 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: osdmap e37: 6 total, 5 up, 6 in 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: Detected new or changed devices on smithi203 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi203 to 7985M 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:56.547 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:56 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:56.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: osdmap e37: 6 total, 5 up, 6 in 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: Detected new or changed devices on smithi203 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi203 to 7985M 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:56.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:56 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: osd.5 [v2:172.21.15.203:6808/2219236594,v1:172.21.15.203:6809/2219236594] boot 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: osdmap e38: 6 total, 6 up, 6 in 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:57 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:57.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: osd.5 [v2:172.21.15.203:6808/2219236594,v1:172.21.15.203:6809/2219236594] boot 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: osdmap e38: 6 total, 6 up, 6 in 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:16:57.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:57 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:16:58.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:58 smithi040 ceph-mon[107901]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:58.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:58 smithi040 ceph-mon[107901]: osdmap e39: 6 total, 6 up, 6 in 2023-12-05T16:16:58.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:58 smithi203 ceph-mon[110631]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:16:58.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:58 smithi203 ceph-mon[110631]: osdmap e39: 6 total, 6 up, 6 in 2023-12-05T16:16:59.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: osdmap e40: 6 total, 6 up, 6 in 2023-12-05T16:16:59.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T16:16:59.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3840035582' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b691c957-2f38-4641-810b-967601ca5d90"}]: dispatch 2023-12-05T16:16:59.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b691c957-2f38-4641-810b-967601ca5d90"}]: dispatch 2023-12-05T16:16:59.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b691c957-2f38-4641-810b-967601ca5d90"}]': finished 2023-12-05T16:16:59.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: osdmap e41: 7 total, 6 up, 7 in 2023-12-05T16:16:59.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:16:59.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:16:59 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3216294674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:16:59.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: osdmap e40: 6 total, 6 up, 6 in 2023-12-05T16:16:59.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T16:16:59.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3840035582' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b691c957-2f38-4641-810b-967601ca5d90"}]: dispatch 2023-12-05T16:16:59.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b691c957-2f38-4641-810b-967601ca5d90"}]: dispatch 2023-12-05T16:16:59.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b691c957-2f38-4641-810b-967601ca5d90"}]': finished 2023-12-05T16:16:59.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: osdmap e41: 7 total, 6 up, 7 in 2023-12-05T16:16:59.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:16:59.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:16:59 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3216294674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:17:00.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:00 smithi040 ceph-mon[107901]: osdmap e42: 7 total, 6 up, 7 in 2023-12-05T16:17:00.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:00 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:00 smithi203 ceph-mon[110631]: osdmap e42: 7 total, 6 up, 7 in 2023-12-05T16:17:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:00 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:01.806 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:01 smithi203 ceph-mon[110631]: pgmap v102: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T16:17:01.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:01 smithi040 ceph-mon[107901]: pgmap v102: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T16:17:03.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:03 smithi040 ceph-mon[107901]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-12-05T16:17:03.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:17:03.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:04.033 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:03 smithi203 ceph-mon[110631]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-12-05T16:17:04.034 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T16:17:04.034 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:04.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:04 smithi040 ceph-mon[107901]: Deploying daemon osd.6 on smithi203 2023-12-05T16:17:04.999 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:04 smithi203 ceph-mon[110631]: Deploying daemon osd.6 on smithi203 2023-12-05T16:17:05.833 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:05 smithi203 ceph-mon[110631]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-12-05T16:17:06.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:05 smithi040 ceph-mon[107901]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-12-05T16:17:07.827 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:07 smithi203 ceph-mon[110631]: pgmap v105: 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-05T16:17:07.828 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:07.828 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:07.828 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:07.828 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:07 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:08.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:07 smithi040 ceph-mon[107901]: pgmap v105: 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-05T16:17:08.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:08.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:08.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:08.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:07 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:09.106 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 6 on host 'smithi203' 2023-12-05T16:17:09.483 DEBUG:teuthology.orchestra.run.smithi203:osd.6> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.6.service 2023-12-05T16:17:09.511 INFO:tasks.cephadm:Deploying osd.7 on smithi203 with /dev/vg_nvme/lv_1... 2023-12-05T16:17:09.511 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T16:17:09.540 INFO:journalctl@ceph.osd.6.smithi203.stdout:-- Logs begin at Tue 2023-12-05 15:46:41 UTC. -- 2023-12-05T16:17:10.005 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:09 smithi203 ceph-mon[110631]: pgmap v106: 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-05T16:17:10.005 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:10.005 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:10.005 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:10.005 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:10.006 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:10.006 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:10.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:09 smithi040 ceph-mon[107901]: pgmap v106: 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-05T16:17:10.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:10.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:10.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:10.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:10.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:10.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:10.365 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:17:10 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:17:10.216+0000 7f1bf99423c0 -1 osd.6 0 log_to_monitors true 2023-12-05T16:17:10.926 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:10 smithi203 ceph-mon[110631]: from='osd.6 [v2:172.21.15.203:6816/2395776675,v1:172.21.15.203:6817/2395776675]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:17:10.926 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:10 smithi203 ceph-mon[110631]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:17:11.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:10 smithi040 ceph-mon[107901]: from='osd.6 [v2:172.21.15.203:6816/2395776675,v1:172.21.15.203:6817/2395776675]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:17:11.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:10 smithi040 ceph-mon[107901]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T16:17:11.370 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T16:17:11.371 INFO:teuthology.orchestra.run.smithi203.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-05T16:17:11.371 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10+0 records in 2023-12-05T16:17:11.371 INFO:teuthology.orchestra.run.smithi203.stderr:10+0 records out 2023-12-05T16:17:11.371 INFO:teuthology.orchestra.run.smithi203.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0117589 s, 892 MB/s 2023-12-05T16:17:11.371 INFO:teuthology.orchestra.run.smithi203.stderr:--> Zapping successful for: 2023-12-05T16:17:11.701 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi203:vg_nvme/lv_1 2023-12-05T16:17:11.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:17:11.730+0000 7f1bf0345700 -1 osd.6 0 waiting for initial osdmap 2023-12-05T16:17:11.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:17:11.737+0000 7f1beacdc700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:17:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-mon[110631]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-12-05T16:17:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-mon[110631]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T16:17:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-mon[110631]: osdmap e43: 7 total, 6 up, 7 in 2023-12-05T16:17:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-mon[110631]: from='osd.6 [v2:172.21.15.203:6816/2395776675,v1:172.21.15.203:6817/2395776675]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:11.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:11 smithi203 ceph-mon[110631]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:12.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:11 smithi040 ceph-mon[107901]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 47 KiB/s, 0 objects/s recovering 2023-12-05T16:17:12.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:11 smithi040 ceph-mon[107901]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T16:17:12.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:11 smithi040 ceph-mon[107901]: osdmap e43: 7 total, 6 up, 7 in 2023-12-05T16:17:12.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:11 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:12.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:11 smithi040 ceph-mon[107901]: from='osd.6 [v2:172.21.15.203:6816/2395776675,v1:172.21.15.203:6817/2395776675]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:12.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:11 smithi040 ceph-mon[107901]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:12.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:17:12.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: osdmap e44: 7 total, 6 up, 7 in 2023-12-05T16:17:12.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:12.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:12.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:12.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:12.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:12.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:12.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:12.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:12 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:13.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:17:13.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: osdmap e44: 7 total, 6 up, 7 in 2023-12-05T16:17:13.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:13.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:13.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:13.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:13.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:13.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:13.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:13.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:12 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:14.009 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: Detected new or changed devices on smithi203 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi203 to 5323M 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: osd.6 [v2:172.21.15.203:6816/2395776675,v1:172.21.15.203:6817/2395776675] boot 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: osdmap e45: 7 total, 7 up, 7 in 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:17:14.010 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:13 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:14.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: Detected new or changed devices on smithi203 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi203 to 5323M 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: osd.6 [v2:172.21.15.203:6816/2395776675,v1:172.21.15.203:6817/2395776675] boot 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: osdmap e45: 7 total, 7 up, 7 in 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T16:17:14.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:13 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:15.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:14 smithi203 ceph-mon[110631]: from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:17:15.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:14 smithi203 ceph-mon[110631]: osdmap e46: 7 total, 7 up, 7 in 2023-12-05T16:17:15.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:14 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/2455333364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3bd29360-fee7-47d4-bae4-8d08ac202080"}]: dispatch 2023-12-05T16:17:15.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:14 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3bd29360-fee7-47d4-bae4-8d08ac202080"}]: dispatch 2023-12-05T16:17:15.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:14 smithi203 ceph-mon[110631]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3bd29360-fee7-47d4-bae4-8d08ac202080"}]': finished 2023-12-05T16:17:15.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:14 smithi203 ceph-mon[110631]: osdmap e47: 8 total, 7 up, 8 in 2023-12-05T16:17:15.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:14 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:15.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:14 smithi040 ceph-mon[107901]: from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi203:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:17:15.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:14 smithi040 ceph-mon[107901]: osdmap e46: 7 total, 7 up, 7 in 2023-12-05T16:17:15.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:14 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/2455333364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3bd29360-fee7-47d4-bae4-8d08ac202080"}]: dispatch 2023-12-05T16:17:15.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:14 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3bd29360-fee7-47d4-bae4-8d08ac202080"}]: dispatch 2023-12-05T16:17:15.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:14 smithi040 ceph-mon[107901]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3bd29360-fee7-47d4-bae4-8d08ac202080"}]': finished 2023-12-05T16:17:15.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:14 smithi040 ceph-mon[107901]: osdmap e47: 8 total, 7 up, 8 in 2023-12-05T16:17:15.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:14 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:16.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:15 smithi203 ceph-mon[110631]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T16:17:16.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:15 smithi203 ceph-mon[110631]: from='client.? 172.21.15.203:0/3766892909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:17:16.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:15 smithi040 ceph-mon[107901]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T16:17:16.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:15 smithi040 ceph-mon[107901]: from='client.? 172.21.15.203:0/3766892909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T16:17:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:16 smithi203 ceph-mon[110631]: osdmap e48: 8 total, 7 up, 8 in 2023-12-05T16:17:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:17.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:16 smithi040 ceph-mon[107901]: osdmap e48: 8 total, 7 up, 8 in 2023-12-05T16:17:17.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:17.845 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:17 smithi203 ceph-mon[110631]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T16:17:17.845 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:17 smithi203 ceph-mon[110631]: osdmap e49: 8 total, 7 up, 8 in 2023-12-05T16:17:17.845 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:17 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:18.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:17 smithi040 ceph-mon[107901]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T16:17:18.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:17 smithi040 ceph-mon[107901]: osdmap e49: 8 total, 7 up, 8 in 2023-12-05T16:17:18.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:17 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:18.974 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:18 smithi203 ceph-mon[110631]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-12-05T16:17:19.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:18 smithi040 ceph-mon[107901]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-12-05T16:17:20.592 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:20 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:17:20.592 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:20 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:20.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:20 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T16:17:20.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:20 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:21.528 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:21 smithi203 ceph-mon[110631]: Deploying daemon osd.7 on smithi203 2023-12-05T16:17:21.528 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:21 smithi203 ceph-mon[110631]: pgmap v119: 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-05T16:17:21.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:21 smithi040 ceph-mon[107901]: Deploying daemon osd.7 on smithi203 2023-12-05T16:17:21.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:21 smithi040 ceph-mon[107901]: pgmap v119: 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-05T16:17:23.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:23 smithi040 ceph-mon[107901]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T16:17:23.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:23 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:23.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:23 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:23.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:23 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:23.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:23 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:23.968 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:23 smithi203 ceph-mon[110631]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-05T16:17:23.969 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:23 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:23.969 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:23 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:23.969 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:23 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:23.969 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:23 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:25.320 INFO:teuthology.orchestra.run.smithi203.stdout:Created osd(s) 7 on host 'smithi203' 2023-12-05T16:17:25.574 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:25 smithi203 ceph-mon[110631]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-05T16:17:25.575 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:25.575 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:25.575 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:25 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:25.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:25 smithi040 ceph-mon[107901]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-05T16:17:25.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:25.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:25.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:25 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:25.957 DEBUG:teuthology.orchestra.run.smithi203:osd.7> sudo journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.7.service 2023-12-05T16:17:25.959 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-05T16:17:25.959 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-05T16:17:25.989 INFO:journalctl@ceph.osd.7.smithi203.stdout:-- Logs begin at Tue 2023-12-05 15:46:41 UTC. -- 2023-12-05T16:17:26.480 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:26.480 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:26.480 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:26.640 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:17:26.640 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:17:26.640 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:17:26.875 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:17:26 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:17:26.476+0000 7f6db40963c0 -1 osd.7 0 log_to_monitors true 2023-12-05T16:17:27.404 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:17:27.501 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:27 smithi203 ceph-mon[110631]: from='osd.7 [v2:172.21.15.203:6824/3262251395,v1:172.21.15.203:6825/3262251395]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:17:27.501 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:27 smithi203 ceph-mon[110631]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:17:27.501 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:27 smithi203 ceph-mon[110631]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T16:17:27.693 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:27 smithi040 ceph-mon[107901]: from='osd.7 [v2:172.21.15.203:6824/3262251395,v1:172.21.15.203:6825/3262251395]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:17:27.693 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:27 smithi040 ceph-mon[107901]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T16:17:27.693 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:27 smithi040 ceph-mon[107901]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T16:17:27.800 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1701793032,"num_in_osds":8,"osd_in_since":1701793034,"num_remapped_pgs":0} 2023-12-05T16:17:28.625 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:17:28.364+0000 7f6daaa99700 -1 osd.7 0 waiting for initial osdmap 2023-12-05T16:17:28.625 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:17:28.373+0000 7f6da4c2f700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T16:17:28.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: osdmap e50: 8 total, 7 up, 8 in 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='osd.7 [v2:172.21.15.203:6824/3262251395,v1:172.21.15.203:6825/3262251395]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1148845525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: Detected new or changed devices on smithi203 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi203 to 3992M 2023-12-05T16:17:28.626 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:28.627 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:28.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T16:17:28.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: osdmap e50: 8 total, 7 up, 8 in 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='osd.7 [v2:172.21.15.203:6824/3262251395,v1:172.21.15.203:6825/3262251395]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1148845525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: Detected new or changed devices on smithi203 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:17:28.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi203 to 3992M 2023-12-05T16:17:28.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:28.711 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:17:28.802 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-05T16:17:29.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:17:29.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: osdmap e51: 8 total, 7 up, 8 in 2023-12-05T16:17:29.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:29.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:29.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T16:17:29.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: osd.7 [v2:172.21.15.203:6824/3262251395,v1:172.21.15.203:6825/3262251395] boot 2023-12-05T16:17:29.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: osdmap e52: 8 total, 8 up, 8 in 2023-12-05T16:17:29.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:29 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: osdmap e51: 8 total, 7 up, 8 in 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: osd.7 [v2:172.21.15.203:6824/3262251395,v1:172.21.15.203:6825/3262251395] boot 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: osdmap e52: 8 total, 8 up, 8 in 2023-12-05T16:17:29.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:29 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:17:30.234 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:17:30.601 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:30 smithi040 ceph-mon[107901]: purged_snaps scrub starts 2023-12-05T16:17:30.601 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:30 smithi040 ceph-mon[107901]: purged_snaps scrub ok 2023-12-05T16:17:30.601 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:30 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3681612577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T16:17:30.601 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:30 smithi040 ceph-mon[107901]: osdmap e53: 8 total, 8 up, 8 in 2023-12-05T16:17:30.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:30 smithi203 ceph-mon[110631]: purged_snaps scrub starts 2023-12-05T16:17:30.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:30 smithi203 ceph-mon[110631]: purged_snaps scrub ok 2023-12-05T16:17:30.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:30 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3681612577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T16:17:30.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:30 smithi203 ceph-mon[110631]: osdmap e53: 8 total, 8 up, 8 in 2023-12-05T16:17:30.674 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1701793049,"num_in_osds":8,"osd_in_since":1701793034,"num_remapped_pgs":1} 2023-12-05T16:17:30.674 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T16:17:30.936 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:31 smithi203 ceph-mon[110631]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:31 smithi203 ceph-mon[110631]: osdmap e54: 8 total, 8 up, 8 in 2023-12-05T16:17:31.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:31 smithi040 ceph-mon[107901]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:31.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:31 smithi040 ceph-mon[107901]: osdmap e54: 8 total, 8 up, 8 in 2023-12-05T16:17:32.183 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:17:32.183 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":54,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","created":"2023-12-05T16:13:05.756385+0000","modified":"2023-12-05T16:17:31.341883+0000","last_up_change":"2023-12-05T16:17:29.338595+0000","last_in_change":"2023-12-05T16:17:14.692949+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-05T16:16:05.124030+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"bd5b8f7c-9820-47ae-8055-2d4b3a4ba871","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6803","nonce":3353281667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6805","nonce":3353281667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6809","nonce":3353281667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6807","nonce":3353281667}]},"public_addr":"172.21.15.40:6803/3353281667","cluster_addr":"172.21.15.40:6805/3353281667","heartbeat_back_addr":"172.21.15.40:6809/3353281667","heartbeat_front_addr":"172.21.15.40:6807/3353281667","state":["exists","up"]},{"osd":1,"uuid":"6b9fc04d-6b68-450e-9bff-48367d4bdfc1","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.40:6810","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6811","nonce":1841296393}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6813","nonce":1841296393}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6817","nonce":1841296393}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6815","nonce":1841296393}]},"public_addr":"172.21.15.40:6811/1841296393","cluster_addr":"172.21.15.40:6813/1841296393","heartbeat_back_addr":"172.21.15.40:6817/1841296393","heartbeat_front_addr":"172.21.15.40:6815/1841296393","state":["exists","up"]},{"osd":2,"uuid":"2d56061c-4a71-4a01-9f41-85b3fe384261","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.40:6818","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6819","nonce":134438667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6821","nonce":134438667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6825","nonce":134438667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6823","nonce":134438667}]},"public_addr":"172.21.15.40:6819/134438667","cluster_addr":"172.21.15.40:6821/134438667","heartbeat_back_addr":"172.21.15.40:6825/134438667","heartbeat_front_addr":"172.21.15.40:6823/134438667","state":["exists","up"]},{"osd":3,"uuid":"fdadcf26-ee9a-40b8-9920-ec70e652d8b2","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.40:6826","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6827","nonce":1409788459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6829","nonce":1409788459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6832","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6833","nonce":1409788459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6831","nonce":1409788459}]},"public_addr":"172.21.15.40:6827/1409788459","cluster_addr":"172.21.15.40:6829/1409788459","heartbeat_back_addr":"172.21.15.40:6833/1409788459","heartbeat_front_addr":"172.21.15.40:6831/1409788459","state":["exists","up"]},{"osd":4,"uuid":"da6a7d19-572b-4304-81cd-3462ccd973b8","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.203:6800","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6801","nonce":1575551219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6803","nonce":1575551219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6807","nonce":1575551219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6805","nonce":1575551219}]},"public_addr":"172.21.15.203:6801/1575551219","cluster_addr":"172.21.15.203:6803/1575551219","heartbeat_back_addr":"172.21.15.203:6807/1575551219","heartbeat_front_addr":"172.21.15.203:6805/1575551219","state":["exists","up"]},{"osd":5,"uuid":"afe8b64a-d869-4c54-8da5-d9438510fc71","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.203:6808","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6809","nonce":2219236594}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6811","nonce":2219236594}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6815","nonce":2219236594}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6813","nonce":2219236594}]},"public_addr":"172.21.15.203:6809/2219236594","cluster_addr":"172.21.15.203:6811/2219236594","heartbeat_back_addr":"172.21.15.203:6815/2219236594","heartbeat_front_addr":"172.21.15.203:6813/2219236594","state":["exists","up"]},{"osd":6,"uuid":"b691c957-2f38-4641-810b-967601ca5d90","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.203:6816","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6817","nonce":2395776675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6819","nonce":2395776675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6823","nonce":2395776675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6821","nonce":2395776675}]},"public_addr":"172.21.15.203:6817/2395776675","cluster_addr":"172.21.15.203:6819/2395776675","heartbeat_back_addr":"172.21.15.203:6823/2395776675","heartbeat_front_addr":"172.21.15.203:6821/2395776675","state":["exists","up"]},{"osd":7,"uuid":"3bd29360-fee7-47d4-bae4-8d08ac202080","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.203:6824","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6825","nonce":3262251395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6827","nonce":3262251395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6831","nonce":3262251395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6829","nonce":3262251395}]},"public_addr":"172.21.15.203:6825/3262251395","cluster_addr":"172.21.15.203:6827/3262251395","heartbeat_back_addr":"172.21.15.203:6831/3262251395","heartbeat_front_addr":"172.21.15.203:6829/3262251395","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-05T16:15:24.333459+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-05T16:15:43.222274+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-05T16:16:03.479206+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-05T16:16:22.687943+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-05T16:16:39.130417+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-05T16:16:54.922884+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-05T16:17:11.256789+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-05T16:17:27.488043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.40:6801/816567700":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/3392945867":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/3141639295":"2023-12-06T16:13:57.696171+0000","172.21.15.40:6801/3321387105":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/2583782547":"2023-12-06T16:14:36.528935+0000","172.21.15.40:6800/3321387105":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/3781423966":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/4239170100":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/1001599235":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/2143274510":"2023-12-06T16:13:32.540933+0000","172.21.15.40:0/4083629696":"2023-12-06T16:13:32.540933+0000","172.21.15.40:6800/816567700":"2023-12-06T16:14:36.528935+0000","172.21.15.40:6801/1795924148":"2023-12-06T16:13:32.540933+0000","172.21.15.40:6800/1795924148":"2023-12-06T16:13:32.540933+0000","172.21.15.40:0/3479642073":"2023-12-06T16:13:32.540933+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-05T16:17:32.509 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:32 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3579757132' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T16:17:32.509 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:32 smithi040 ceph-mon[107901]: osdmap e55: 8 total, 8 up, 8 in 2023-12-05T16:17:32.583 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-05T16:16:05.124030+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-05T16:17:32.584 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-05T16:17:32.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:32 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3579757132' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T16:17:32.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:32 smithi203 ceph-mon[110631]: osdmap e55: 8 total, 8 up, 8 in 2023-12-05T16:17:32.844 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:33.674 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:33 smithi040 ceph-mon[107901]: pgmap v131: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-05T16:17:33.674 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:33 smithi040 ceph-mon[107901]: osdmap e56: 8 total, 8 up, 8 in 2023-12-05T16:17:33.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:33 smithi203 ceph-mon[110631]: pgmap v131: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-05T16:17:33.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:33 smithi203 ceph-mon[110631]: osdmap e56: 8 total, 8 up, 8 in 2023-12-05T16:17:34.082 INFO:teuthology.orchestra.run.smithi040.stdout:pg_num: 1 2023-12-05T16:17:34.475 INFO:tasks.cephadm:Setting up client nodes... 2023-12-05T16:17:34.476 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-05T16:17:34.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:34 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3211017633' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T16:17:34.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:34 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3211017633' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T16:17:35.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:35 smithi040 ceph-mon[107901]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2023-12-05T16:17:35.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:35 smithi203 ceph-mon[110631]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s, 0 objects/s recovering 2023-12-05T16:17:36.064 INFO:teuthology.orchestra.run.smithi040.stdout:[client.0] 2023-12-05T16:17:36.064 INFO:teuthology.orchestra.run.smithi040.stdout: key = AQAgTW9lMgOJAxAARu/sR7lUldd5MQml86CcGw== 2023-12-05T16:17:36.502 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-05T16:17:36.502 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-05T16:17:36.502 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-05T16:17:36.550 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-05T16:17:36.551 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-05T16:17:36.551 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-05T16:17:36.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:36 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/924816938' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T16:17:36.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:36 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/924816938' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T16:17:36.847 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:36.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:36 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/924816938' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T16:17:36.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:36 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/924816938' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T16:17:37.649 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:37 smithi040 ceph-mon[107901]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T16:17:37.649 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:17:37.649 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:17:37.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:37 smithi203 ceph-mon[110631]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T16:17:37.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:17:37.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:17:38.108 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:17:38.440 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi040.eariia","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":2896804463},{"type":"v1","addr":"172.21.15.40:6801","nonce":2896804463}]},"active_addr":"172.21.15.40:6801/2896804463","active_change":"2023-12-05T16:14:36.529269+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi203.kzkmul","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.40:8443/","prometheus":"http://172.21.15.40: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.40:0","nonce":4143873568}]},{"addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":1204273553}]},{"addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":2077826306}]},{"addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":369758110}]}]}} 2023-12-05T16:17:38.443 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-05T16:17:38.443 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-05T16:17:38.444 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T16:17:38.701 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:38.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:38 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/4279763483' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T16:17:38.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:38 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/4279763483' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T16:17:39.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:39 smithi040 ceph-mon[107901]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-12-05T16:17:39.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:39 smithi203 ceph-mon[110631]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-12-05T16:17:40.030 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:17:40.031 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":56,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","created":"2023-12-05T16:13:05.756385+0000","modified":"2023-12-05T16:17:33.345154+0000","last_up_change":"2023-12-05T16:17:29.338595+0000","last_in_change":"2023-12-05T16:17:14.692949+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-05T16:16:05.124030+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"bd5b8f7c-9820-47ae-8055-2d4b3a4ba871","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.40:6802","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6803","nonce":3353281667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6805","nonce":3353281667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6809","nonce":3353281667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6807","nonce":3353281667}]},"public_addr":"172.21.15.40:6803/3353281667","cluster_addr":"172.21.15.40:6805/3353281667","heartbeat_back_addr":"172.21.15.40:6809/3353281667","heartbeat_front_addr":"172.21.15.40:6807/3353281667","state":["exists","up"]},{"osd":1,"uuid":"6b9fc04d-6b68-450e-9bff-48367d4bdfc1","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.40:6810","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6811","nonce":1841296393}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6813","nonce":1841296393}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6817","nonce":1841296393}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6815","nonce":1841296393}]},"public_addr":"172.21.15.40:6811/1841296393","cluster_addr":"172.21.15.40:6813/1841296393","heartbeat_back_addr":"172.21.15.40:6817/1841296393","heartbeat_front_addr":"172.21.15.40:6815/1841296393","state":["exists","up"]},{"osd":2,"uuid":"2d56061c-4a71-4a01-9f41-85b3fe384261","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.40:6818","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6819","nonce":134438667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6821","nonce":134438667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6825","nonce":134438667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6823","nonce":134438667}]},"public_addr":"172.21.15.40:6819/134438667","cluster_addr":"172.21.15.40:6821/134438667","heartbeat_back_addr":"172.21.15.40:6825/134438667","heartbeat_front_addr":"172.21.15.40:6823/134438667","state":["exists","up"]},{"osd":3,"uuid":"fdadcf26-ee9a-40b8-9920-ec70e652d8b2","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.40:6826","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6827","nonce":1409788459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6829","nonce":1409788459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6832","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6833","nonce":1409788459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6831","nonce":1409788459}]},"public_addr":"172.21.15.40:6827/1409788459","cluster_addr":"172.21.15.40:6829/1409788459","heartbeat_back_addr":"172.21.15.40:6833/1409788459","heartbeat_front_addr":"172.21.15.40:6831/1409788459","state":["exists","up"]},{"osd":4,"uuid":"da6a7d19-572b-4304-81cd-3462ccd973b8","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.203:6800","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6801","nonce":1575551219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6803","nonce":1575551219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6807","nonce":1575551219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6805","nonce":1575551219}]},"public_addr":"172.21.15.203:6801/1575551219","cluster_addr":"172.21.15.203:6803/1575551219","heartbeat_back_addr":"172.21.15.203:6807/1575551219","heartbeat_front_addr":"172.21.15.203:6805/1575551219","state":["exists","up"]},{"osd":5,"uuid":"afe8b64a-d869-4c54-8da5-d9438510fc71","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.203:6808","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6809","nonce":2219236594}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6811","nonce":2219236594}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6815","nonce":2219236594}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6813","nonce":2219236594}]},"public_addr":"172.21.15.203:6809/2219236594","cluster_addr":"172.21.15.203:6811/2219236594","heartbeat_back_addr":"172.21.15.203:6815/2219236594","heartbeat_front_addr":"172.21.15.203:6813/2219236594","state":["exists","up"]},{"osd":6,"uuid":"b691c957-2f38-4641-810b-967601ca5d90","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.203:6816","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6817","nonce":2395776675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6819","nonce":2395776675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6823","nonce":2395776675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6821","nonce":2395776675}]},"public_addr":"172.21.15.203:6817/2395776675","cluster_addr":"172.21.15.203:6819/2395776675","heartbeat_back_addr":"172.21.15.203:6823/2395776675","heartbeat_front_addr":"172.21.15.203:6821/2395776675","state":["exists","up"]},{"osd":7,"uuid":"3bd29360-fee7-47d4-bae4-8d08ac202080","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.203:6824","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6825","nonce":3262251395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6827","nonce":3262251395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6831","nonce":3262251395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6829","nonce":3262251395}]},"public_addr":"172.21.15.203:6825/3262251395","cluster_addr":"172.21.15.203:6827/3262251395","heartbeat_back_addr":"172.21.15.203:6831/3262251395","heartbeat_front_addr":"172.21.15.203:6829/3262251395","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-05T16:15:24.333459+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-05T16:15:43.222274+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-05T16:16:03.479206+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-05T16:16:22.687943+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-05T16:16:39.130417+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-05T16:16:54.922884+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-05T16:17:11.256789+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-05T16:17:27.488043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:6801/816567700":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/3392945867":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/3141639295":"2023-12-06T16:13:57.696171+0000","172.21.15.40:6801/3321387105":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/2583782547":"2023-12-06T16:14:36.528935+0000","172.21.15.40:6800/3321387105":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/3781423966":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/4239170100":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/1001599235":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/2143274510":"2023-12-06T16:13:32.540933+0000","172.21.15.40:0/4083629696":"2023-12-06T16:13:32.540933+0000","172.21.15.40:6800/816567700":"2023-12-06T16:14:36.528935+0000","172.21.15.40:6801/1795924148":"2023-12-06T16:13:32.540933+0000","172.21.15.40:6800/1795924148":"2023-12-06T16:13:32.540933+0000","172.21.15.40:0/3479642073":"2023-12-06T16:13:32.540933+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-05T16:17:40.538 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-05T16:17:40.539 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T16:17:40.570 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:40 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1991894735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T16:17:40.795 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:40.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:40 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1991894735' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T16:17:41.624 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:41 smithi203 ceph-mon[110631]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:41.632 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:41 smithi040 ceph-mon[107901]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:42.044 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:17:42.044 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":56,"fsid":"1dd1aab8-9389-11ee-95a2-87774f69a715","created":"2023-12-05T16:13:05.756385+0000","modified":"2023-12-05T16:17:33.345154+0000","last_up_change":"2023-12-05T16:17:29.338595+0000","last_in_change":"2023-12-05T16:17:14.692949+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-05T16:16:05.124030+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"bd5b8f7c-9820-47ae-8055-2d4b3a4ba871","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.40:6802","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6803","nonce":3353281667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6805","nonce":3353281667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6809","nonce":3353281667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":3353281667},{"type":"v1","addr":"172.21.15.40:6807","nonce":3353281667}]},"public_addr":"172.21.15.40:6803/3353281667","cluster_addr":"172.21.15.40:6805/3353281667","heartbeat_back_addr":"172.21.15.40:6809/3353281667","heartbeat_front_addr":"172.21.15.40:6807/3353281667","state":["exists","up"]},{"osd":1,"uuid":"6b9fc04d-6b68-450e-9bff-48367d4bdfc1","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.40:6810","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6811","nonce":1841296393}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6813","nonce":1841296393}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6817","nonce":1841296393}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":1841296393},{"type":"v1","addr":"172.21.15.40:6815","nonce":1841296393}]},"public_addr":"172.21.15.40:6811/1841296393","cluster_addr":"172.21.15.40:6813/1841296393","heartbeat_back_addr":"172.21.15.40:6817/1841296393","heartbeat_front_addr":"172.21.15.40:6815/1841296393","state":["exists","up"]},{"osd":2,"uuid":"2d56061c-4a71-4a01-9f41-85b3fe384261","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.40:6818","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6819","nonce":134438667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6821","nonce":134438667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6825","nonce":134438667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":134438667},{"type":"v1","addr":"172.21.15.40:6823","nonce":134438667}]},"public_addr":"172.21.15.40:6819/134438667","cluster_addr":"172.21.15.40:6821/134438667","heartbeat_back_addr":"172.21.15.40:6825/134438667","heartbeat_front_addr":"172.21.15.40:6823/134438667","state":["exists","up"]},{"osd":3,"uuid":"fdadcf26-ee9a-40b8-9920-ec70e652d8b2","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.40:6826","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6827","nonce":1409788459}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6829","nonce":1409788459}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6832","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6833","nonce":1409788459}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1409788459},{"type":"v1","addr":"172.21.15.40:6831","nonce":1409788459}]},"public_addr":"172.21.15.40:6827/1409788459","cluster_addr":"172.21.15.40:6829/1409788459","heartbeat_back_addr":"172.21.15.40:6833/1409788459","heartbeat_front_addr":"172.21.15.40:6831/1409788459","state":["exists","up"]},{"osd":4,"uuid":"da6a7d19-572b-4304-81cd-3462ccd973b8","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.203:6800","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6801","nonce":1575551219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6803","nonce":1575551219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6807","nonce":1575551219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":1575551219},{"type":"v1","addr":"172.21.15.203:6805","nonce":1575551219}]},"public_addr":"172.21.15.203:6801/1575551219","cluster_addr":"172.21.15.203:6803/1575551219","heartbeat_back_addr":"172.21.15.203:6807/1575551219","heartbeat_front_addr":"172.21.15.203:6805/1575551219","state":["exists","up"]},{"osd":5,"uuid":"afe8b64a-d869-4c54-8da5-d9438510fc71","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.203:6808","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6809","nonce":2219236594}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6811","nonce":2219236594}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6815","nonce":2219236594}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":2219236594},{"type":"v1","addr":"172.21.15.203:6813","nonce":2219236594}]},"public_addr":"172.21.15.203:6809/2219236594","cluster_addr":"172.21.15.203:6811/2219236594","heartbeat_back_addr":"172.21.15.203:6815/2219236594","heartbeat_front_addr":"172.21.15.203:6813/2219236594","state":["exists","up"]},{"osd":6,"uuid":"b691c957-2f38-4641-810b-967601ca5d90","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.203:6816","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6817","nonce":2395776675}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6818","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6819","nonce":2395776675}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6823","nonce":2395776675}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":2395776675},{"type":"v1","addr":"172.21.15.203:6821","nonce":2395776675}]},"public_addr":"172.21.15.203:6817/2395776675","cluster_addr":"172.21.15.203:6819/2395776675","heartbeat_back_addr":"172.21.15.203:6823/2395776675","heartbeat_front_addr":"172.21.15.203:6821/2395776675","state":["exists","up"]},{"osd":7,"uuid":"3bd29360-fee7-47d4-bae4-8d08ac202080","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.203:6824","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6825","nonce":3262251395}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6827","nonce":3262251395}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6831","nonce":3262251395}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":3262251395},{"type":"v1","addr":"172.21.15.203:6829","nonce":3262251395}]},"public_addr":"172.21.15.203:6825/3262251395","cluster_addr":"172.21.15.203:6827/3262251395","heartbeat_back_addr":"172.21.15.203:6831/3262251395","heartbeat_front_addr":"172.21.15.203:6829/3262251395","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-05T16:15:24.333459+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-05T16:15:43.222274+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-05T16:16:03.479206+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-05T16:16:22.687943+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-05T16:16:39.130417+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-05T16:16:54.922884+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-05T16:17:11.256789+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-05T16:17:27.488043+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:6801/816567700":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/3392945867":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/3141639295":"2023-12-06T16:13:57.696171+0000","172.21.15.40:6801/3321387105":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/2583782547":"2023-12-06T16:14:36.528935+0000","172.21.15.40:6800/3321387105":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/3781423966":"2023-12-06T16:13:57.696171+0000","172.21.15.40:0/4239170100":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/1001599235":"2023-12-06T16:14:36.528935+0000","172.21.15.40:0/2143274510":"2023-12-06T16:13:32.540933+0000","172.21.15.40:0/4083629696":"2023-12-06T16:13:32.540933+0000","172.21.15.40:6800/816567700":"2023-12-06T16:14:36.528935+0000","172.21.15.40:6801/1795924148":"2023-12-06T16:13:32.540933+0000","172.21.15.40:6800/1795924148":"2023-12-06T16:13:32.540933+0000","172.21.15.40:0/3479642073":"2023-12-06T16:13:32.540933+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-05T16:17:42.441 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-05T16:17:42.441 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-05T16:17:42.441 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-05T16:17:42.442 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-05T16:17:42.442 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-05T16:17:42.442 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-05T16:17:42.443 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-05T16:17:42.443 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-05T16:17:42.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:42 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/132303282' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T16:17:42.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:42 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/132303282' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T16:17:42.932 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:42.948 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:42.976 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:43.000 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:43.131 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:43.685 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:43 smithi040 ceph-mon[107901]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:43.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:43 smithi203 ceph-mon[110631]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:43.933 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:43.933 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:45.607 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:45 smithi040 ceph-mon[107901]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:45.624 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:45 smithi203 ceph-mon[110631]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:46.590 INFO:teuthology.orchestra.run.smithi040.stdout:223338299398 2023-12-05T16:17:46.590 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-05T16:17:46.852 INFO:teuthology.orchestra.run.smithi040.stdout:111669149715 2023-12-05T16:17:46.853 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-05T16:17:47.774 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:47.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:47 smithi040 ceph-mon[107901]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:48.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:47 smithi203 ceph-mon[110631]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:48.413 INFO:teuthology.orchestra.run.smithi040.stdout:133143986193 2023-12-05T16:17:48.413 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-05T16:17:48.626 INFO:teuthology.orchestra.run.smithi040.stdout:163208757262 2023-12-05T16:17:48.627 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-05T16:17:48.774 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:49.213 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:49.504 INFO:teuthology.orchestra.run.smithi040.stdout:60129542172 2023-12-05T16:17:49.505 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-05T16:17:49.679 INFO:teuthology.orchestra.run.smithi040.stdout:38654705695 2023-12-05T16:17:49.680 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-05T16:17:49.794 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:49 smithi040 ceph-mon[107901]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:50.107 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:50.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:49 smithi203 ceph-mon[110631]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:50.779 INFO:teuthology.orchestra.run.smithi040.stdout:193273528330 2023-12-05T16:17:50.779 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-05T16:17:51.133 INFO:teuthology.orchestra.run.smithi040.stdout:223338299399 2023-12-05T16:17:51.445 INFO:teuthology.orchestra.run.smithi040.stdout:111669149717 2023-12-05T16:17:51.626 INFO:teuthology.orchestra.run.smithi040.stdout:81604378648 2023-12-05T16:17:51.627 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-05T16:17:51.805 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:51.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:51 smithi040 ceph-mon[107901]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:51.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:51 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1401466314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T16:17:51.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:51 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/4177525713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T16:17:52.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:51 smithi203 ceph-mon[110631]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:52.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:51 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1401466314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T16:17:52.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:51 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/4177525713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T16:17:52.180 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299399 for osd.7 2023-12-05T16:17:52.181 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:52.219 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149715 got 111669149717 for osd.3 2023-12-05T16:17:52.219 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:52.306 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:52.382 INFO:teuthology.orchestra.run.smithi040.stdout:163208757262 2023-12-05T16:17:52.459 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:52.863 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757262 got 163208757262 for osd.5 2023-12-05T16:17:52.863 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:52.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:52 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2573784587' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T16:17:53.065 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:53.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:52 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2573784587' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T16:17:53.135 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:53.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:53 smithi040 ceph-mon[107901]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:53 smithi203 ceph-mon[110631]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:54.657 INFO:teuthology.orchestra.run.smithi040.stdout:133143986194 2023-12-05T16:17:55.050 INFO:teuthology.orchestra.run.smithi040.stdout:60129542173 2023-12-05T16:17:55.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986193 got 133143986194 for osd.4 2023-12-05T16:17:55.420 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:55.510 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:55 smithi040 ceph-mon[107901]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:55.510 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:55 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2937038301' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T16:17:55.510 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:55 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/29624668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T16:17:55.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:55 smithi203 ceph-mon[110631]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:55.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:55 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2937038301' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T16:17:55.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:55 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/29624668' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T16:17:55.827 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542172 got 60129542173 for osd.1 2023-12-05T16:17:55.827 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:56.248 INFO:teuthology.orchestra.run.smithi040.stdout:38654705696 2023-12-05T16:17:56.440 INFO:teuthology.orchestra.run.smithi040.stdout:81604378649 2023-12-05T16:17:56.522 INFO:teuthology.orchestra.run.smithi040.stdout:193273528331 2023-12-05T16:17:56.624 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:56 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1342797789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T16:17:56.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:56 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1342797789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T16:17:56.855 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-12-05T16:17:56.855 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:56.961 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2023-12-05T16:17:56.961 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:57.137 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528331 for osd.6 2023-12-05T16:17:57.137 DEBUG:teuthology.parallel:result is None 2023-12-05T16:17:57.137 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-05T16:17:57.138 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T16:17:57.360 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:57 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1387944495' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T16:17:57.360 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:57 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/4023746912' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T16:17:57.360 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:57 smithi040 ceph-mon[107901]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:57.396 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:57 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1387944495' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T16:17:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:57 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/4023746912' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T16:17:57.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:57 smithi203 ceph-mon[110631]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:58.679 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:17:58.680 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2023-12-05T16:17:59.148 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2023-12-05T16:17:58.637130+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":48380,"kb_used_data":6012,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912836,"statfs":{"total":767960285184,"available":767910744064,"internally_reserved":0,"allocated":6156288,"data_stored":3435381,"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.002246"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-05T16:17:33.352078+0000","last_change":"2023-12-05T16:17:33.352078+0000","last_active":"2023-12-05T16:17:33.352078+0000","last_peered":"2023-12-05T16:17:33.352078+0000","last_clean":"2023-12-05T16:17:33.352078+0000","last_became_active":"2023-12-05T16:17:33.351633+0000","last_became_peered":"2023-12-05T16:17:33.351633+0000","last_unstale":"2023-12-05T16:17:33.352078+0000","last_undegraded":"2023-12-05T16:17:33.352078+0000","last_fullsized":"2023-12-05T16:17:33.352078+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T16:16:05.643140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T16:16:05.643140+0000","last_clean_scrub_stamp":"2023-12-05T16:16:05.643140+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-06T20:45:55.949819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760258,"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.504}]},{"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.52900000000000003}]},{"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.59699999999999998}]},{"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.56100000000000005}]},{"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.45500000000000002}]},{"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.435}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61199999999999999}]}]},{"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":6072,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739080,"statfs":{"total":95995035648,"available":95988817920,"internally_reserved":0,"allocated":1097728,"data_stored":759670,"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.52100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32500000000000001}]},{"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.47299999999999998}]},{"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.437}]},{"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.497}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"osd":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.58699999999999997}]}]},{"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":6324,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738828,"statfs":{"total":95995035648,"available":95988559872,"internally_reserved":0,"allocated":569344,"data_stored":231029,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 16:17:51 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.38800000000000001,"15min":0.38100000000000001},"min":{"1min":0.28599999999999998,"5min":0.254,"15min":0.254},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.39400000000000002,"15min":0.38100000000000001},"min":{"1min":0.313,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.626}]},{"osd":2,"last update":"Tue Dec 5 16:17:07 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.52900000000000003}]},{"osd":3,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.751},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.65100000000000002}]},{"osd":4,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.77200000000000002}]},{"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.70499999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.82999999999999996}]},{"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.89400000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":760258,"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 16:17:48 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.39200000000000002,"15min":0.39400000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63500000000000001,"5min":0.877,"15min":0.877},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.40500000000000003,"15min":0.39700000000000002},"min":{"1min":0.28999999999999998,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.53100000000000003}]},{"osd":2,"last update":"Tue Dec 5 16:17:07 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.36399999999999999}]},{"osd":3,"last update":"Tue Dec 5 16:17:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.442}]},{"osd":4,"last update":"Tue Dec 5 16:17:43 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.56799999999999995}]},{"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.61899999999999999}]},{"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.59799999999999998}]},{"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.73099999999999998}]}]},{"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":231330,"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 16:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.42099999999999999}]},{"osd":1,"last update":"Tue Dec 5 16:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.377}]},{"osd":3,"last update":"Tue Dec 5 16:17:29 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.495},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.44800000000000001}]},{"osd":4,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.64900000000000002}]},{"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.71399999999999997}]},{"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.753}]},{"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.61899999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":231029,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.34499999999999997}]},{"osd":1,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.499}]},{"osd":2,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.72899999999999998}]},{"osd":4,"last update":"Tue Dec 5 16:17:43 2023","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.86099999999999999}]},{"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.59499999999999997}]},{"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.77500000000000002}]},{"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.74299999999999999}]}]},{"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":5684,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739468,"statfs":{"total":95995035648,"available":95989215232,"internally_reserved":0,"allocated":569344,"data_stored":231065,"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 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.40899999999999997}]},{"osd":1,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.64000000000000001}]},{"osd":2,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.441},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.55100000000000005}]},{"osd":3,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.621},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.51900000000000002}]},{"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.54000000000000004}]},{"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.47399999999999998}]},{"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.56999999999999995}]}]},{"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":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":230742,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73899999999999999}]},{"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.54600000000000004}]},{"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.52700000000000002}]},{"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.77800000000000002}]},{"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.50900000000000001}]},{"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.59899999999999998}]},{"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.70999999999999996}]}]}],"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":0,"data_stored":0,"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-05T16:17:59.149 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T16:17:59.407 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:17:59.843 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:59 smithi040 ceph-mon[107901]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:17:59.843 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:17:59 smithi040 ceph-mon[107901]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:00.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:59 smithi203 ceph-mon[110631]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:00.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:17:59 smithi203 ceph-mon[110631]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:00.509 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:18:00.510 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2023-12-05T16:18:00.903 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2023-12-05T16:17:58.637130+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":48380,"kb_used_data":6012,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912836,"statfs":{"total":767960285184,"available":767910744064,"internally_reserved":0,"allocated":6156288,"data_stored":3435381,"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.002246"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-05T16:17:33.352078+0000","last_change":"2023-12-05T16:17:33.352078+0000","last_active":"2023-12-05T16:17:33.352078+0000","last_peered":"2023-12-05T16:17:33.352078+0000","last_clean":"2023-12-05T16:17:33.352078+0000","last_became_active":"2023-12-05T16:17:33.351633+0000","last_became_peered":"2023-12-05T16:17:33.351633+0000","last_unstale":"2023-12-05T16:17:33.352078+0000","last_undegraded":"2023-12-05T16:17:33.352078+0000","last_fullsized":"2023-12-05T16:17:33.352078+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T16:16:05.643140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T16:16:05.643140+0000","last_clean_scrub_stamp":"2023-12-05T16:16:05.643140+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-06T20:45:55.949819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760258,"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.504}]},{"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.52900000000000003}]},{"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.59699999999999998}]},{"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.56100000000000005}]},{"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.45500000000000002}]},{"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.435}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61199999999999999}]}]},{"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":6072,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739080,"statfs":{"total":95995035648,"available":95988817920,"internally_reserved":0,"allocated":1097728,"data_stored":759670,"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.52100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32500000000000001}]},{"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.47299999999999998}]},{"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.437}]},{"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.497}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"osd":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.58699999999999997}]}]},{"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":6324,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738828,"statfs":{"total":95995035648,"available":95988559872,"internally_reserved":0,"allocated":569344,"data_stored":231029,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 16:17:51 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.38800000000000001,"15min":0.38100000000000001},"min":{"1min":0.28599999999999998,"5min":0.254,"15min":0.254},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.39400000000000002,"15min":0.38100000000000001},"min":{"1min":0.313,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.626}]},{"osd":2,"last update":"Tue Dec 5 16:17:07 2023","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.52900000000000003}]},{"osd":3,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.751},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.65100000000000002}]},{"osd":4,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.77200000000000002}]},{"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.70499999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.82999999999999996}]},{"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.89400000000000002}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":760258,"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 16:17:48 2023","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.39200000000000002,"15min":0.39400000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63500000000000001,"5min":0.877,"15min":0.877},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.40500000000000003,"15min":0.39700000000000002},"min":{"1min":0.28999999999999998,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.53100000000000003}]},{"osd":2,"last update":"Tue Dec 5 16:17:07 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.36399999999999999}]},{"osd":3,"last update":"Tue Dec 5 16:17:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.442}]},{"osd":4,"last update":"Tue Dec 5 16:17:43 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.56799999999999995}]},{"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.61899999999999999}]},{"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.59799999999999998}]},{"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.73099999999999998}]}]},{"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":231330,"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 16:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.42099999999999999}]},{"osd":1,"last update":"Tue Dec 5 16:17:04 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.377}]},{"osd":3,"last update":"Tue Dec 5 16:17:29 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.495},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.44800000000000001}]},{"osd":4,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.64900000000000002}]},{"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.71399999999999997}]},{"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.753}]},{"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.61899999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":231029,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.34499999999999997}]},{"osd":1,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.499}]},{"osd":2,"last update":"Tue Dec 5 16:17:24 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.72899999999999998}]},{"osd":4,"last update":"Tue Dec 5 16:17:43 2023","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.86099999999999999}]},{"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.59499999999999997}]},{"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.77500000000000002}]},{"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.74299999999999999}]}]},{"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":5684,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739468,"statfs":{"total":95995035648,"available":95989215232,"internally_reserved":0,"allocated":569344,"data_stored":231065,"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 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.40899999999999997}]},{"osd":1,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.64000000000000001}]},{"osd":2,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.441},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.55100000000000005}]},{"osd":3,"last update":"Tue Dec 5 16:17:41 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.621},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.51900000000000002}]},{"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.54000000000000004}]},{"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.47399999999999998}]},{"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.56999999999999995}]}]},{"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":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":230742,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73899999999999999}]},{"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.54600000000000004}]},{"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.52700000000000002}]},{"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.77800000000000002}]},{"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.50900000000000001}]},{"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.59899999999999998}]},{"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.70999999999999996}]}]}],"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":0,"data_stored":0,"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-05T16:18:00.904 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-05T16:18:00.904 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-05T16:18:00.904 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-05T16:18:00.905 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-05T16:18:01.167 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/mon.smithi040/config 2023-12-05T16:18:01.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:01 smithi040 ceph-mon[107901]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:01.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:01 smithi040 ceph-mon[107901]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:02.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:01 smithi203 ceph-mon[110631]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:02.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:01 smithi203 ceph-mon[110631]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:02.541 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:18:02.542 INFO:teuthology.orchestra.run.smithi040.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-05T16:18:02.872 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:02 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2467414028' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T16:18:02.929 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-05T16:18:02.929 INFO:tasks.cephadm:Setup complete, yielding 2023-12-05T16:18:02.932 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T16:18:02.942 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:02.943 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-05T16:18:03.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:02 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2467414028' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T16:18:03.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:03 smithi040 ceph-mon[107901]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:03 smithi203 ceph-mon[110631]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:04.359 INFO:teuthology.orchestra.run.smithi040.stdout:Backend: cephadm 2023-12-05T16:18:04.359 INFO:teuthology.orchestra.run.smithi040.stdout:Available: Yes 2023-12-05T16:18:04.359 INFO:teuthology.orchestra.run.smithi040.stdout:Paused: No 2023-12-05T16:18:04.739 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-05T16:18:05.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:05 smithi203 ceph-mon[110631]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:05.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:05 smithi203 ceph-mon[110631]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:05.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:05 smithi040 ceph-mon[107901]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:05.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:05 smithi040 ceph-mon[107901]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:06.209 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:18:06.209 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 running (2m) 98s ago 3m 14.9M - ba2b418f427c c0e374a90bef 2023-12-05T16:18:06.209 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (3m) 98s ago 3m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:18:06.209 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (3m) 41s ago 3m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:18:06.209 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 running (2m) 98s ago 3m 50.1M - 8.3.5 dad864ee21e9 77112d3e5d1d 2023-12-05T16:18:06.209 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (4m) 98s ago 4m 463M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:18:06.209 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (3m) 41s ago 3m 420M - 17.2.0 e1d6a67b021e a40a0cf4b186 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (4m) 98s ago 5m 57.4M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (3m) 41s ago 3m 52.3M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 running (3m) 98s ago 3m 20.1M - 1dbe0e931976 b9ede4eef67b 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (3m) 41s ago 3m 21.7M - 1dbe0e931976 a4d453770fda 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (2m) 98s ago 2m 39.8M 3225M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (2m) 98s ago 2m 43.2M 3225M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (2m) 98s ago 2m 36.9M 3225M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (107s) 98s ago 107s 29.6M 3225M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (91s) 41s ago 91s 40.4M 3992M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (75s) 41s ago 75s 38.2M 3992M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (59s) 41s ago 59s 37.5M 3992M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (43s) 41s ago 42s 11.0M 3992M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:18:06.210 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 running (3m) 98s ago 3m 49.3M - 514e6a882f6e 4080ed05597e 2023-12-05T16:18:06.603 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-05T16:18:07.695 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:07 smithi040 ceph-mon[107901]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:07.695 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:07 smithi040 ceph-mon[107901]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:08.107 INFO:teuthology.orchestra.run.smithi040.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager ?:9093,9094 1/1 100s ago 4m count:1 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:crash 2/2 100s ago 4m * 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:grafana ?:3000 1/1 100s ago 4m count:1 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:mgr 2/2 100s ago 4m count:2 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:mon 2/2 100s ago 3m smithi040:172.21.15.40=smithi040;smithi203:172.21.15.203=smithi203;count:2 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter ?:9100 2/2 100s ago 4m * 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:osd 8 100s ago - 2023-12-05T16:18:08.108 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus ?:9095 1/1 100s ago 4m count:1 2023-12-05T16:18:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:07 smithi203 ceph-mon[110631]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:07 smithi203 ceph-mon[110631]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:08.502 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-05T16:18:09.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:09 smithi040 ceph-mon[107901]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:09.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:09 smithi040 ceph-mon[107901]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:09.991 INFO:teuthology.orchestra.run.smithi040.stdout:HOST ADDR LABELS STATUS 2023-12-05T16:18:09.991 INFO:teuthology.orchestra.run.smithi040.stdout:smithi040 172.21.15.40 2023-12-05T16:18:09.991 INFO:teuthology.orchestra.run.smithi040.stdout:smithi203 172.21.15.203 2023-12-05T16:18:09.992 INFO:teuthology.orchestra.run.smithi040.stdout:2 hosts in cluster 2023-12-05T16:18:10.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:09 smithi203 ceph-mon[110631]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:10.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:09 smithi203 ceph-mon[110631]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:10.392 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-05T16:18:11.848 INFO:teuthology.orchestra.run.smithi040.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-05T16:18:11.848 INFO:teuthology.orchestra.run.smithi040.stdout:smithi040 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009J400BGN 400G LVM detected, locked 2023-12-05T16:18:11.848 INFO:teuthology.orchestra.run.smithi040.stdout:smithi203 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GK400BGN 400G LVM detected, locked 2023-12-05T16:18:11.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:11 smithi040 ceph-mon[107901]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:11.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:11 smithi040 ceph-mon[107901]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:12.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:11 smithi203 ceph-mon[110631]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:12.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:11 smithi203 ceph-mon[110631]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:12.237 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-05T16:18:12.246 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:12.246 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-05T16:18:12.284 INFO:teuthology.orchestra.run.smithi040.stderr:+ systemctl stop nfs-server 2023-12-05T16:18:12.293 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi203.front.sepia.ceph.com 2023-12-05T16:18:12.293 DEBUG:teuthology.orchestra.run.smithi203:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-05T16:18:12.331 INFO:teuthology.orchestra.run.smithi203.stderr:+ systemctl stop nfs-server 2023-12-05T16:18:12.339 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T16:18:12.348 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:12.348 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-05T16:18:13.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:13 smithi040 ceph-mon[107901]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:13.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:13 smithi040 ceph-mon[107901]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:14.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:13 smithi203 ceph-mon[110631]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:14.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:13 smithi203 ceph-mon[110631]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:14.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:14 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-05T16:18:15.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:14 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-05T16:18:16.086 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:15 smithi040 ceph-mon[107901]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:16.086 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:15 smithi040 ceph-mon[107901]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:16.086 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:15 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-05T16:18:16.086 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:15 smithi040 ceph-mon[107901]: osdmap e57: 8 total, 8 up, 8 in 2023-12-05T16:18:16.086 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:15 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-05T16:18:16.086 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:15 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi040[107878]: 2023-12-05T16:18:15.724+0000 7fcf9ca47700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-05T16:18:16.115 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:15 smithi203 ceph-mon[110631]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:16.115 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:15 smithi203 ceph-mon[110631]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:16.115 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:15 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-05T16:18:16.115 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:15 smithi203 ceph-mon[110631]: osdmap e57: 8 total, 8 up, 8 in 2023-12-05T16:18:16.115 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:15 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-05T16:18:16.139 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-05T16:18:16.149 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-05T16:18:16.149 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-05T16:18:16.932 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-05T16:18:16.932 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: osdmap e58: 8 total, 8 up, 8 in 2023-12-05T16:18:16.932 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-05T16:18:16.932 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-05T16:18:16.932 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: osdmap e59: 8 total, 8 up, 8 in 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: fsmap foofs:0 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: Saving service mds.foofs spec with placement count:2 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.cyrqks", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.cyrqks", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T16:18:16.933 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:16 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: osdmap e58: 8 total, 8 up, 8 in 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: osdmap e59: 8 total, 8 up, 8 in 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-05T16:18:17.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: fsmap foofs:0 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: Saving service mds.foofs spec with placement count:2 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.cyrqks", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.cyrqks", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T16:18:17.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:16 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:17.755 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:18:17.755 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-05T16:13:46.905580Z", "last_refresh": "2023-12-05T16:16:27.588292Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-05T16:13:42.748487Z", "last_refresh": "2023-12-05T16:16:27.588365Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-05T16:13:44.829435Z", "last_refresh": "2023-12-05T16:16:27.588436Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-05T16:18:15.753188Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-05T16:18:15.749378Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-05T16:13:41.661624Z", "last_refresh": "2023-12-05T16:16:27.588211Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi040:172.21.15.40=smithi040", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-05T16:14:18.905073Z", "last_refresh": "2023-12-05T16:16:27.588050Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-05T16:13:45.970691Z", "last_refresh": "2023-12-05T16:16:27.588506Z", "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-05T16:16:27.588644Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-05T16:13:43.839742Z", "last_refresh": "2023-12-05T16:16:27.588575Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-05T16:18:18.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:17 smithi040 ceph-mon[107901]: Deploying daemon mds.foofs.smithi040.cyrqks on smithi040 2023-12-05T16:18:18.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:17 smithi040 ceph-mon[107901]: pgmap v157: 65 pgs: 19 creating+peering, 3 active+clean, 43 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:18.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:17 smithi040 ceph-mon[107901]: osdmap e60: 8 total, 8 up, 8 in 2023-12-05T16:18:18.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:17 smithi203 ceph-mon[110631]: Deploying daemon mds.foofs.smithi040.cyrqks on smithi040 2023-12-05T16:18:18.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:17 smithi203 ceph-mon[110631]: pgmap v157: 65 pgs: 19 creating+peering, 3 active+clean, 43 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:18.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:17 smithi203 ceph-mon[110631]: osdmap e60: 8 total, 8 up, 8 in 2023-12-05T16:18:18.144 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-05T16:18:18.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:18 smithi203 ceph-mon[110631]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:18.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:18 smithi203 ceph-mon[110631]: osdmap e61: 8 total, 8 up, 8 in 2023-12-05T16:18:18.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:18 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:18.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:18 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi203.bupxsp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T16:18:18.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:18 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi203.bupxsp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T16:18:18.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:18 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:19.145 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-05T16:18:19.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:18 smithi040 ceph-mon[107901]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:19.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:18 smithi040 ceph-mon[107901]: osdmap e61: 8 total, 8 up, 8 in 2023-12-05T16:18:19.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:18 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:19.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:18 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi203.bupxsp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T16:18:19.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:18 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi203.bupxsp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T16:18:19.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:18 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: Deploying daemon mds.foofs.smithi203.bupxsp on smithi203 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: pgmap v160: 65 pgs: 19 creating+peering, 25 active+clean, 21 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: mds.? [v2:172.21.15.40:6834/2918258122,v1:172.21.15.40:6835/2918258122] up:boot 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: daemon mds.foofs.smithi040.cyrqks assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: Cluster is now healthy 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: fsmap foofs:0 1 up:standby 2023-12-05T16:18:19.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi040.cyrqks"}]: dispatch 2023-12-05T16:18:19.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:creating} 2023-12-05T16:18:19.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:19 smithi203 ceph-mon[110631]: daemon mds.foofs.smithi040.cyrqks is now active in filesystem foofs as rank 0 2023-12-05T16:18:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: Deploying daemon mds.foofs.smithi203.bupxsp on smithi203 2023-12-05T16:18:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: pgmap v160: 65 pgs: 19 creating+peering, 25 active+clean, 21 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T16:18:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: mds.? [v2:172.21.15.40:6834/2918258122,v1:172.21.15.40:6835/2918258122] up:boot 2023-12-05T16:18:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: daemon mds.foofs.smithi040.cyrqks assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-05T16:18:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-05T16:18:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-05T16:18:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: Cluster is now healthy 2023-12-05T16:18:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: fsmap foofs:0 1 up:standby 2023-12-05T16:18:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi040.cyrqks"}]: dispatch 2023-12-05T16:18:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:creating} 2023-12-05T16:18:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:19 smithi040 ceph-mon[107901]: daemon mds.foofs.smithi040.cyrqks is now active in filesystem foofs as rank 0 2023-12-05T16:18:20.705 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:18:20.706 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-05T16:13:46.905580Z", "last_refresh": "2023-12-05T16:16:27.588292Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-05T16:13:42.748487Z", "last_refresh": "2023-12-05T16:16:27.588365Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-05T16:13:44.829435Z", "last_refresh": "2023-12-05T16:16:27.588436Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-05T16:18:15.753188Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-05T16:18:15.749378Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-05T16:13:41.661624Z", "last_refresh": "2023-12-05T16:16:27.588211Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi040:172.21.15.40=smithi040", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-05T16:14:18.905073Z", "last_refresh": "2023-12-05T16:16:27.588050Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-05T16:13:45.970691Z", "last_refresh": "2023-12-05T16:16:27.588506Z", "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-05T16:16:27.588644Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-05T16:13:43.839742Z", "last_refresh": "2023-12-05T16:16:27.588575Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: mds.? [v2:172.21.15.40:6834/2918258122,v1:172.21.15.40:6835/2918258122] up:active 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:active} 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: pgmap v161: 65 pgs: 16 creating+peering, 46 active+clean, 3 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2023-12-05T16:18:20.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:20 smithi040 ceph-mon[107901]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:21.067 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: mds.? [v2:172.21.15.40:6834/2918258122,v1:172.21.15.40:6835/2918258122] up:active 2023-12-05T16:18:21.068 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:active} 2023-12-05T16:18:21.068 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:21.068 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:21.068 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:21.068 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:21.068 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: pgmap v161: 65 pgs: 16 creating+peering, 46 active+clean, 3 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 1 op/s 2023-12-05T16:18:21.068 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:20 smithi203 ceph-mon[110631]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:21.156 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-05T16:18:22.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:21 smithi203 ceph-mon[110631]: mds.? [v2:172.21.15.203:6832/2549508530,v1:172.21.15.203:6833/2549508530] up:boot 2023-12-05T16:18:22.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:21 smithi203 ceph-mon[110631]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:active} 1 up:standby 2023-12-05T16:18:22.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:21 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi203.bupxsp"}]: dispatch 2023-12-05T16:18:22.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:21 smithi203 ceph-mon[110631]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:active} 1 up:standby 2023-12-05T16:18:22.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:21 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:22.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:21 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:22.137 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:21 smithi040 ceph-mon[107901]: mds.? [v2:172.21.15.203:6832/2549508530,v1:172.21.15.203:6833/2549508530] up:boot 2023-12-05T16:18:22.137 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:21 smithi040 ceph-mon[107901]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:active} 1 up:standby 2023-12-05T16:18:22.137 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:21 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi203.bupxsp"}]: dispatch 2023-12-05T16:18:22.138 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:21 smithi040 ceph-mon[107901]: fsmap foofs:1 {0=foofs.smithi040.cyrqks=up:active} 1 up:standby 2023-12-05T16:18:22.138 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:21 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:22.138 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:21 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:22.157 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-05T16:18:22.841 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:22 smithi040 ceph-mon[107901]: pgmap v162: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 5 op/s 2023-12-05T16:18:23.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:22 smithi203 ceph-mon[110631]: pgmap v162: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 5 op/s 2023-12-05T16:18:23.955 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:18:23.956 INFO:teuthology.orchestra.run.smithi040.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-05T16:13:46.905580Z", "last_refresh": "2023-12-05T16:18:23.418479Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-05T16:13:42.748487Z", "last_refresh": "2023-12-05T16:18:21.387668Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-05T16:13:44.829435Z", "last_refresh": "2023-12-05T16:18:23.418854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-05T16:18:15.753188Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-05T16:18:15.749378Z", "last_refresh": "2023-12-05T16:18:21.388385Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-05T16:13:41.661624Z", "last_refresh": "2023-12-05T16:18:21.387865Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi040:172.21.15.40=smithi040", "smithi203:172.21.15.203=smithi203"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-05T16:14:18.905073Z", "last_refresh": "2023-12-05T16:18:21.387955Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-05T16:13:45.970691Z", "last_refresh": "2023-12-05T16:18:21.388030Z", "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-05T16:18:21.388103Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-05T16:13:43.839742Z", "last_refresh": "2023-12-05T16:18:23.419195Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-05T16:18:24.334 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-05T16:18:24.334 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T16:18:24.344 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:24.344 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-05T16:18:24.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:24.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:24.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:24.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:24.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:24.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:24 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:24.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:24 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:25.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:25 smithi040 ceph-mon[107901]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:25.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:25 smithi040 ceph-mon[107901]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-05T16:18:25.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:25 smithi203 ceph-mon[110631]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T16:18:25.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:25 smithi203 ceph-mon[110631]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-05T16:18:26.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:26 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-05T16:18:26.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:26 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-05T16:18:27.478 INFO:teuthology.orchestra.run.smithi040.stdout:NFS Cluster Created Successfully 2023-12-05T16:18:27.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:27 smithi040 ceph-mon[107901]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:27.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-05T16:18:27.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:27 smithi040 ceph-mon[107901]: osdmap e62: 8 total, 8 up, 8 in 2023-12-05T16:18:27.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:27 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-05T16:18:27.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:27 smithi040 ceph-mon[107901]: pgmap v165: 97 pgs: 1 creating+peering, 31 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-05T16:18:27.868 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-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-05T16:18:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:27 smithi203 ceph-mon[110631]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-05T16:18:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:27 smithi203 ceph-mon[110631]: osdmap e62: 8 total, 8 up, 8 in 2023-12-05T16:18:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:27 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-05T16:18:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:27 smithi203 ceph-mon[110631]: pgmap v165: 97 pgs: 1 creating+peering, 31 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-05T16:18:28.572 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-05T16:18:28.572 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: osdmap e63: 8 total, 8 up, 8 in 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: Saving service nfs.foo spec with placement count:2 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: Creating key for client.nfs.foo.0.0.smithi040.axyeeb 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:28.573 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:28.574 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T16:18:28.574 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T16:18:28.574 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:18:28.574 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T16:18:28.574 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:28 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: osdmap e63: 8 total, 8 up, 8 in 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: Saving service nfs.foo spec with placement count:2 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: Creating key for client.nfs.foo.0.0.smithi040.axyeeb 2023-12-05T16:18:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi040.axyeeb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T16:18:28.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:28 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:29.411 INFO:teuthology.orchestra.run.smithi040.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-05T16:18:29.412 INFO:teuthology.orchestra.run.smithi040.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-05T16:18:29.412 INFO:teuthology.orchestra.run.smithi040.stderr:Error EINVAL: invalid command 2023-12-05T16:18:29.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:29 smithi040 ceph-mon[107901]: Rados config object exists: conf-nfs.foo 2023-12-05T16:18:29.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:29 smithi040 ceph-mon[107901]: Creating key for client.nfs.foo.0.0.smithi040.axyeeb-rgw 2023-12-05T16:18:29.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:29 smithi040 ceph-mon[107901]: Deploying daemon nfs.foo.0.0.smithi040.axyeeb on smithi040 2023-12-05T16:18:29.709 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:29 smithi040 ceph-mon[107901]: osdmap e64: 8 total, 8 up, 8 in 2023-12-05T16:18:29.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:29 smithi040 ceph-mon[107901]: pgmap v168: 97 pgs: 2 creating+activating, 12 creating+peering, 17 unknown, 66 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-12-05T16:18:29.820 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:18:29.820 INFO:teuthology.orchestra.run.smithi040.stdout: "bind": "/fake", 2023-12-05T16:18:29.820 INFO:teuthology.orchestra.run.smithi040.stdout: "fs": "foofs", 2023-12-05T16:18:29.820 INFO:teuthology.orchestra.run.smithi040.stdout: "path": "/", 2023-12-05T16:18:29.820 INFO:teuthology.orchestra.run.smithi040.stdout: "cluster": "foo", 2023-12-05T16:18:29.820 INFO:teuthology.orchestra.run.smithi040.stdout: "mode": "RW" 2023-12-05T16:18:29.820 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:18:29.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:29 smithi203 ceph-mon[110631]: Rados config object exists: conf-nfs.foo 2023-12-05T16:18:29.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:29 smithi203 ceph-mon[110631]: Creating key for client.nfs.foo.0.0.smithi040.axyeeb-rgw 2023-12-05T16:18:29.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:29 smithi203 ceph-mon[110631]: Deploying daemon nfs.foo.0.0.smithi040.axyeeb on smithi040 2023-12-05T16:18:29.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:29 smithi203 ceph-mon[110631]: osdmap e64: 8 total, 8 up, 8 in 2023-12-05T16:18:29.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:29 smithi203 ceph-mon[110631]: pgmap v168: 97 pgs: 2 creating+activating, 12 creating+peering, 17 unknown, 66 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-12-05T16:18:30.212 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-05T16:18:30.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:30 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:30.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:30 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:30.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:30 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:30.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:30 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: mgrmap e20: smithi040.eariia(active, since 3m), standbys: smithi203.kzkmul 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: Creating key for client.nfs.foo.1.0.smithi203.owlrmu 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: pgmap v169: 97 pgs: 2 creating+activating, 12 creating+peering, 10 unknown, 73 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-12-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:31.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:31 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: mgrmap e20: smithi040.eariia(active, since 3m), standbys: smithi203.kzkmul 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: Creating key for client.nfs.foo.1.0.smithi203.owlrmu 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: pgmap v169: 97 pgs: 2 creating+activating, 12 creating+peering, 10 unknown, 73 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-12-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 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-05T16:18:31.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:31 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:33 smithi040 ceph-mon[107901]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:33 smithi040 ceph-mon[107901]: pgmap v170: 97 pgs: 2 creating+activating, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 164 B/s rd, 494 B/s wr, 0 op/s 2023-12-05T16:18:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:33 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T16:18:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:33 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T16:18:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:33 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:18:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:33 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T16:18:33.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:33 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:34.045 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:33 smithi203 ceph-mon[110631]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:34.045 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:33 smithi203 ceph-mon[110631]: pgmap v170: 97 pgs: 2 creating+activating, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 164 B/s rd, 494 B/s wr, 0 op/s 2023-12-05T16:18:34.045 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:33 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T16:18:34.045 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:33 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T16:18:34.045 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:33 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T16:18:34.046 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:33 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi203.owlrmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T16:18:34.046 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:33 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:34.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:34 smithi040 ceph-mon[107901]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:34.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:34 smithi040 ceph-mon[107901]: Rados config object exists: conf-nfs.foo 2023-12-05T16:18:34.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:34 smithi040 ceph-mon[107901]: Creating key for client.nfs.foo.1.0.smithi203.owlrmu-rgw 2023-12-05T16:18:34.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:34 smithi040 ceph-mon[107901]: Deploying daemon nfs.foo.1.0.smithi203.owlrmu on smithi203 2023-12-05T16:18:35.030 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:34 smithi203 ceph-mon[110631]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:35.030 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:34 smithi203 ceph-mon[110631]: Rados config object exists: conf-nfs.foo 2023-12-05T16:18:35.030 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:34 smithi203 ceph-mon[110631]: Creating key for client.nfs.foo.1.0.smithi203.owlrmu-rgw 2023-12-05T16:18:35.030 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:34 smithi203 ceph-mon[110631]: Deploying daemon nfs.foo.1.0.smithi203.owlrmu on smithi203 2023-12-05T16:18:36.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:35 smithi203 ceph-mon[110631]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:36.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:35 smithi203 ceph-mon[110631]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-05T16:18:36.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:36.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:36.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:36.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:35 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:36.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:35 smithi040 ceph-mon[107901]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:36.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:35 smithi040 ceph-mon[107901]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2023-12-05T16:18:36.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:36.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:36.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:36.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:35 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2023-12-05T16:18:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-12-05T16:18:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-12-05T16:18:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-05T16:18:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:18:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:18:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:37.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2023-12-05T16:18:37.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-12-05T16:18:37.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2023-12-05T16:18:37.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-05T16:18:37.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:18:37.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:18:37.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:37.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:37.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.1 KiB/s wr, 7 op/s 2023-12-05T16:18:37.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]': finished 2023-12-05T16:18:37.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-12-05T16:18:37.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-12-05T16:18:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-12-05T16:18:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: osdmap e65: 8 total, 8 up, 8 in 2023-12-05T16:18:37.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:37 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.1 KiB/s wr, 7 op/s 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]': finished 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]': finished 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: osdmap e65: 8 total, 8 up, 8 in 2023-12-05T16:18:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:37 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:38.499 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo ?:2049 2/2 1s ago 11s count:2 2023-12-05T16:18:38.940 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-05T16:18:38.949 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:38.950 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: osdmap e66: 8 total, 8 up, 8 in 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:38.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:38.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:38.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:38 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:38.984 INFO:teuthology.orchestra.run.smithi040.stderr:+ mkdir /mnt/foo 2023-12-05T16:18:39.001 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-05T16:18:39.076 INFO:teuthology.orchestra.run.smithi040.stderr:++ hostname 2023-12-05T16:18:39.076 INFO:teuthology.orchestra.run.smithi040.stderr:+ mount -t nfs smithi040:/fake /mnt/foo -o sync 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: osdmap e66: 8 total, 8 up, 8 in 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:38 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:39.477 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-05T16:18:39.552 INFO:teuthology.orchestra.run.smithi040.stderr:+ echo test 2023-12-05T16:18:39.603 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-05T16:18:39.676 INFO:teuthology.orchestra.run.smithi040.stderr:+ sync 2023-12-05T16:18:40.069 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:39 smithi040 ceph-mon[107901]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:40.069 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:39 smithi040 ceph-mon[107901]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-05T16:18:40.070 INFO:teuthology.run_tasks:Running task parallel... 2023-12-05T16:18:40.080 INFO:teuthology.task.parallel:starting parallel... 2023-12-05T16:18:40.081 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-05T16:18:40.081 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-05T16:18:40.081 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:40.082 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-05T16:18:40.082 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-05T16:18:40.082 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-05T16:18:40.083 INFO:teuthology.task.exec:Executing custom commands... 2023-12-05T16:18:40.083 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:40.083 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-05T16:18:40.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:39 smithi203 ceph-mon[110631]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:40.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:39 smithi203 ceph-mon[110631]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-05T16:18:40.188 INFO:teuthology.orchestra.run.smithi040.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-05T16:18:40.189 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:18:40.189 INFO:teuthology.orchestra.run.smithi040.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-05T16:18:40.192 INFO:teuthology.orchestra.run.smithi040.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-05T16:18:40.292 INFO:teuthology.orchestra.run.smithi040.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-05T16:18:40.292 INFO:teuthology.orchestra.run.smithi040.stdout:releasing clients 2023-12-05T16:18:41.293 INFO:teuthology.orchestra.run.smithi040.stdout: 5 100 22.99 MB/sec warmup 1 sec latency 213.861 ms 2023-12-05T16:18:41.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:41 smithi040 ceph-mon[107901]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-05T16:18:41.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:41 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:42.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:41 smithi203 ceph-mon[110631]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-05T16:18:42.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:41 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:42.293 INFO:teuthology.orchestra.run.smithi040.stdout: 5 199 19.64 MB/sec warmup 2 sec latency 166.628 ms 2023-12-05T16:18:43.022 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-05T16:18:43.293 INFO:teuthology.orchestra.run.smithi040.stdout: 5 317 19.27 MB/sec warmup 3 sec latency 141.219 ms 2023-12-05T16:18:43.862 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:43 smithi040 ceph-mon[107901]: pgmap v177: 97 pgs: 97 active+clean; 13 MiB data, 60 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2023-12-05T16:18:44.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:43 smithi203 ceph-mon[110631]: pgmap v177: 97 pgs: 97 active+clean; 13 MiB data, 60 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 1.6 MiB/s wr, 36 op/s 2023-12-05T16:18:44.293 INFO:teuthology.orchestra.run.smithi040.stdout: 5 432 19.02 MB/sec warmup 4 sec latency 144.947 ms 2023-12-05T16:18:45.293 INFO:teuthology.orchestra.run.smithi040.stdout: 5 548 19.04 MB/sec warmup 5 sec latency 169.875 ms 2023-12-05T16:18:45.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:45 smithi040 ceph-mon[107901]: pgmap v178: 97 pgs: 97 active+clean; 33 MiB data, 70 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 4.2 MiB/s wr, 194 op/s 2023-12-05T16:18:45.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:45 smithi203 ceph-mon[110631]: pgmap v178: 97 pgs: 97 active+clean; 33 MiB data, 70 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 4.2 MiB/s wr, 194 op/s 2023-12-05T16:18:45.644 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-05T16:18:46.293 INFO:teuthology.orchestra.run.smithi040.stdout: 5 755 17.78 MB/sec warmup 6 sec latency 94.386 ms 2023-12-05T16:18:47.296 INFO:teuthology.orchestra.run.smithi040.stdout: 5 1069 16.15 MB/sec warmup 7 sec latency 94.465 ms 2023-12-05T16:18:47.763 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:47 smithi040 ceph-mon[107901]: pgmap v179: 97 pgs: 97 active+clean; 84 MiB data, 118 MiB used, 715 GiB / 715 GiB avail; 309 B/s rd, 8.6 MiB/s wr, 315 op/s 2023-12-05T16:18:48.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:47 smithi203 ceph-mon[110631]: pgmap v179: 97 pgs: 97 active+clean; 84 MiB data, 118 MiB used, 715 GiB / 715 GiB avail; 309 B/s rd, 8.6 MiB/s wr, 315 op/s 2023-12-05T16:18:48.296 INFO:teuthology.orchestra.run.smithi040.stdout: 5 1475 16.27 MB/sec warmup 8 sec latency 97.104 ms 2023-12-05T16:18:48.500 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-05T16:18:49.297 INFO:teuthology.orchestra.run.smithi040.stdout: 5 2028 14.75 MB/sec warmup 9 sec latency 82.830 ms 2023-12-05T16:18:49.782 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:49 smithi040 ceph-mon[107901]: pgmap v180: 97 pgs: 97 active+clean; 97 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 280 B/s rd, 9.2 MiB/s wr, 368 op/s 2023-12-05T16:18:50.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:49 smithi203 ceph-mon[110631]: pgmap v180: 97 pgs: 97 active+clean; 97 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 280 B/s rd, 9.2 MiB/s wr, 368 op/s 2023-12-05T16:18:50.297 INFO:teuthology.orchestra.run.smithi040.stdout: 5 2448 14.15 MB/sec warmup 10 sec latency 105.744 ms 2023-12-05T16:18:51.297 INFO:teuthology.orchestra.run.smithi040.stdout: 5 2924 14.98 MB/sec warmup 11 sec latency 127.028 ms 2023-12-05T16:18:51.762 INFO:teuthology.orchestra.run.smithi040.stderr:module 'nfs' is already enabled 2023-12-05T16:18:51.807 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:51 smithi040 ceph-mon[107901]: pgmap v181: 97 pgs: 97 active+clean; 114 MiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 10 MiB/s wr, 497 op/s 2023-12-05T16:18:51.807 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:51 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/4031164371' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-05T16:18:52.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:51 smithi203 ceph-mon[110631]: pgmap v181: 97 pgs: 97 active+clean; 114 MiB data, 192 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 10 MiB/s wr, 497 op/s 2023-12-05T16:18:52.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:51 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/4031164371' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-05T16:18:52.297 INFO:teuthology.orchestra.run.smithi040.stdout: 5 3309 14.62 MB/sec warmup 12 sec latency 126.930 ms 2023-12-05T16:18:52.476 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-05T16:18:52.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:52 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/4031164371' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-05T16:18:52.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:52 smithi040 ceph-mon[107901]: mgrmap e21: smithi040.eariia(active, since 4m), standbys: smithi203.kzkmul 2023-12-05T16:18:53.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:52 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/4031164371' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-05T16:18:53.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:52 smithi203 ceph-mon[110631]: mgrmap e21: smithi040.eariia(active, since 4m), standbys: smithi203.kzkmul 2023-12-05T16:18:53.297 INFO:teuthology.orchestra.run.smithi040.stdout: 5 3673 14.95 MB/sec warmup 13 sec latency 139.160 ms 2023-12-05T16:18:53.830 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:53 smithi040 ceph-mon[107901]: pgmap v182: 97 pgs: 97 active+clean; 117 MiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 546 op/s 2023-12-05T16:18:54.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:53 smithi203 ceph-mon[110631]: pgmap v182: 97 pgs: 97 active+clean; 117 MiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 546 op/s 2023-12-05T16:18:54.298 INFO:teuthology.orchestra.run.smithi040.stdout: 5 3866 14.16 MB/sec warmup 14 sec latency 135.835 ms 2023-12-05T16:18:54.979 INFO:teuthology.orchestra.run.smithi040.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T16:18:55.298 INFO:teuthology.orchestra.run.smithi040.stdout: 5 4119 13.39 MB/sec warmup 15 sec latency 111.703 ms 2023-12-05T16:18:55.602 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:55 smithi040 ceph-mon[107901]: pgmap v183: 97 pgs: 97 active+clean; 122 MiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 609 op/s 2023-12-05T16:18:55.602 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:55.602 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:55.602 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:55.602 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:55.602 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:55.603 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:55 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:55.627 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-05T16:18:55.628 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:18:55.628 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-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-05T16:18:55.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:55 smithi203 ceph-mon[110631]: pgmap v183: 97 pgs: 97 active+clean; 122 MiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 609 op/s 2023-12-05T16:18:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:18:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:18:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:18:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:55 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:18:56.298 INFO:teuthology.orchestra.run.smithi040.stdout: 5 4400 12.76 MB/sec warmup 16 sec latency 126.740 ms 2023-12-05T16:18:56.619 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:56 smithi040 ceph-mon[107901]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:56.619 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:56 smithi040 ceph-mon[107901]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T16:18:56.619 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:56 smithi040 ceph-mon[107901]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T16:18:56.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:56 smithi203 ceph-mon[110631]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:56.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:56 smithi203 ceph-mon[110631]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T16:18:56.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:56 smithi203 ceph-mon[110631]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T16:18:57.298 INFO:teuthology.orchestra.run.smithi040.stdout: 5 4726 12.47 MB/sec warmup 17 sec latency 97.479 ms 2023-12-05T16:18:57.634 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:57 smithi040 ceph-mon[107901]: pgmap v184: 97 pgs: 97 active+clean; 131 MiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 10 MiB/s wr, 605 op/s 2023-12-05T16:18:57.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:57 smithi203 ceph-mon[110631]: pgmap v184: 97 pgs: 97 active+clean; 131 MiB data, 255 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 10 MiB/s wr, 605 op/s 2023-12-05T16:18:58.181 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:18:58.299 INFO:teuthology.orchestra.run.smithi040.stdout: 5 4991 12.32 MB/sec warmup 18 sec latency 126.696 ms 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 running (3m) 20s ago 4m 26.8M - ba2b418f427c c0e374a90bef 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (4m) 20s ago 4m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (4m) 22s ago 4m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 running (3m) 20s ago 4m 53.6M - 8.3.5 dad864ee21e9 77112d3e5d1d 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (41s) 20s ago 40s 16.4M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (39s) 22s ago 39s 14.5M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (5m) 20s ago 5m 477M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (4m) 22s ago 4m 421M - 17.2.0 e1d6a67b021e a40a0cf4b186 2023-12-05T16:18:59.228 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (5m) 20s ago 5m 76.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (4m) 22s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (28s) 20s ago 28s 56.0M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (24s) 22s ago 24s 55.7M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 running (4m) 20s ago 4m 20.5M - 1dbe0e931976 b9ede4eef67b 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (4m) 22s ago 4m 21.6M - 1dbe0e931976 a4d453770fda 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (3m) 20s ago 3m 54.3M 3225M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (3m) 20s ago 3m 57.9M 3225M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (3m) 20s ago 2m 49.6M 3225M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (2m) 20s ago 2m 49.9M 3225M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (2m) 22s ago 2m 51.5M 3992M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (2m) 22s ago 2m 49.4M 3992M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (112s) 22s ago 112s 50.2M 3992M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (96s) 22s ago 95s 50.1M 3992M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:18:59.229 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 running (3m) 20s ago 3m 62.5M - 514e6a882f6e 4080ed05597e 2023-12-05T16:18:59.299 INFO:teuthology.orchestra.run.smithi040.stdout: 5 5285 11.79 MB/sec warmup 19 sec latency 113.762 ms 2023-12-05T16:18:59.824 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:18:59.825 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T16:18:59.826 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:18:59.826 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:18:59.912 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:59 smithi040 ceph-mon[107901]: from='client.24465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:18:59.912 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:59 smithi040 ceph-mon[107901]: pgmap v185: 97 pgs: 97 active+clean; 135 MiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 6.7 MiB/s wr, 561 op/s 2023-12-05T16:18:59.912 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:18:59 smithi040 ceph-mon[107901]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:00.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:59 smithi203 ceph-mon[110631]: from='client.24465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:00.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:59 smithi203 ceph-mon[110631]: pgmap v185: 97 pgs: 97 active+clean; 135 MiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 6.7 MiB/s wr, 561 op/s 2023-12-05T16:19:00.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:18:59 smithi203 ceph-mon[110631]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:00.301 INFO:teuthology.orchestra.run.smithi040.stdout: 5 5557 11.45 MB/sec warmup 20 sec latency 122.771 ms 2023-12-05T16:19:00.359 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:19:00.359 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T16:19:00.359 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:19:00.359 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:19:00.359 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "", 2023-12-05T16:19:00.359 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T16:19:00.359 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:19:00.932 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:00 smithi040 ceph-mon[107901]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:00.932 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:00 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/609067089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:19:00.983 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:19:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:00 smithi203 ceph-mon[110631]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:00 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/609067089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:19:01.301 INFO:teuthology.orchestra.run.smithi040.stdout: 5 5804 11.10 MB/sec warmup 21 sec latency 130.062 ms 2023-12-05T16:19:01.974 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:01 smithi040 ceph-mon[107901]: from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:01.974 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:01 smithi040 ceph-mon[107901]: pgmap v186: 97 pgs: 97 active+clean; 130 MiB data, 267 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-05T16:19:01.974 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:01 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/4055026323' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:19:02.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:01 smithi203 ceph-mon[110631]: from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:02.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:01 smithi203 ceph-mon[110631]: pgmap v186: 97 pgs: 97 active+clean; 130 MiB data, 267 MiB used, 715 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-05T16:19:02.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:01 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/4055026323' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:19:02.304 INFO:teuthology.orchestra.run.smithi040.stdout: 5 6120 11.12 MB/sec warmup 22 sec latency 176.228 ms 2023-12-05T16:19:03.312 INFO:teuthology.orchestra.run.smithi040.stdout: 5 6471 11.21 MB/sec warmup 23 sec latency 138.506 ms 2023-12-05T16:19:03.797 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:03 smithi040 ceph-mon[107901]: pgmap v187: 97 pgs: 97 active+clean; 126 MiB data, 299 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 442 op/s 2023-12-05T16:19:04.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:03 smithi203 ceph-mon[110631]: pgmap v187: 97 pgs: 97 active+clean; 126 MiB data, 299 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 442 op/s 2023-12-05T16:19:04.317 INFO:teuthology.orchestra.run.smithi040.stdout: 5 6712 11.11 MB/sec warmup 24 sec latency 123.546 ms 2023-12-05T16:19:05.326 INFO:teuthology.orchestra.run.smithi040.stdout: 5 6888 10.90 MB/sec warmup 25 sec latency 122.641 ms 2023-12-05T16:19:05.638 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:05 smithi040 ceph-mon[107901]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 304 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-12-05T16:19:05.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:05 smithi203 ceph-mon[110631]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 304 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-12-05T16:19:06.326 INFO:teuthology.orchestra.run.smithi040.stdout: 5 7125 11.00 MB/sec warmup 26 sec latency 133.311 ms 2023-12-05T16:19:07.326 INFO:teuthology.orchestra.run.smithi040.stdout: 5 7320 10.75 MB/sec warmup 27 sec latency 130.060 ms 2023-12-05T16:19:07.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:07 smithi040 ceph-mon[107901]: pgmap v189: 97 pgs: 97 active+clean; 136 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-12-05T16:19:08.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:07 smithi203 ceph-mon[110631]: pgmap v189: 97 pgs: 97 active+clean; 136 MiB data, 317 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-12-05T16:19:08.326 INFO:teuthology.orchestra.run.smithi040.stdout: 5 7575 10.53 MB/sec warmup 28 sec latency 137.703 ms 2023-12-05T16:19:09.327 INFO:teuthology.orchestra.run.smithi040.stdout: 5 7753 10.27 MB/sec warmup 29 sec latency 126.679 ms 2023-12-05T16:19:10.013 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:09 smithi040 ceph-mon[107901]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 336 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-05T16:19:10.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:09 smithi203 ceph-mon[110631]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 336 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-05T16:19:10.327 INFO:teuthology.orchestra.run.smithi040.stdout: 5 8022 10.03 MB/sec warmup 30 sec latency 123.331 ms 2023-12-05T16:19:11.327 INFO:teuthology.orchestra.run.smithi040.stdout: 5 8263 9.99 MB/sec warmup 31 sec latency 115.418 ms 2023-12-05T16:19:11.809 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:11 smithi040 ceph-mon[107901]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 356 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-12-05T16:19:12.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:11 smithi203 ceph-mon[110631]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 356 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-12-05T16:19:12.332 INFO:teuthology.orchestra.run.smithi040.stdout: 5 8490 9.73 MB/sec warmup 32 sec latency 117.211 ms 2023-12-05T16:19:13.332 INFO:teuthology.orchestra.run.smithi040.stdout: 5 8808 9.68 MB/sec warmup 33 sec latency 123.652 ms 2023-12-05T16:19:13.863 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:13 smithi040 ceph-mon[107901]: pgmap v192: 97 pgs: 97 active+clean; 138 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 306 op/s 2023-12-05T16:19:14.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:13 smithi203 ceph-mon[110631]: pgmap v192: 97 pgs: 97 active+clean; 138 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.6 MiB/s wr, 306 op/s 2023-12-05T16:19:14.332 INFO:teuthology.orchestra.run.smithi040.stdout: 5 9135 9.55 MB/sec warmup 34 sec latency 107.283 ms 2023-12-05T16:19:15.332 INFO:teuthology.orchestra.run.smithi040.stdout: 5 9431 9.50 MB/sec warmup 35 sec latency 141.548 ms 2023-12-05T16:19:15.402 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:15 smithi040 ceph-mon[107901]: pgmap v193: 97 pgs: 97 active+clean; 141 MiB data, 395 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-05T16:19:15.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:15 smithi203 ceph-mon[110631]: pgmap v193: 97 pgs: 97 active+clean; 141 MiB data, 395 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-05T16:19:16.338 INFO:teuthology.orchestra.run.smithi040.stdout: 5 9685 9.46 MB/sec warmup 36 sec latency 126.998 ms 2023-12-05T16:19:17.338 INFO:teuthology.orchestra.run.smithi040.stdout: 5 10149 9.71 MB/sec warmup 37 sec latency 87.435 ms 2023-12-05T16:19:17.938 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:17 smithi040 ceph-mon[107901]: pgmap v194: 97 pgs: 97 active+clean; 140 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-12-05T16:19:18.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:17 smithi203 ceph-mon[110631]: pgmap v194: 97 pgs: 97 active+clean; 140 MiB data, 430 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 3.9 MiB/s wr, 396 op/s 2023-12-05T16:19:18.338 INFO:teuthology.orchestra.run.smithi040.stdout: 5 10446 9.71 MB/sec warmup 38 sec latency 130.162 ms 2023-12-05T16:19:19.338 INFO:teuthology.orchestra.run.smithi040.stdout: 5 10709 9.80 MB/sec warmup 39 sec latency 118.072 ms 2023-12-05T16:19:19.992 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:19 smithi040 ceph-mon[107901]: pgmap v195: 97 pgs: 97 active+clean; 143 MiB data, 415 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-12-05T16:19:20.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:19 smithi203 ceph-mon[110631]: pgmap v195: 97 pgs: 97 active+clean; 143 MiB data, 415 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-12-05T16:19:20.338 INFO:teuthology.orchestra.run.smithi040.stdout: 5 10951 9.66 MB/sec warmup 40 sec latency 123.539 ms 2023-12-05T16:19:21.339 INFO:teuthology.orchestra.run.smithi040.stdout: 5 11178 9.53 MB/sec warmup 41 sec latency 129.061 ms 2023-12-05T16:19:22.012 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:21 smithi040 ceph-mon[107901]: pgmap v196: 97 pgs: 97 active+clean; 148 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-05T16:19:22.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:21 smithi203 ceph-mon[110631]: pgmap v196: 97 pgs: 97 active+clean; 148 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-05T16:19:22.339 INFO:teuthology.orchestra.run.smithi040.stdout: 5 11396 9.38 MB/sec warmup 42 sec latency 129.875 ms 2023-12-05T16:19:23.345 INFO:teuthology.orchestra.run.smithi040.stdout: 5 11634 9.32 MB/sec warmup 43 sec latency 124.355 ms 2023-12-05T16:19:23.804 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:23 smithi040 ceph-mon[107901]: pgmap v197: 97 pgs: 97 active+clean; 157 MiB data, 438 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.2 MiB/s wr, 427 op/s 2023-12-05T16:19:24.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:23 smithi203 ceph-mon[110631]: pgmap v197: 97 pgs: 97 active+clean; 157 MiB data, 438 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.2 MiB/s wr, 427 op/s 2023-12-05T16:19:24.351 INFO:teuthology.orchestra.run.smithi040.stdout: 5 11841 9.26 MB/sec warmup 44 sec latency 153.210 ms 2023-12-05T16:19:25.351 INFO:teuthology.orchestra.run.smithi040.stdout: 5 12085 9.10 MB/sec warmup 45 sec latency 129.971 ms 2023-12-05T16:19:25.497 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:25 smithi040 ceph-mon[107901]: pgmap v198: 97 pgs: 97 active+clean; 158 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-12-05T16:19:25.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:25 smithi203 ceph-mon[110631]: pgmap v198: 97 pgs: 97 active+clean; 158 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-12-05T16:19:26.351 INFO:teuthology.orchestra.run.smithi040.stdout: 5 12397 9.02 MB/sec warmup 46 sec latency 128.822 ms 2023-12-05T16:19:27.351 INFO:teuthology.orchestra.run.smithi040.stdout: 5 12703 8.96 MB/sec warmup 47 sec latency 126.364 ms 2023-12-05T16:19:27.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:27 smithi040 ceph-mon[107901]: pgmap v199: 97 pgs: 97 active+clean; 152 MiB data, 471 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.0 MiB/s wr, 362 op/s 2023-12-05T16:19:28.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:27 smithi203 ceph-mon[110631]: pgmap v199: 97 pgs: 97 active+clean; 152 MiB data, 471 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.0 MiB/s wr, 362 op/s 2023-12-05T16:19:28.351 INFO:teuthology.orchestra.run.smithi040.stdout: 5 12979 8.87 MB/sec warmup 48 sec latency 126.169 ms 2023-12-05T16:19:29.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 13390 9.06 MB/sec warmup 49 sec latency 126.887 ms 2023-12-05T16:19:29.930 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:29 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:19:29.930 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:29 smithi040 ceph-mon[107901]: Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T16:19:29.930 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:29 smithi040 ceph-mon[107901]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T16:19:29.930 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:29 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:19:29.930 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:29 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:19:29.930 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:29 smithi040 ceph-mon[107901]: Upgrade: Need to upgrade myself (mgr.smithi040.eariia) 2023-12-05T16:19:29.930 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:29 smithi040 ceph-mon[107901]: pgmap v200: 97 pgs: 97 active+clean; 149 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 328 op/s 2023-12-05T16:19:30.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:29 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:19:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:29 smithi203 ceph-mon[110631]: Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T16:19:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:29 smithi203 ceph-mon[110631]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T16:19:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:29 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:19:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:29 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:19:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:29 smithi203 ceph-mon[110631]: Upgrade: Need to upgrade myself (mgr.smithi040.eariia) 2023-12-05T16:19:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:29 smithi203 ceph-mon[110631]: pgmap v200: 97 pgs: 97 active+clean; 149 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 328 op/s 2023-12-05T16:19:30.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 13786 9.14 MB/sec warmup 50 sec latency 126.904 ms 2023-12-05T16:19:30.947 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:30 smithi040 ceph-mon[107901]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a on smithi203 2023-12-05T16:19:31.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:30 smithi203 ceph-mon[110631]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a on smithi203 2023-12-05T16:19:31.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 14079 9.19 MB/sec warmup 51 sec latency 131.277 ms 2023-12-05T16:19:31.486 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:19:31.981 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:31 smithi040 ceph-mon[107901]: pgmap v201: 97 pgs: 97 active+clean; 153 MiB data, 482 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-05T16:19:32.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:31 smithi203 ceph-mon[110631]: pgmap v201: 97 pgs: 97 active+clean; 153 MiB data, 482 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-05T16:19:32.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 14443 9.22 MB/sec warmup 52 sec latency 130.397 ms 2023-12-05T16:19:32.420 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:19:32.420 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 running (4m) 53s ago 5m 26.8M - ba2b418f427c c0e374a90bef 2023-12-05T16:19:32.420 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (5m) 53s ago 5m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:19:32.420 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (4m) 55s ago 4m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 running (4m) 53s ago 5m 53.6M - 8.3.5 dad864ee21e9 77112d3e5d1d 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (74s) 53s ago 73s 16.4M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (72s) 55s ago 72s 14.5M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (6m) 53s ago 6m 477M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (4m) 55s ago 4m 421M - 17.2.0 e1d6a67b021e a40a0cf4b186 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (6m) 53s ago 6m 76.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (4m) 55s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (62s) 53s ago 61s 56.0M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (57s) 55s ago 57s 55.7M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 running (5m) 53s ago 5m 20.5M - 1dbe0e931976 b9ede4eef67b 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (4m) 55s ago 4m 21.6M - 1dbe0e931976 a4d453770fda 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (4m) 53s ago 4m 54.3M 3225M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (3m) 53s ago 3m 57.9M 3225M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:19:32.421 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (3m) 53s ago 3m 49.6M 3225M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:19:32.422 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (3m) 53s ago 3m 49.9M 3225M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:19:32.422 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (2m) 55s ago 2m 51.5M 3992M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:19:32.422 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (2m) 55s ago 2m 49.4M 3992M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:19:32.422 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (2m) 55s ago 2m 50.2M 3992M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:19:32.422 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (2m) 55s ago 2m 50.1M 3992M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:19:32.422 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 running (4m) 53s ago 4m 62.5M - 514e6a882f6e 4080ed05597e 2023-12-05T16:19:32.976 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:19:32.976 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:19:32.977 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:19:32.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:32 smithi040 ceph-mon[107901]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:33.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:32 smithi203 ceph-mon[110631]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:33.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 14752 9.14 MB/sec warmup 53 sec latency 123.804 ms 2023-12-05T16:19:33.422 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:19:33.422 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:19:33.422 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:19:33.422 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:19:33.422 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "0/23 daemons upgraded", 2023-12-05T16:19:33.422 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a image on host smithi203" 2023-12-05T16:19:33.422 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:19:33.964 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:19:34.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:33 smithi040 ceph-mon[107901]: from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:34.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:33 smithi040 ceph-mon[107901]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:34.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:33 smithi040 ceph-mon[107901]: pgmap v202: 97 pgs: 97 active+clean; 165 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 506 op/s 2023-12-05T16:19:34.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:33 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/171511218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:19:34.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:33 smithi203 ceph-mon[110631]: from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:34.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:33 smithi203 ceph-mon[110631]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:34.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:33 smithi203 ceph-mon[110631]: pgmap v202: 97 pgs: 97 active+clean; 165 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.7 MiB/s wr, 506 op/s 2023-12-05T16:19:34.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:33 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/171511218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:19:34.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 15106 9.16 MB/sec warmup 54 sec latency 126.534 ms 2023-12-05T16:19:34.781 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:34 smithi040 ceph-mon[107901]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:34.781 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:34 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2381057141' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:19:35.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:34 smithi203 ceph-mon[110631]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:19:35.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:34 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2381057141' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:19:35.361 INFO:teuthology.orchestra.run.smithi040.stdout: 5 15398 9.14 MB/sec warmup 55 sec latency 120.759 ms 2023-12-05T16:19:36.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:35 smithi040 ceph-mon[107901]: pgmap v203: 97 pgs: 97 active+clean; 167 MiB data, 523 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.2 MiB/s wr, 377 op/s 2023-12-05T16:19:36.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:35 smithi203 ceph-mon[110631]: pgmap v203: 97 pgs: 97 active+clean; 167 MiB data, 523 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.2 MiB/s wr, 377 op/s 2023-12-05T16:19:36.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 15741 9.02 MB/sec warmup 56 sec latency 117.939 ms 2023-12-05T16:19:37.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:19:37.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:36 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:19:37.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:19:37.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:36 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi040.eariia/trash_purge_schedule"}]: dispatch 2023-12-05T16:19:37.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 16057 8.98 MB/sec warmup 57 sec latency 124.210 ms 2023-12-05T16:19:37.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:37 smithi040 ceph-mon[107901]: pgmap v204: 97 pgs: 97 active+clean; 163 MiB data, 550 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.2 MiB/s wr, 377 op/s 2023-12-05T16:19:38.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:37 smithi203 ceph-mon[110631]: pgmap v204: 97 pgs: 97 active+clean; 163 MiB data, 550 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 4.2 MiB/s wr, 377 op/s 2023-12-05T16:19:38.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 16378 8.98 MB/sec warmup 58 sec latency 135.447 ms 2023-12-05T16:19:39.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 16862 9.13 MB/sec warmup 59 sec latency 136.688 ms 2023-12-05T16:19:39.871 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:39 smithi040 ceph-mon[107901]: pgmap v205: 97 pgs: 97 active+clean; 164 MiB data, 563 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-12-05T16:19:40.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:39 smithi203 ceph-mon[110631]: pgmap v205: 97 pgs: 97 active+clean; 164 MiB data, 563 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-12-05T16:19:40.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 17248 9.13 MB/sec warmup 60 sec latency 198.809 ms 2023-12-05T16:19:41.365 INFO:teuthology.orchestra.run.smithi040.stdout: 5 17564 9.22 MB/sec warmup 61 sec latency 186.479 ms 2023-12-05T16:19:41.918 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:41 smithi040 ceph-mon[107901]: pgmap v206: 97 pgs: 97 active+clean; 171 MiB data, 590 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 583 op/s 2023-12-05T16:19:42.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:41 smithi203 ceph-mon[110631]: pgmap v206: 97 pgs: 97 active+clean; 171 MiB data, 590 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 583 op/s 2023-12-05T16:19:42.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 17808 9.19 MB/sec warmup 62 sec latency 130.696 ms 2023-12-05T16:19:43.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 18117 9.17 MB/sec warmup 63 sec latency 129.341 ms 2023-12-05T16:19:43.948 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:43 smithi040 ceph-mon[107901]: pgmap v207: 97 pgs: 97 active+clean; 174 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-12-05T16:19:44.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:43 smithi203 ceph-mon[110631]: pgmap v207: 97 pgs: 97 active+clean; 174 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-12-05T16:19:44.364 INFO:teuthology.orchestra.run.smithi040.stdout: 5 18404 9.13 MB/sec warmup 64 sec latency 127.051 ms 2023-12-05T16:19:45.365 INFO:teuthology.orchestra.run.smithi040.stdout: 5 18768 9.11 MB/sec warmup 65 sec latency 126.656 ms 2023-12-05T16:19:45.463 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:45 smithi040 ceph-mon[107901]: pgmap v208: 97 pgs: 97 active+clean; 176 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 409 op/s 2023-12-05T16:19:45.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:45 smithi203 ceph-mon[110631]: pgmap v208: 97 pgs: 97 active+clean; 176 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 409 op/s 2023-12-05T16:19:46.375 INFO:teuthology.orchestra.run.smithi040.stdout: 5 19285 9.15 MB/sec warmup 66 sec latency 88.309 ms 2023-12-05T16:19:47.375 INFO:teuthology.orchestra.run.smithi040.stdout: 5 19663 9.08 MB/sec warmup 67 sec latency 108.812 ms 2023-12-05T16:19:47.986 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:47 smithi040 ceph-mon[107901]: pgmap v209: 97 pgs: 97 active+clean; 175 MiB data, 651 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 4.7 MiB/s wr, 432 op/s 2023-12-05T16:19:48.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:47 smithi203 ceph-mon[110631]: pgmap v209: 97 pgs: 97 active+clean; 175 MiB data, 651 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 4.7 MiB/s wr, 432 op/s 2023-12-05T16:19:48.375 INFO:teuthology.orchestra.run.smithi040.stdout: 5 20098 9.12 MB/sec warmup 68 sec latency 108.331 ms 2023-12-05T16:19:49.381 INFO:teuthology.orchestra.run.smithi040.stdout: 5 20487 9.17 MB/sec warmup 69 sec latency 131.969 ms 2023-12-05T16:19:49.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:49 smithi040 ceph-mon[107901]: pgmap v210: 97 pgs: 97 active+clean; 181 MiB data, 689 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 544 op/s 2023-12-05T16:19:50.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:49 smithi203 ceph-mon[110631]: pgmap v210: 97 pgs: 97 active+clean; 181 MiB data, 689 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 544 op/s 2023-12-05T16:19:50.381 INFO:teuthology.orchestra.run.smithi040.stdout: 5 20902 9.26 MB/sec warmup 70 sec latency 146.856 ms 2023-12-05T16:19:51.381 INFO:teuthology.orchestra.run.smithi040.stdout: 5 21226 9.28 MB/sec warmup 71 sec latency 152.178 ms 2023-12-05T16:19:51.839 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:51 smithi040 ceph-mon[107901]: pgmap v211: 97 pgs: 97 active+clean; 184 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 626 op/s 2023-12-05T16:19:52.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:51 smithi203 ceph-mon[110631]: pgmap v211: 97 pgs: 97 active+clean; 184 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 626 op/s 2023-12-05T16:19:52.384 INFO:teuthology.orchestra.run.smithi040.stdout: 5 21539 9.32 MB/sec warmup 72 sec latency 165.017 ms 2023-12-05T16:19:53.384 INFO:teuthology.orchestra.run.smithi040.stdout: 5 21804 9.25 MB/sec warmup 73 sec latency 126.429 ms 2023-12-05T16:19:53.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:53 smithi040 ceph-mon[107901]: pgmap v212: 97 pgs: 97 active+clean; 187 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 461 op/s 2023-12-05T16:19:54.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:53 smithi203 ceph-mon[110631]: pgmap v212: 97 pgs: 97 active+clean; 187 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 461 op/s 2023-12-05T16:19:54.384 INFO:teuthology.orchestra.run.smithi040.stdout: 5 22107 9.24 MB/sec warmup 74 sec latency 134.729 ms 2023-12-05T16:19:55.384 INFO:teuthology.orchestra.run.smithi040.stdout: 5 22320 9.16 MB/sec warmup 75 sec latency 111.704 ms 2023-12-05T16:19:55.445 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:55 smithi040 ceph-mon[107901]: pgmap v213: 97 pgs: 97 active+clean; 195 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.7 MiB/s wr, 522 op/s 2023-12-05T16:19:55.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:55 smithi203 ceph-mon[110631]: pgmap v213: 97 pgs: 97 active+clean; 195 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.7 MiB/s wr, 522 op/s 2023-12-05T16:19:56.384 INFO:teuthology.orchestra.run.smithi040.stdout: 5 22686 9.16 MB/sec warmup 76 sec latency 130.040 ms 2023-12-05T16:19:57.391 INFO:teuthology.orchestra.run.smithi040.stdout: 5 23083 9.12 MB/sec warmup 77 sec latency 117.998 ms 2023-12-05T16:19:57.978 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:57 smithi040 ceph-mon[107901]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-05T16:19:58.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:57 smithi203 ceph-mon[110631]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-05T16:19:58.390 INFO:teuthology.orchestra.run.smithi040.stdout: 5 23450 9.09 MB/sec warmup 78 sec latency 134.446 ms 2023-12-05T16:19:59.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 23789 9.11 MB/sec warmup 79 sec latency 127.638 ms 2023-12-05T16:20:00.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:19:59 smithi040 ceph-mon[107901]: pgmap v215: 97 pgs: 97 active+clean; 189 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-12-05T16:20:00.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:19:59 smithi203 ceph-mon[110631]: pgmap v215: 97 pgs: 97 active+clean; 189 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-12-05T16:20:00.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 24243 9.19 MB/sec warmup 80 sec latency 127.149 ms 2023-12-05T16:20:01.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:00 smithi040 ceph-mon[107901]: overall HEALTH_OK 2023-12-05T16:20:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:00 smithi203 ceph-mon[110631]: overall HEALTH_OK 2023-12-05T16:20:01.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 24559 9.21 MB/sec warmup 81 sec latency 140.520 ms 2023-12-05T16:20:01.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:01 smithi040 ceph-mon[107901]: pgmap v216: 97 pgs: 97 active+clean; 191 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 444 op/s 2023-12-05T16:20:01.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:01 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:01.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:01 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:20:01.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:01 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:20:01.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:01 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:20:01.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:01 smithi203 ceph-mon[110631]: pgmap v216: 97 pgs: 97 active+clean; 191 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 444 op/s 2023-12-05T16:20:01.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:01 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:01.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:01 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.kzkmul", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:20:01.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:01 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:20:01.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:01 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:20:02.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 24820 9.22 MB/sec warmup 82 sec latency 129.528 ms 2023-12-05T16:20:02.836 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:02 smithi040 ceph-mon[107901]: Upgrade: Updating mgr.smithi203.kzkmul 2023-12-05T16:20:02.836 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:02 smithi040 ceph-mon[107901]: Deploying daemon mgr.smithi203.kzkmul on smithi203 2023-12-05T16:20:03.097 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:02 smithi203 ceph-mon[110631]: Upgrade: Updating mgr.smithi203.kzkmul 2023-12-05T16:20:03.098 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:02 smithi203 ceph-mon[110631]: Deploying daemon mgr.smithi203.kzkmul on smithi203 2023-12-05T16:20:03.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 25134 9.24 MB/sec warmup 83 sec latency 164.873 ms 2023-12-05T16:20:03.850 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:03 smithi040 ceph-mon[107901]: pgmap v217: 97 pgs: 97 active+clean; 198 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 437 op/s 2023-12-05T16:20:03.850 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:03.850 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:03.850 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:20:03.850 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:03 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:20:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:03 smithi203 ceph-mon[110631]: pgmap v217: 97 pgs: 97 active+clean; 198 MiB data, 817 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 437 op/s 2023-12-05T16:20:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:20:04.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:03 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:20:04.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 25397 9.20 MB/sec warmup 84 sec latency 189.306 ms 2023-12-05T16:20:04.429 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 running (4m) 86s ago 5m 26.8M - ba2b418f427c c0e374a90bef 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (5m) 86s ago 5m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (5m) 88s ago 5m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 running (4m) 86s ago 5m 53.6M - 8.3.5 dad864ee21e9 77112d3e5d1d 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (107s) 86s ago 106s 16.4M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (105s) 88s ago 105s 14.5M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (6m) 86s ago 6m 477M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 starting - - - - 2023-12-05T16:20:05.338 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (6m) 86s ago 6m 76.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (5m) 88s ago 5m 61.2M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (95s) 86s ago 94s 56.0M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (90s) 88s ago 90s 55.7M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 running (5m) 86s ago 5m 20.5M - 1dbe0e931976 b9ede4eef67b 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (5m) 88s ago 5m 21.6M - 1dbe0e931976 a4d453770fda 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (4m) 86s ago 4m 54.3M 3225M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (4m) 86s ago 4m 57.9M 3225M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (4m) 86s ago 4m 49.6M 3225M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (3m) 86s ago 3m 49.9M 3225M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (3m) 88s ago 3m 51.5M 3992M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (3m) 88s ago 3m 49.4M 3992M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (2m) 88s ago 2m 50.2M 3992M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (2m) 88s ago 2m 50.1M 3992M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:20:05.339 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 running (5m) 86s ago 5m 62.5M - 514e6a882f6e 4080ed05597e 2023-12-05T16:20:05.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 25696 9.15 MB/sec warmup 85 sec latency 106.582 ms 2023-12-05T16:20:05.497 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:05 smithi203 ceph-mon[110631]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:05.498 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:05 smithi203 ceph-mon[110631]: pgmap v218: 97 pgs: 97 active+clean; 199 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 417 op/s 2023-12-05T16:20:05.498 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:05 smithi203 ceph-mon[110631]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:05.538 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:05 smithi040 ceph-mon[107901]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:05.538 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:05 smithi040 ceph-mon[107901]: pgmap v218: 97 pgs: 97 active+clean; 199 MiB data, 820 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 417 op/s 2023-12-05T16:20:05.538 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:05 smithi040 ceph-mon[107901]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:05.904 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T16:20:05.905 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:20:05.906 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:20:06.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 26097 9.15 MB/sec warmup 86 sec latency 130.071 ms 2023-12-05T16:20:06.402 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:20:06.402 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:20:06.402 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:20:06.402 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:20:06.402 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:20:06.402 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons" 2023-12-05T16:20:06.402 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:20:06.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:06 smithi040 ceph-mon[107901]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:06.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:06.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:06 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2660737481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:20:06.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:06 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:06.933 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:20:07.012 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:06 smithi203 ceph-mon[110631]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:07.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:07.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:06 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2660737481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:20:07.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:06 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:07.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 26570 9.16 MB/sec warmup 87 sec latency 108.258 ms 2023-12-05T16:20:07.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:07 smithi040 ceph-mon[107901]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:07.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:07 smithi040 ceph-mon[107901]: pgmap v219: 97 pgs: 97 active+clean; 203 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-12-05T16:20:07.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:07 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3740371396' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:20:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:07 smithi203 ceph-mon[110631]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:07 smithi203 ceph-mon[110631]: pgmap v219: 97 pgs: 97 active+clean; 203 MiB data, 841 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-12-05T16:20:08.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:07 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3740371396' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:20:08.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 27028 9.16 MB/sec warmup 88 sec latency 105.647 ms 2023-12-05T16:20:09.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 27491 9.25 MB/sec warmup 89 sec latency 130.164 ms 2023-12-05T16:20:09.821 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: pgmap v220: 97 pgs: 97 active+clean; 206 MiB data, 863 MiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.6 MiB/s wr, 480 op/s 2023-12-05T16:20:09.821 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:09.821 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:09.821 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:09.822 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:09.822 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: Upgrade: Need to upgrade myself (mgr.smithi040.eariia) 2023-12-05T16:20:09.822 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: Failing over to other MGR 2023-12-05T16:20:09.822 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr fail", "who": "smithi040.eariia"}]: dispatch 2023-12-05T16:20:09.822 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:09 smithi203 ceph-mon[110631]: osdmap e67: 8 total, 8 up, 8 in 2023-12-05T16:20:09.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: pgmap v220: 97 pgs: 97 active+clean; 206 MiB data, 863 MiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.6 MiB/s wr, 480 op/s 2023-12-05T16:20:09.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:09.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:09.916 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' 2023-12-05T16:20:09.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:09.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: Upgrade: Need to upgrade myself (mgr.smithi040.eariia) 2023-12-05T16:20:09.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: Failing over to other MGR 2023-12-05T16:20:09.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd=[{"prefix": "mgr fail", "who": "smithi040.eariia"}]: dispatch 2023-12-05T16:20:09.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:09 smithi040 ceph-mon[107901]: osdmap e67: 8 total, 8 up, 8 in 2023-12-05T16:20:10.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 27857 9.24 MB/sec warmup 90 sec latency 134.400 ms 2023-12-05T16:20:10.946 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:10 smithi040 ceph-mon[107901]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "mgr fail", "who": "smithi040.eariia"}]': finished 2023-12-05T16:20:10.947 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:10 smithi040 ceph-mon[107901]: mgrmap e22: smithi203.kzkmul(active, starting, since 1.02036s) 2023-12-05T16:20:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:10 smithi203 ceph-mon[110631]: from='mgr.14204 172.21.15.40:0/1489838015' entity='mgr.smithi040.eariia' cmd='[{"prefix": "mgr fail", "who": "smithi040.eariia"}]': finished 2023-12-05T16:20:11.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:10 smithi203 ceph-mon[110631]: mgrmap e22: smithi203.kzkmul(active, starting, since 1.02036s) 2023-12-05T16:20:11.393 INFO:teuthology.orchestra.run.smithi040.stdout: 5 28194 9.32 MB/sec warmup 91 sec latency 126.810 ms 2023-12-05T16:20:11.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:11 smithi040 ceph-mon[107901]: Active manager daemon smithi203.kzkmul restarted 2023-12-05T16:20:11.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:11 smithi040 ceph-mon[107901]: Activating manager daemon smithi203.kzkmul 2023-12-05T16:20:11.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:11 smithi040 ceph-mon[107901]: osdmap e68: 8 total, 8 up, 8 in 2023-12-05T16:20:11.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:11 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/crt"}]: dispatch 2023-12-05T16:20:11.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:11 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:20:11.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:11 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/key"}]: dispatch 2023-12-05T16:20:11.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:11 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:20:12.091 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:11 smithi203 ceph-mon[110631]: Active manager daemon smithi203.kzkmul restarted 2023-12-05T16:20:12.091 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:11 smithi203 ceph-mon[110631]: Activating manager daemon smithi203.kzkmul 2023-12-05T16:20:12.091 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:11 smithi203 ceph-mon[110631]: osdmap e68: 8 total, 8 up, 8 in 2023-12-05T16:20:12.091 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:11 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/crt"}]: dispatch 2023-12-05T16:20:12.091 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:11 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:20:12.091 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:11 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi203.kzkmul/key"}]: dispatch 2023-12-05T16:20:12.091 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:11 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:20:12.394 INFO:teuthology.orchestra.run.smithi040.stdout: 5 28372 9.27 MB/sec warmup 92 sec latency 126.838 ms 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: mgrmap e23: smithi203.kzkmul(active, starting, since 0.430499s) 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi040.cyrqks"}]: dispatch 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi203.bupxsp"}]: dispatch 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mgr metadata", "who": "smithi203.kzkmul", "id": "smithi203.kzkmul"}]: dispatch 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:20:12.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: Manager daemon smithi203.kzkmul is now available 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:12.990 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:12.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:12.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:20:12.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:20:12.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/trash_purge_schedule"}]: dispatch 2023-12-05T16:20:12.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:12 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/trash_purge_schedule"}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: mgrmap e23: smithi203.kzkmul(active, starting, since 0.430499s) 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi040.cyrqks"}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi203.bupxsp"}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mgr metadata", "who": "smithi203.kzkmul", "id": "smithi203.kzkmul"}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T16:20:13.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: Manager daemon smithi203.kzkmul is now available 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:20:13.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/mirror_snapshot_schedule"}]: dispatch 2023-12-05T16:20:13.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/trash_purge_schedule"}]: dispatch 2023-12-05T16:20:13.127 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:12 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.kzkmul/trash_purge_schedule"}]: dispatch 2023-12-05T16:20:13.394 INFO:teuthology.orchestra.run.smithi040.stdout: 5 28624 9.26 MB/sec warmup 93 sec latency 127.362 ms 2023-12-05T16:20:13.996 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:13 smithi040 ceph-mon[107901]: Deploying cephadm binary to smithi203 2023-12-05T16:20:13.996 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:13 smithi040 ceph-mon[107901]: Deploying cephadm binary to smithi040 2023-12-05T16:20:13.996 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:13 smithi040 ceph-mon[107901]: mgrmap e24: smithi203.kzkmul(active, since 1.43799s) 2023-12-05T16:20:13.996 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:13 smithi040 ceph-mon[107901]: pgmap v3: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:13.996 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:13 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:13.996 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:13 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:14.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:13 smithi203 ceph-mon[110631]: Deploying cephadm binary to smithi203 2023-12-05T16:20:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:13 smithi203 ceph-mon[110631]: Deploying cephadm binary to smithi040 2023-12-05T16:20:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:13 smithi203 ceph-mon[110631]: mgrmap e24: smithi203.kzkmul(active, since 1.43799s) 2023-12-05T16:20:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:13 smithi203 ceph-mon[110631]: pgmap v3: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:13 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:14.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:13 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:14.396 INFO:teuthology.orchestra.run.smithi040.stdout: 5 28917 9.21 MB/sec warmup 94 sec latency 129.762 ms 2023-12-05T16:20:15.009 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:14 smithi040 ceph-mon[107901]: [05/Dec/2023:16:20:13] ENGINE Bus STARTING 2023-12-05T16:20:15.009 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:14 smithi040 ceph-mon[107901]: [05/Dec/2023:16:20:13] ENGINE Serving on http://172.21.15.203:8765 2023-12-05T16:20:15.009 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:14 smithi040 ceph-mon[107901]: [05/Dec/2023:16:20:13] ENGINE Serving on https://172.21.15.203:7150 2023-12-05T16:20:15.009 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:14 smithi040 ceph-mon[107901]: [05/Dec/2023:16:20:13] ENGINE Bus STARTED 2023-12-05T16:20:15.009 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:14 smithi040 ceph-mon[107901]: pgmap v4: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:15.009 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:14 smithi040 ceph-mon[107901]: mgrmap e25: smithi203.kzkmul(active, since 2s) 2023-12-05T16:20:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:14 smithi203 ceph-mon[110631]: [05/Dec/2023:16:20:13] ENGINE Bus STARTING 2023-12-05T16:20:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:14 smithi203 ceph-mon[110631]: [05/Dec/2023:16:20:13] ENGINE Serving on http://172.21.15.203:8765 2023-12-05T16:20:15.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:14 smithi203 ceph-mon[110631]: [05/Dec/2023:16:20:13] ENGINE Serving on https://172.21.15.203:7150 2023-12-05T16:20:15.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:14 smithi203 ceph-mon[110631]: [05/Dec/2023:16:20:13] ENGINE Bus STARTED 2023-12-05T16:20:15.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:14 smithi203 ceph-mon[110631]: pgmap v4: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:15.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:14 smithi203 ceph-mon[110631]: mgrmap e25: smithi203.kzkmul(active, since 2s) 2023-12-05T16:20:15.396 INFO:teuthology.orchestra.run.smithi040.stdout: 5 29183 9.20 MB/sec warmup 95 sec latency 126.892 ms 2023-12-05T16:20:16.398 INFO:teuthology.orchestra.run.smithi040.stdout: 5 29497 9.18 MB/sec warmup 96 sec latency 135.855 ms 2023-12-05T16:20:17.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:17 smithi040 ceph-mon[107901]: pgmap v5: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:17.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:17 smithi040 ceph-mon[107901]: mgrmap e26: smithi203.kzkmul(active, since 4s) 2023-12-05T16:20:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:17 smithi203 ceph-mon[110631]: pgmap v5: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:17.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:17 smithi203 ceph-mon[110631]: mgrmap e26: smithi203.kzkmul(active, since 4s) 2023-12-05T16:20:17.396 INFO:teuthology.orchestra.run.smithi040.stdout: 5 29840 9.14 MB/sec warmup 97 sec latency 126.429 ms 2023-12-05T16:20:18.398 INFO:teuthology.orchestra.run.smithi040.stdout: 5 30159 9.08 MB/sec warmup 98 sec latency 118.212 ms 2023-12-05T16:20:19.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:19 smithi040 ceph-mon[107901]: pgmap v6: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:19.302 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:19 smithi203 ceph-mon[110631]: pgmap v6: 97 pgs: 97 active+clean; 217 MiB data, 920 MiB used, 714 GiB / 715 GiB avail 2023-12-05T16:20:19.398 INFO:teuthology.orchestra.run.smithi040.stdout: 5 30435 9.07 MB/sec warmup 99 sec latency 120.826 ms 2023-12-05T16:20:20.119 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:20 smithi040 ceph-mon[107901]: Standby manager daemon smithi040.eariia started 2023-12-05T16:20:20.119 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:20 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.eariia/crt"}]: dispatch 2023-12-05T16:20:20.119 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:20 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:20:20.119 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:20 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.eariia/key"}]: dispatch 2023-12-05T16:20:20.119 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:20 smithi040 ceph-mon[107901]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:20:20.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:20 smithi203 ceph-mon[110631]: Standby manager daemon smithi040.eariia started 2023-12-05T16:20:20.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:20 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.eariia/crt"}]: dispatch 2023-12-05T16:20:20.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:20 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T16:20:20.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:20 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.eariia/key"}]: dispatch 2023-12-05T16:20:20.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:20 smithi203 ceph-mon[110631]: from='mgr.? 172.21.15.40:0/4130060414' entity='mgr.smithi040.eariia' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T16:20:20.398 INFO:teuthology.orchestra.run.smithi040.stdout: 5 30710 9.08 MB/sec warmup 100 sec latency 129.605 ms 2023-12-05T16:20:21.138 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:21 smithi040 ceph-mon[107901]: pgmap v7: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 2.8 MiB/s wr, 339 op/s 2023-12-05T16:20:21.139 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:21 smithi040 ceph-mon[107901]: mgrmap e27: smithi203.kzkmul(active, since 8s), standbys: smithi040.eariia 2023-12-05T16:20:21.139 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:21 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mgr metadata", "who": "smithi040.eariia", "id": "smithi040.eariia"}]: dispatch 2023-12-05T16:20:21.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:21 smithi203 ceph-mon[110631]: pgmap v7: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 2.8 MiB/s wr, 339 op/s 2023-12-05T16:20:21.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:21 smithi203 ceph-mon[110631]: mgrmap e27: smithi203.kzkmul(active, since 8s), standbys: smithi040.eariia 2023-12-05T16:20:21.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:21 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mgr metadata", "who": "smithi040.eariia", "id": "smithi040.eariia"}]: dispatch 2023-12-05T16:20:21.398 INFO:teuthology.orchestra.run.smithi040.stdout: 5 31056 9.10 MB/sec warmup 101 sec latency 120.816 ms 2023-12-05T16:20:22.398 INFO:teuthology.orchestra.run.smithi040.stdout: 5 31465 9.17 MB/sec warmup 102 sec latency 126.940 ms 2023-12-05T16:20:23.176 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:23 smithi040 ceph-mon[107901]: pgmap v8: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.1 MiB/s wr, 263 op/s 2023-12-05T16:20:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:23 smithi203 ceph-mon[110631]: pgmap v8: 97 pgs: 97 active+clean; 218 MiB data, 960 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.1 MiB/s wr, 263 op/s 2023-12-05T16:20:23.404 INFO:teuthology.orchestra.run.smithi040.stdout: 5 31764 9.16 MB/sec warmup 103 sec latency 120.382 ms 2023-12-05T16:20:24.404 INFO:teuthology.orchestra.run.smithi040.stdout: 5 31972 9.11 MB/sec warmup 104 sec latency 126.376 ms 2023-12-05T16:20:24.952 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:24 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:24.952 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:24 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:24.952 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:24 smithi040 ceph-mon[107901]: pgmap v9: 97 pgs: 97 active+clean; 224 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.9 MiB/s wr, 411 op/s 2023-12-05T16:20:24.952 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:24 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:24.952 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:24 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:24.952 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:24 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:24.952 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:24 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:25.060 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:24 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:25.060 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:24 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:25.060 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:24 smithi203 ceph-mon[110631]: pgmap v9: 97 pgs: 97 active+clean; 224 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 3.9 MiB/s wr, 411 op/s 2023-12-05T16:20:25.060 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:24 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:25.060 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:24 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:25.060 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:24 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:25.060 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:24 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:25.404 INFO:teuthology.orchestra.run.smithi040.stdout: 5 32387 9.11 MB/sec warmup 105 sec latency 120.655 ms 2023-12-05T16:20:26.404 INFO:teuthology.orchestra.run.smithi040.stdout: 5 32758 9.17 MB/sec warmup 106 sec latency 126.444 ms 2023-12-05T16:20:26.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.728 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi040 to 1945M 2023-12-05T16:20:26.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:26.729 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:26 smithi040 ceph-mon[107901]: pgmap v10: 97 pgs: 97 active+clean; 224 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-12-05T16:20:26.761 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:26.761 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:26.761 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.761 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.761 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi040 to 1945M 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:26.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:26 smithi203 ceph-mon[110631]: pgmap v10: 97 pgs: 97 active+clean; 224 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-12-05T16:20:27.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 33107 9.16 MB/sec warmup 107 sec latency 152.080 ms 2023-12-05T16:20:27.744 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:27.744 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:27.744 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: Adjusting osd_memory_target on smithi203 to 2712M 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: Updating smithi040:/etc/ceph/ceph.conf 2023-12-05T16:20:27.745 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:27 smithi040 ceph-mon[107901]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-05T16:20:27.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T16:20:27.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: Adjusting osd_memory_target on smithi203 to 2712M 2023-12-05T16:20:27.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:27.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:20:27.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:20:27.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: Updating smithi040:/etc/ceph/ceph.conf 2023-12-05T16:20:27.876 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:27 smithi203 ceph-mon[110631]: Updating smithi203:/etc/ceph/ceph.conf 2023-12-05T16:20:28.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 33454 9.10 MB/sec warmup 108 sec latency 124.359 ms 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: Updating smithi203:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: Updating smithi040:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: Updating smithi203:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: pgmap v11: 97 pgs: 97 active+clean; 224 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:28.526 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:28 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: Updating smithi203:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: Updating smithi040:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: Updating smithi203:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: pgmap v11: 97 pgs: 97 active+clean; 224 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:28.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:28 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 33723 9.04 MB/sec warmup 109 sec latency 125.301 ms 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: Updating smithi040:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.818 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:29.818 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: Reconfiguring alertmanager.smithi040 (dependencies changed)... 2023-12-05T16:20:29.818 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:29 smithi040 ceph-mon[107901]: Reconfiguring daemon alertmanager.smithi040 on smithi040 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: Updating smithi040:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:30.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: Reconfiguring alertmanager.smithi040 (dependencies changed)... 2023-12-05T16:20:30.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:29 smithi203 ceph-mon[110631]: Reconfiguring daemon alertmanager.smithi040 on smithi040 2023-12-05T16:20:30.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 33982 9.05 MB/sec warmup 110 sec latency 146.850 ms 2023-12-05T16:20:30.842 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:30 smithi040 ceph-mon[107901]: pgmap v12: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.7 MiB/s wr, 582 op/s 2023-12-05T16:20:31.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:30 smithi203 ceph-mon[110631]: pgmap v12: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.7 MiB/s wr, 582 op/s 2023-12-05T16:20:31.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 34318 9.11 MB/sec warmup 111 sec latency 123.682 ms 2023-12-05T16:20:32.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 34775 9.12 MB/sec warmup 112 sec latency 129.240 ms 2023-12-05T16:20:33.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:32 smithi040 ceph-mon[107901]: pgmap v13: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 385 op/s 2023-12-05T16:20:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:32 smithi203 ceph-mon[110631]: pgmap v13: 97 pgs: 97 active+clean; 229 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 385 op/s 2023-12-05T16:20:33.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 35172 9.15 MB/sec warmup 113 sec latency 138.740 ms 2023-12-05T16:20:34.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 35501 9.16 MB/sec warmup 114 sec latency 129.742 ms 2023-12-05T16:20:34.964 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:34 smithi040 ceph-mon[107901]: pgmap v14: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-12-05T16:20:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:34 smithi203 ceph-mon[110631]: pgmap v14: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-12-05T16:20:35.406 INFO:teuthology.orchestra.run.smithi040.stdout: 5 35830 9.14 MB/sec warmup 115 sec latency 120.903 ms 2023-12-05T16:20:36.415 INFO:teuthology.orchestra.run.smithi040.stdout: 5 36156 9.15 MB/sec warmup 116 sec latency 130.069 ms 2023-12-05T16:20:37.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:36 smithi040 ceph-mon[107901]: pgmap v15: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-05T16:20:37.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:36 smithi203 ceph-mon[110631]: pgmap v15: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-05T16:20:37.415 INFO:teuthology.orchestra.run.smithi040.stdout: 5 36369 9.13 MB/sec warmup 117 sec latency 189.462 ms 2023-12-05T16:20:37.485 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:20:38.417 INFO:teuthology.orchestra.run.smithi040.stdout: 5 36613 9.11 MB/sec warmup 118 sec latency 137.536 ms 2023-12-05T16:20:38.527 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (6m) 14s ago 6m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (5m) 14s ago 5m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 running (5m) 14s ago 6m 60.2M - 8.3.5 dad864ee21e9 77112d3e5d1d 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (2m) 14s ago 2m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (2m) 14s ago 2m 15.2M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (7m) 14s ago 7m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (35s) 14s ago 5m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (7m) 14s ago 7m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (5m) 14s ago 5m 62.7M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (2m) 14s ago 2m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (2m) 14s ago 2m 72.0M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 running (6m) 14s ago 6m 26.1M - 1.3.1 1dbe0e931976 b9ede4eef67b 2023-12-05T16:20:38.528 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (5m) 14s ago 5m 21.9M - 1.3.1 1dbe0e931976 a4d453770fda 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (5m) 14s ago 5m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (4m) 14s ago 4m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (4m) 14s ago 4m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (4m) 14s ago 4m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (4m) 14s ago 4m 470M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (3m) 14s ago 3m 481M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (3m) 14s ago 3m 473M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (3m) 14s ago 3m 761M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:20:38.529 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 running (5m) 14s ago 5m 65.5M - 2.33.4 514e6a882f6e 4080ed05597e 2023-12-05T16:20:38.820 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:38.820 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:38.820 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: Reconfiguring grafana.smithi040 (dependencies changed)... 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: pgmap v16: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:20:38.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:38 smithi040 ceph-mon[107901]: Reconfiguring daemon grafana.smithi040 on smithi040 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: Reconfiguring grafana.smithi040 (dependencies changed)... 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: pgmap v16: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 403 op/s 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:39.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:20:39.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:20:39.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T16:20:39.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:38 smithi203 ceph-mon[110631]: Reconfiguring daemon grafana.smithi040 on smithi040 2023-12-05T16:20:39.180 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:20:39.180 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:20:39.181 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:20:39.182 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:20:39.182 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:20:39.417 INFO:teuthology.orchestra.run.smithi040.stdout: 5 36895 9.05 MB/sec warmup 119 sec latency 87.514 ms 2023-12-05T16:20:39.722 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "", 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-05T16:20:39.723 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:20:39.845 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:39 smithi040 ceph-mon[107901]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:39.845 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:39 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1685350265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:20:40.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:39 smithi203 ceph-mon[110631]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:40.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:39 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1685350265' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:20:40.415 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:20:40.862 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:40 smithi040 ceph-mon[107901]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:40.862 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:40 smithi040 ceph-mon[107901]: pgmap v17: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 598 op/s 2023-12-05T16:20:40.862 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:40 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2283748059' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:20:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:40 smithi203 ceph-mon[110631]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:20:41.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:40 smithi203 ceph-mon[110631]: pgmap v17: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 598 op/s 2023-12-05T16:20:41.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:40 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2283748059' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:20:41.430 INFO:teuthology.orchestra.run.smithi040.stdout: 5 37340 5.79 MB/sec execute 1 sec latency 113.715 ms 2023-12-05T16:20:42.430 INFO:teuthology.orchestra.run.smithi040.stdout: 5 37652 8.96 MB/sec execute 2 sec latency 109.489 ms 2023-12-05T16:20:43.157 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:42 smithi040 ceph-mon[107901]: pgmap v18: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 392 op/s 2023-12-05T16:20:43.157 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:42 smithi203 ceph-mon[110631]: pgmap v18: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 392 op/s 2023-12-05T16:20:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:43.435 INFO:teuthology.orchestra.run.smithi040.stdout: 5 37963 8.93 MB/sec execute 3 sec latency 123.589 ms 2023-12-05T16:20:44.444 INFO:teuthology.orchestra.run.smithi040.stdout: 5 38312 9.31 MB/sec execute 4 sec latency 108.796 ms 2023-12-05T16:20:44.962 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:44 smithi040 ceph-mon[107901]: pgmap v19: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-05T16:20:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:44 smithi203 ceph-mon[110631]: pgmap v19: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-05T16:20:45.444 INFO:teuthology.orchestra.run.smithi040.stdout: 5 38609 9.24 MB/sec execute 5 sec latency 123.570 ms 2023-12-05T16:20:46.444 INFO:teuthology.orchestra.run.smithi040.stdout: 5 38785 8.69 MB/sec execute 6 sec latency 137.688 ms 2023-12-05T16:20:47.013 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:46 smithi040 ceph-mon[107901]: pgmap v20: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T16:20:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:46 smithi203 ceph-mon[110631]: pgmap v20: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T16:20:47.444 INFO:teuthology.orchestra.run.smithi040.stdout: 5 39012 8.43 MB/sec execute 7 sec latency 133.819 ms 2023-12-05T16:20:48.444 INFO:teuthology.orchestra.run.smithi040.stdout: 5 39301 8.32 MB/sec execute 8 sec latency 134.696 ms 2023-12-05T16:20:49.059 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:48 smithi040 ceph-mon[107901]: pgmap v21: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T16:20:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:48 smithi203 ceph-mon[110631]: pgmap v21: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T16:20:49.444 INFO:teuthology.orchestra.run.smithi040.stdout: 5 39563 8.18 MB/sec execute 9 sec latency 129.708 ms 2023-12-05T16:20:50.449 INFO:teuthology.orchestra.run.smithi040.stdout: 5 39873 8.33 MB/sec execute 10 sec latency 119.142 ms 2023-12-05T16:20:50.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:50 smithi040 ceph-mon[107901]: pgmap v22: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 503 op/s 2023-12-05T16:20:50.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:50 smithi203 ceph-mon[110631]: pgmap v22: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 503 op/s 2023-12-05T16:20:51.458 INFO:teuthology.orchestra.run.smithi040.stdout: 5 40067 8.08 MB/sec execute 11 sec latency 124.108 ms 2023-12-05T16:20:52.462 INFO:teuthology.orchestra.run.smithi040.stdout: 5 40362 7.76 MB/sec execute 12 sec latency 120.719 ms 2023-12-05T16:20:53.139 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:52 smithi040 ceph-mon[107901]: pgmap v23: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2023-12-05T16:20:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:52 smithi203 ceph-mon[110631]: pgmap v23: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.2 MiB/s wr, 308 op/s 2023-12-05T16:20:53.473 INFO:teuthology.orchestra.run.smithi040.stdout: 5 40682 7.36 MB/sec execute 13 sec latency 115.016 ms 2023-12-05T16:20:54.473 INFO:teuthology.orchestra.run.smithi040.stdout: 5 40951 7.35 MB/sec execute 14 sec latency 131.012 ms 2023-12-05T16:20:55.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:54 smithi040 ceph-mon[107901]: pgmap v24: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-12-05T16:20:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:54 smithi203 ceph-mon[110631]: pgmap v24: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-12-05T16:20:55.473 INFO:teuthology.orchestra.run.smithi040.stdout: 5 41239 7.40 MB/sec execute 15 sec latency 187.495 ms 2023-12-05T16:20:56.473 INFO:teuthology.orchestra.run.smithi040.stdout: 5 41587 7.79 MB/sec execute 16 sec latency 207.438 ms 2023-12-05T16:20:57.195 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:56 smithi040 ceph-mon[107901]: pgmap v25: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T16:20:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:56 smithi203 ceph-mon[110631]: pgmap v25: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T16:20:57.477 INFO:teuthology.orchestra.run.smithi040.stdout: 5 41953 7.91 MB/sec execute 17 sec latency 126.661 ms 2023-12-05T16:20:58.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:20:58.477 INFO:teuthology.orchestra.run.smithi040.stdout: 5 42210 7.88 MB/sec execute 18 sec latency 126.858 ms 2023-12-05T16:20:59.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:20:58 smithi040 ceph-mon[107901]: pgmap v26: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T16:20:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:20:58 smithi203 ceph-mon[110631]: pgmap v26: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T16:20:59.478 INFO:teuthology.orchestra.run.smithi040.stdout: 5 42474 8.06 MB/sec execute 19 sec latency 126.694 ms 2023-12-05T16:21:00.248 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:00 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:00.248 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:00 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:00.248 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:00 smithi040 ceph-mon[107901]: Reconfiguring node-exporter.smithi040 (dependencies changed)... 2023-12-05T16:21:00.248 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:00 smithi040 ceph-mon[107901]: Reconfiguring daemon node-exporter.smithi040 on smithi040 2023-12-05T16:21:00.249 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:00 smithi040 ceph-mon[107901]: pgmap v27: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2023-12-05T16:21:00.478 INFO:teuthology.orchestra.run.smithi040.stdout: 5 42775 8.06 MB/sec execute 20 sec latency 132.582 ms 2023-12-05T16:21:00.624 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:00 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:00.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:00 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:00.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:00 smithi203 ceph-mon[110631]: Reconfiguring node-exporter.smithi040 (dependencies changed)... 2023-12-05T16:21:00.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:00 smithi203 ceph-mon[110631]: Reconfiguring daemon node-exporter.smithi040 on smithi040 2023-12-05T16:21:00.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:00 smithi203 ceph-mon[110631]: pgmap v27: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2023-12-05T16:21:01.478 INFO:teuthology.orchestra.run.smithi040.stdout: 5 43074 8.00 MB/sec execute 21 sec latency 168.148 ms 2023-12-05T16:21:02.311 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:02 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:02.311 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:02 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:02.311 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:02 smithi040 ceph-mon[107901]: Reconfiguring prometheus.smithi040 (dependencies changed)... 2023-12-05T16:21:02.311 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:02 smithi040 ceph-mon[107901]: Reconfiguring daemon prometheus.smithi040 on smithi040 2023-12-05T16:21:02.311 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:02 smithi040 ceph-mon[107901]: pgmap v28: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-05T16:21:02.478 INFO:teuthology.orchestra.run.smithi040.stdout: 5 43324 7.95 MB/sec execute 22 sec latency 214.008 ms 2023-12-05T16:21:02.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:02 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:02.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:02 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:02.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:02 smithi203 ceph-mon[110631]: Reconfiguring prometheus.smithi040 (dependencies changed)... 2023-12-05T16:21:02.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:02 smithi203 ceph-mon[110631]: Reconfiguring daemon prometheus.smithi040 on smithi040 2023-12-05T16:21:02.625 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:02 smithi203 ceph-mon[110631]: pgmap v28: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-05T16:21:03.484 INFO:teuthology.orchestra.run.smithi040.stdout: 5 43557 7.89 MB/sec execute 23 sec latency 119.051 ms 2023-12-05T16:21:04.485 INFO:teuthology.orchestra.run.smithi040.stdout: 5 43762 7.83 MB/sec execute 24 sec latency 140.989 ms 2023-12-05T16:21:04.964 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:04 smithi040 ceph-mon[107901]: pgmap v29: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2023-12-05T16:21:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:04 smithi203 ceph-mon[110631]: pgmap v29: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2023-12-05T16:21:05.485 INFO:teuthology.orchestra.run.smithi040.stdout: 5 44143 7.63 MB/sec execute 25 sec latency 129.640 ms 2023-12-05T16:21:06.485 INFO:teuthology.orchestra.run.smithi040.stdout: 5 44375 7.51 MB/sec execute 26 sec latency 142.371 ms 2023-12-05T16:21:07.175 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:06 smithi040 ceph-mon[107901]: pgmap v30: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 362 op/s 2023-12-05T16:21:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:06 smithi203 ceph-mon[110631]: pgmap v30: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 362 op/s 2023-12-05T16:21:07.485 INFO:teuthology.orchestra.run.smithi040.stdout: 5 44683 7.62 MB/sec execute 27 sec latency 138.311 ms 2023-12-05T16:21:08.485 INFO:teuthology.orchestra.run.smithi040.stdout: 5 44946 7.62 MB/sec execute 28 sec latency 204.469 ms 2023-12-05T16:21:08.977 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:08 smithi040 ceph-mon[107901]: pgmap v31: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 362 op/s 2023-12-05T16:21:09.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:08 smithi203 ceph-mon[110631]: pgmap v31: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 362 op/s 2023-12-05T16:21:09.494 INFO:teuthology.orchestra.run.smithi040.stdout: 5 45357 7.82 MB/sec execute 29 sec latency 129.826 ms 2023-12-05T16:21:10.494 INFO:teuthology.orchestra.run.smithi040.stdout: 5 45639 7.86 MB/sec execute 30 sec latency 137.501 ms 2023-12-05T16:21:10.510 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:10 smithi040 ceph-mon[107901]: pgmap v32: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-05T16:21:10.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:10 smithi203 ceph-mon[110631]: pgmap v32: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-05T16:21:10.973 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:21:11.499 INFO:teuthology.orchestra.run.smithi040.stdout: 5 45919 7.84 MB/sec execute 31 sec latency 130.960 ms 2023-12-05T16:21:11.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:11 smithi040 ceph-mon[107901]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:11.624 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:11 smithi203 ceph-mon[110631]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (6m) 47s ago 6m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (6m) 48s ago 6m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 starting - - - - 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (2m) 47s ago 2m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (2m) 48s ago 2m 15.2M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (8m) 47s ago 8m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (69s) 48s ago 6m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (8m) 47s ago 8m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (6m) 48s ago 6m 62.7M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (2m) 47s ago 2m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (2m) 48s ago 2m 72.0M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 starting - - - - 2023-12-05T16:21:11.953 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (6m) 48s ago 6m 21.9M - 1.3.1 1dbe0e931976 a4d453770fda 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (5m) 47s ago 5m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (5m) 47s ago 5m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (5m) 47s ago 5m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (4m) 47s ago 4m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (4m) 48s ago 4m 470M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (4m) 48s ago 4m 481M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (4m) 48s ago 4m 473M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (3m) 48s ago 3m 761M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:21:11.954 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 running (6m) 47s ago 6m 65.5M - 2.33.4 514e6a882f6e 4080ed05597e 2023-12-05T16:21:12.499 INFO:teuthology.orchestra.run.smithi040.stdout: 5 46225 7.92 MB/sec execute 32 sec latency 123.625 ms 2023-12-05T16:21:12.540 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:21:12.541 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:21:12.542 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:12.542 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:21:12.542 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:21:12.542 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:21:12.542 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:21:12.542 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:21:12.542 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:12 smithi040 ceph-mon[107901]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:12.542 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:12 smithi040 ceph-mon[107901]: pgmap v33: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-05T16:21:12.542 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:12 smithi040 ceph-mon[107901]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:12.542 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:12.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:12 smithi203 ceph-mon[110631]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:12.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:12 smithi203 ceph-mon[110631]: pgmap v33: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-05T16:21:12.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:12 smithi203 ceph-mon[110631]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:12.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "", 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-05T16:21:13.046 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:21:13.499 INFO:teuthology.orchestra.run.smithi040.stdout: 5 46564 7.99 MB/sec execute 33 sec latency 129.121 ms 2023-12-05T16:21:13.556 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:13 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2383726348' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:21:13.556 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:13 smithi040 ceph-mon[107901]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:13.668 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:21:13.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:13 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2383726348' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:21:13.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:13 smithi203 ceph-mon[110631]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:14.499 INFO:teuthology.orchestra.run.smithi040.stdout: 5 46905 8.04 MB/sec execute 34 sec latency 127.625 ms 2023-12-05T16:21:14.569 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:14 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/10609850' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:21:14.569 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:14 smithi040 ceph-mon[107901]: pgmap v34: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 520 op/s 2023-12-05T16:21:14.569 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:14 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:14.569 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:14 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:14.680 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:14 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/10609850' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:21:14.680 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:14 smithi203 ceph-mon[110631]: pgmap v34: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 520 op/s 2023-12-05T16:21:14.680 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:14 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:14.680 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:14 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.508 INFO:teuthology.orchestra.run.smithi040.stdout: 5 47211 7.99 MB/sec execute 35 sec latency 107.937 ms 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: Reconfiguring node-exporter.smithi203 (dependencies changed)... 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: Reconfiguring daemon node-exporter.smithi203 on smithi203 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.582 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:21:15.583 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi040.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:21:15.583 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.583 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:15 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: Reconfiguring node-exporter.smithi203 (dependencies changed)... 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: Reconfiguring daemon node-exporter.smithi203 on smithi203 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi040.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:15.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:15 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:21:16.508 INFO:teuthology.orchestra.run.smithi040.stdout: 5 47516 7.85 MB/sec execute 36 sec latency 149.237 ms 2023-12-05T16:21:16.586 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:21:16.586 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:21:16.586 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:21:16.586 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:21:16.586 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:21:16.587 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi040.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:21:16.587 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: Upgrade: Need to upgrade myself (mgr.smithi203.kzkmul) 2023-12-05T16:21:16.587 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: Upgrade: Need to upgrade myself (mgr.smithi203.kzkmul) 2023-12-05T16:21:16.587 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:16 smithi040 ceph-mon[107901]: pgmap v35: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-05T16:21:16.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi040.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi040.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: Upgrade: Need to upgrade myself (mgr.smithi203.kzkmul) 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: Upgrade: Need to upgrade myself (mgr.smithi203.kzkmul) 2023-12-05T16:21:16.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:16 smithi203 ceph-mon[110631]: pgmap v35: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-05T16:21:17.509 INFO:teuthology.orchestra.run.smithi040.stdout: 5 47898 7.93 MB/sec execute 37 sec latency 135.364 ms 2023-12-05T16:21:18.510 INFO:teuthology.orchestra.run.smithi040.stdout: 5 48293 7.97 MB/sec execute 38 sec latency 131.846 ms 2023-12-05T16:21:19.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: pgmap v36: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-05T16:21:19.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: Upgrade: Updating mgr.smithi040.eariia 2023-12-05T16:21:19.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:19.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.eariia", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:21:19.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.eariia", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:21:19.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:21:19.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:21:19.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:18 smithi040 ceph-mon[107901]: Deploying daemon mgr.smithi040.eariia on smithi040 2023-12-05T16:21:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: pgmap v36: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-05T16:21:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: Upgrade: Updating mgr.smithi040.eariia 2023-12-05T16:21:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:21:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.eariia", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:21:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.eariia", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T16:21:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T16:21:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:21:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:18 smithi203 ceph-mon[110631]: Deploying daemon mgr.smithi040.eariia on smithi040 2023-12-05T16:21:19.510 INFO:teuthology.orchestra.run.smithi040.stdout: 5 48641 8.03 MB/sec execute 39 sec latency 122.277 ms 2023-12-05T16:21:20.510 INFO:teuthology.orchestra.run.smithi040.stdout: 5 49090 8.16 MB/sec execute 40 sec latency 123.955 ms 2023-12-05T16:21:20.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:20 smithi040 ceph-mon[107901]: pgmap v37: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 550 op/s 2023-12-05T16:21:20.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:20 smithi203 ceph-mon[110631]: pgmap v37: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 550 op/s 2023-12-05T16:21:21.518 INFO:teuthology.orchestra.run.smithi040.stdout: 5 49481 8.24 MB/sec execute 41 sec latency 133.168 ms 2023-12-05T16:21:22.518 INFO:teuthology.orchestra.run.smithi040.stdout: 5 49780 8.32 MB/sec execute 42 sec latency 131.621 ms 2023-12-05T16:21:22.974 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:22 smithi040 ceph-mon[107901]: pgmap v38: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-12-05T16:21:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:22 smithi203 ceph-mon[110631]: pgmap v38: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-12-05T16:21:23.518 INFO:teuthology.orchestra.run.smithi040.stdout: 5 50093 8.35 MB/sec execute 43 sec latency 132.864 ms 2023-12-05T16:21:24.518 INFO:teuthology.orchestra.run.smithi040.stdout: 5 50476 8.36 MB/sec execute 44 sec latency 135.881 ms 2023-12-05T16:21:24.998 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:24 smithi040 ceph-mon[107901]: pgmap v39: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.5 MiB/s wr, 603 op/s 2023-12-05T16:21:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:24 smithi203 ceph-mon[110631]: pgmap v39: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.5 MiB/s wr, 603 op/s 2023-12-05T16:21:25.528 INFO:teuthology.orchestra.run.smithi040.stdout: 5 50738 8.29 MB/sec execute 45 sec latency 129.716 ms 2023-12-05T16:21:26.528 INFO:teuthology.orchestra.run.smithi040.stdout: 5 51083 8.36 MB/sec execute 46 sec latency 124.022 ms 2023-12-05T16:21:27.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:26 smithi040 ceph-mon[107901]: pgmap v40: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-05T16:21:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:26 smithi203 ceph-mon[110631]: pgmap v40: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-05T16:21:27.532 INFO:teuthology.orchestra.run.smithi040.stdout: 5 51521 8.32 MB/sec execute 47 sec latency 129.528 ms 2023-12-05T16:21:28.063 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:28.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:28.532 INFO:teuthology.orchestra.run.smithi040.stdout: 5 51948 8.39 MB/sec execute 48 sec latency 106.632 ms 2023-12-05T16:21:29.075 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:28 smithi040 ceph-mon[107901]: pgmap v41: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-05T16:21:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:28 smithi203 ceph-mon[110631]: pgmap v41: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-05T16:21:29.532 INFO:teuthology.orchestra.run.smithi040.stdout: 5 52340 8.43 MB/sec execute 49 sec latency 121.712 ms 2023-12-05T16:21:30.532 INFO:teuthology.orchestra.run.smithi040.stdout: 5 52735 8.46 MB/sec execute 50 sec latency 120.506 ms 2023-12-05T16:21:30.624 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:30 smithi040 ceph-mon[107901]: pgmap v42: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 638 op/s 2023-12-05T16:21:30.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:30 smithi203 ceph-mon[110631]: pgmap v42: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 638 op/s 2023-12-05T16:21:31.532 INFO:teuthology.orchestra.run.smithi040.stdout: 5 53064 8.51 MB/sec execute 51 sec latency 117.192 ms 2023-12-05T16:21:32.535 INFO:teuthology.orchestra.run.smithi040.stdout: 5 53360 8.58 MB/sec execute 52 sec latency 121.063 ms 2023-12-05T16:21:32.993 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:32 smithi040 ceph-mon[107901]: pgmap v43: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-05T16:21:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:32 smithi203 ceph-mon[110631]: pgmap v43: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-05T16:21:33.537 INFO:teuthology.orchestra.run.smithi040.stdout: 5 53658 8.57 MB/sec execute 53 sec latency 129.353 ms 2023-12-05T16:21:34.537 INFO:teuthology.orchestra.run.smithi040.stdout: 5 53998 8.57 MB/sec execute 54 sec latency 129.932 ms 2023-12-05T16:21:35.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:34 smithi040 ceph-mon[107901]: pgmap v44: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.8 MiB/s wr, 645 op/s 2023-12-05T16:21:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:34 smithi203 ceph-mon[110631]: pgmap v44: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.8 MiB/s wr, 645 op/s 2023-12-05T16:21:35.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 54245 8.51 MB/sec execute 55 sec latency 128.965 ms 2023-12-05T16:21:36.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 54525 8.52 MB/sec execute 56 sec latency 129.632 ms 2023-12-05T16:21:37.067 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:36 smithi040 ceph-mon[107901]: pgmap v45: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-05T16:21:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:36 smithi203 ceph-mon[110631]: pgmap v45: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-05T16:21:37.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 54902 8.50 MB/sec execute 57 sec latency 109.288 ms 2023-12-05T16:21:38.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 55235 8.49 MB/sec execute 58 sec latency 125.271 ms 2023-12-05T16:21:39.104 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:38 smithi040 ceph-mon[107901]: pgmap v46: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-05T16:21:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:38 smithi203 ceph-mon[110631]: pgmap v46: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-05T16:21:39.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 55518 8.49 MB/sec execute 59 sec latency 129.691 ms 2023-12-05T16:21:40.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 55931 8.49 MB/sec execute 60 sec latency 92.426 ms 2023-12-05T16:21:40.635 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:40 smithi040 ceph-mon[107901]: pgmap v47: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 617 op/s 2023-12-05T16:21:40.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:40 smithi203 ceph-mon[110631]: pgmap v47: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 617 op/s 2023-12-05T16:21:41.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 56248 8.48 MB/sec execute 61 sec latency 180.315 ms 2023-12-05T16:21:42.541 INFO:teuthology.orchestra.run.smithi040.stdout: 5 56612 8.55 MB/sec execute 62 sec latency 138.790 ms 2023-12-05T16:21:42.958 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:42 smithi040 ceph-mon[107901]: pgmap v48: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-05T16:21:42.958 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:43.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:42 smithi203 ceph-mon[110631]: pgmap v48: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-05T16:21:43.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:43.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 56942 8.63 MB/sec execute 63 sec latency 134.141 ms 2023-12-05T16:21:44.138 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:21:44.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 57160 8.61 MB/sec execute 64 sec latency 126.791 ms 2023-12-05T16:21:44.987 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:44 smithi040 ceph-mon[107901]: pgmap v49: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 601 op/s 2023-12-05T16:21:45.103 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (7m) 80s ago 7m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (7m) 81s ago 7m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 starting - - - - 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (3m) 80s ago 3m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (3m) 81s ago 3m 15.2M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (8m) 80s ago 8m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (102s) 81s ago 7m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (8m) 80s ago 8m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (6m) 81s ago 6m 62.7M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (3m) 80s ago 3m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (3m) 81s ago 3m 72.0M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 starting - - - - 2023-12-05T16:21:45.104 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 starting - - - - 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (6m) 80s ago 6m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (6m) 80s ago 6m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (5m) 80s ago 5m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (5m) 80s ago 5m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (5m) 81s ago 5m 470M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (4m) 81s ago 4m 481M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (4m) 81s ago 4m 473M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (4m) 81s ago 4m 761M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:21:45.105 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 starting - - - - 2023-12-05T16:21:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:44 smithi203 ceph-mon[110631]: pgmap v49: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 601 op/s 2023-12-05T16:21:45.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 57477 8.54 MB/sec execute 65 sec latency 141.670 ms 2023-12-05T16:21:45.740 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:21:45.740 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:21:45.741 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:21:45.742 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:21:46.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:45 smithi040 ceph-mon[107901]: from='client.24585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:46.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:45 smithi040 ceph-mon[107901]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:46.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:45 smithi040 ceph-mon[107901]: mgrmap e28: smithi203.kzkmul(active, since 93s), standbys: smithi040.eariia 2023-12-05T16:21:46.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:45 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3831768613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T16:21:46.214 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-05T16:21:46.215 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:21:46.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:45 smithi203 ceph-mon[110631]: from='client.24585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:46.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:45 smithi203 ceph-mon[110631]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:46.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:45 smithi203 ceph-mon[110631]: mgrmap e28: smithi203.kzkmul(active, since 93s), standbys: smithi040.eariia 2023-12-05T16:21:46.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:45 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3831768613' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:21:46.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 57708 8.51 MB/sec execute 66 sec latency 120.953 ms 2023-12-05T16:21:46.778 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:21:47.063 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:46 smithi040 ceph-mon[107901]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:47.063 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:46 smithi040 ceph-mon[107901]: pgmap v50: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 387 op/s 2023-12-05T16:21:47.063 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:46 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/122685174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:21:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:46 smithi203 ceph-mon[110631]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:46 smithi203 ceph-mon[110631]: pgmap v50: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 387 op/s 2023-12-05T16:21:47.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:46 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/122685174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:21:47.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 57918 8.45 MB/sec execute 67 sec latency 131.184 ms 2023-12-05T16:21:48.086 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:47 smithi040 ceph-mon[107901]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:48.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:47 smithi203 ceph-mon[110631]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:21:48.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 58255 8.49 MB/sec execute 68 sec latency 135.787 ms 2023-12-05T16:21:49.099 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:48 smithi040 ceph-mon[107901]: pgmap v51: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-05T16:21:49.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:48 smithi203 ceph-mon[110631]: pgmap v51: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-05T16:21:49.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 58597 8.47 MB/sec execute 69 sec latency 123.859 ms 2023-12-05T16:21:50.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 58934 8.46 MB/sec execute 70 sec latency 132.199 ms 2023-12-05T16:21:50.623 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:50 smithi040 ceph-mon[107901]: pgmap v52: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-12-05T16:21:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:50 smithi203 ceph-mon[110631]: pgmap v52: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-12-05T16:21:51.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 59329 8.49 MB/sec execute 71 sec latency 141.147 ms 2023-12-05T16:21:52.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 59807 8.54 MB/sec execute 72 sec latency 123.756 ms 2023-12-05T16:21:53.156 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:52 smithi040 ceph-mon[107901]: pgmap v53: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-12-05T16:21:53.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:52 smithi203 ceph-mon[110631]: pgmap v53: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-12-05T16:21:53.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 60202 8.62 MB/sec execute 73 sec latency 131.151 ms 2023-12-05T16:21:54.551 INFO:teuthology.orchestra.run.smithi040.stdout: 5 60473 8.61 MB/sec execute 74 sec latency 129.503 ms 2023-12-05T16:21:54.957 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:54 smithi040 ceph-mon[107901]: pgmap v54: 97 pgs: 97 active+clean; 326 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2023-12-05T16:21:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:54 smithi203 ceph-mon[110631]: pgmap v54: 97 pgs: 97 active+clean; 326 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2023-12-05T16:21:55.552 INFO:teuthology.orchestra.run.smithi040.stdout: 5 60760 8.57 MB/sec execute 75 sec latency 139.540 ms 2023-12-05T16:21:56.552 INFO:teuthology.orchestra.run.smithi040.stdout: 5 61109 8.57 MB/sec execute 76 sec latency 133.111 ms 2023-12-05T16:21:56.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:56 smithi040 ceph-mon[107901]: pgmap v55: 97 pgs: 97 active+clean; 326 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-12-05T16:21:56.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:56 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:56 smithi203 ceph-mon[110631]: pgmap v55: 97 pgs: 97 active+clean; 326 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-12-05T16:21:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:56 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:21:57.553 INFO:teuthology.orchestra.run.smithi040.stdout: 5 61403 8.60 MB/sec execute 77 sec latency 166.771 ms 2023-12-05T16:21:58.553 INFO:teuthology.orchestra.run.smithi040.stdout: 5 61721 8.60 MB/sec execute 78 sec latency 130.782 ms 2023-12-05T16:21:59.017 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:21:58 smithi040 ceph-mon[107901]: pgmap v56: 97 pgs: 97 active+clean; 326 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-05T16:21:59.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:21:58 smithi203 ceph-mon[110631]: pgmap v56: 97 pgs: 97 active+clean; 326 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-05T16:21:59.557 INFO:teuthology.orchestra.run.smithi040.stdout: 5 62088 8.57 MB/sec execute 79 sec latency 130.217 ms 2023-12-05T16:22:00.544 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:00 smithi040 ceph-mon[107901]: pgmap v57: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-12-05T16:22:00.566 INFO:teuthology.orchestra.run.smithi040.stdout: 5 62405 8.57 MB/sec execute 80 sec latency 126.861 ms 2023-12-05T16:22:00.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:00 smithi203 ceph-mon[110631]: pgmap v57: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-12-05T16:22:01.566 INFO:teuthology.orchestra.run.smithi040.stdout: 5 62770 8.58 MB/sec execute 81 sec latency 108.383 ms 2023-12-05T16:22:02.566 INFO:teuthology.orchestra.run.smithi040.stdout: 5 63150 8.63 MB/sec execute 82 sec latency 130.099 ms 2023-12-05T16:22:03.085 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:02 smithi040 ceph-mon[107901]: pgmap v58: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-05T16:22:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:02 smithi203 ceph-mon[110631]: pgmap v58: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-05T16:22:03.567 INFO:teuthology.orchestra.run.smithi040.stdout: 5 63503 8.62 MB/sec execute 83 sec latency 124.543 ms 2023-12-05T16:22:04.567 INFO:teuthology.orchestra.run.smithi040.stdout: 5 63838 8.65 MB/sec execute 84 sec latency 115.004 ms 2023-12-05T16:22:05.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:04 smithi040 ceph-mon[107901]: pgmap v59: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 620 op/s 2023-12-05T16:22:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:04 smithi203 ceph-mon[110631]: pgmap v59: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 620 op/s 2023-12-05T16:22:05.569 INFO:teuthology.orchestra.run.smithi040.stdout: 5 64133 8.66 MB/sec execute 85 sec latency 126.403 ms 2023-12-05T16:22:06.569 INFO:teuthology.orchestra.run.smithi040.stdout: 5 64395 8.64 MB/sec execute 86 sec latency 117.543 ms 2023-12-05T16:22:07.182 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:06 smithi040 ceph-mon[107901]: pgmap v60: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-05T16:22:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:06 smithi203 ceph-mon[110631]: pgmap v60: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-05T16:22:07.569 INFO:teuthology.orchestra.run.smithi040.stdout: 5 64696 8.60 MB/sec execute 87 sec latency 135.301 ms 2023-12-05T16:22:08.578 INFO:teuthology.orchestra.run.smithi040.stdout: 5 64986 8.60 MB/sec execute 88 sec latency 129.409 ms 2023-12-05T16:22:09.014 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:08 smithi040 ceph-mon[107901]: pgmap v61: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-05T16:22:09.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:08 smithi203 ceph-mon[110631]: pgmap v61: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-05T16:22:09.578 INFO:teuthology.orchestra.run.smithi040.stdout: 5 65310 8.60 MB/sec execute 89 sec latency 154.501 ms 2023-12-05T16:22:10.578 INFO:teuthology.orchestra.run.smithi040.stdout: 5 65623 8.58 MB/sec execute 90 sec latency 134.580 ms 2023-12-05T16:22:10.757 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:10 smithi040 ceph-mon[107901]: pgmap v62: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-12-05T16:22:10.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:10 smithi203 ceph-mon[110631]: pgmap v62: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-12-05T16:22:11.578 INFO:teuthology.orchestra.run.smithi040.stdout: 5 65978 8.59 MB/sec execute 91 sec latency 121.400 ms 2023-12-05T16:22:12.578 INFO:teuthology.orchestra.run.smithi040.stdout: 5 66370 8.59 MB/sec execute 92 sec latency 128.394 ms 2023-12-05T16:22:13.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:12 smithi040 ceph-mon[107901]: pgmap v63: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-05T16:22:13.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:13.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:12 smithi203 ceph-mon[110631]: pgmap v63: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-12-05T16:22:13.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:13.578 INFO:teuthology.orchestra.run.smithi040.stdout: 5 66683 8.58 MB/sec execute 93 sec latency 105.336 ms 2023-12-05T16:22:14.591 INFO:teuthology.orchestra.run.smithi040.stdout: 5 67061 8.64 MB/sec execute 94 sec latency 87.306 ms 2023-12-05T16:22:15.101 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:14 smithi040 ceph-mon[107901]: pgmap v64: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-12-05T16:22:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:14 smithi203 ceph-mon[110631]: pgmap v64: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-12-05T16:22:15.591 INFO:teuthology.orchestra.run.smithi040.stdout: 5 67458 8.67 MB/sec execute 95 sec latency 132.378 ms 2023-12-05T16:22:16.591 INFO:teuthology.orchestra.run.smithi040.stdout: 5 67862 8.71 MB/sec execute 96 sec latency 129.278 ms 2023-12-05T16:22:17.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:16 smithi040 ceph-mon[107901]: pgmap v65: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-05T16:22:17.315 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:22:17.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:16 smithi203 ceph-mon[110631]: pgmap v65: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-05T16:22:17.599 INFO:teuthology.orchestra.run.smithi040.stdout: 5 68151 8.69 MB/sec execute 97 sec latency 127.233 ms 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (8m) 113s ago 8m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (7m) 114s ago 7m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 starting - - - - 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (4m) 113s ago 3m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (3m) 114s ago 3m 15.2M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (9m) 113s ago 9m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (2m) 114s ago 7m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (9m) 113s ago 9m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (7m) 114s ago 7m 62.7M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:22:18.278 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (3m) 113s ago 3m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (3m) 114s ago 3m 72.0M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 starting - - - - 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 starting - - - - 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (6m) 113s ago 6m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (6m) 113s ago 6m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (6m) 113s ago 6m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (5m) 113s ago 5m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (5m) 114s ago 5m 470M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (5m) 114s ago 5m 481M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (5m) 114s ago 5m 473M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (4m) 114s ago 4m 761M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:22:18.279 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 starting - - - - 2023-12-05T16:22:18.599 INFO:teuthology.orchestra.run.smithi040.stdout: 5 68453 8.70 MB/sec execute 98 sec latency 120.855 ms 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:18.866 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:22:18.867 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:22:19.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:18 smithi040 ceph-mon[107901]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:19.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:18 smithi040 ceph-mon[107901]: from='client.24605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:19.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:18 smithi040 ceph-mon[107901]: pgmap v66: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-05T16:22:19.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:18 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1225995596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-05T16:22:19.367 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:22:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:18 smithi203 ceph-mon[110631]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:18 smithi203 ceph-mon[110631]: from='client.24605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:18 smithi203 ceph-mon[110631]: pgmap v66: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-12-05T16:22:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:18 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1225995596' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:22:19.599 INFO:teuthology.orchestra.run.smithi040.stdout: 5 68736 8.64 MB/sec execute 99 sec latency 138.307 ms 2023-12-05T16:22:19.953 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:22:20.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:19 smithi040 ceph-mon[107901]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:20.180 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:19 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1781473609' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:22:20.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:19 smithi203 ceph-mon[110631]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:20.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:19 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1781473609' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:22:20.599 INFO:teuthology.orchestra.run.smithi040.stdout: 5 69090 8.65 MB/sec execute 100 sec latency 123.579 ms 2023-12-05T16:22:21.200 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:20 smithi040 ceph-mon[107901]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:21.200 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:20 smithi040 ceph-mon[107901]: pgmap v67: 97 pgs: 97 active+clean; 355 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 624 op/s 2023-12-05T16:22:21.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:20 smithi203 ceph-mon[110631]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:21.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:20 smithi203 ceph-mon[110631]: pgmap v67: 97 pgs: 97 active+clean; 355 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 624 op/s 2023-12-05T16:22:21.599 INFO:teuthology.orchestra.run.smithi040.stdout: 5 69503 8.71 MB/sec execute 101 sec latency 130.215 ms 2023-12-05T16:22:22.609 INFO:teuthology.orchestra.run.smithi040.stdout: 5 69927 8.70 MB/sec execute 102 sec latency 86.949 ms 2023-12-05T16:22:23.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:23 smithi040 ceph-mon[107901]: pgmap v68: 97 pgs: 97 active+clean; 355 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 443 op/s 2023-12-05T16:22:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:23 smithi203 ceph-mon[110631]: pgmap v68: 97 pgs: 97 active+clean; 355 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 443 op/s 2023-12-05T16:22:23.604 INFO:teuthology.orchestra.run.smithi040.stdout: 5 70297 8.71 MB/sec execute 103 sec latency 87.458 ms 2023-12-05T16:22:24.603 INFO:teuthology.orchestra.run.smithi040.stdout: 5 70634 8.72 MB/sec execute 104 sec latency 128.413 ms 2023-12-05T16:22:25.170 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:25 smithi040 ceph-mon[107901]: pgmap v69: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.3 MiB/s wr, 700 op/s 2023-12-05T16:22:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:25 smithi203 ceph-mon[110631]: pgmap v69: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.3 MiB/s wr, 700 op/s 2023-12-05T16:22:25.602 INFO:teuthology.orchestra.run.smithi040.stdout: 5 70940 8.71 MB/sec execute 105 sec latency 129.094 ms 2023-12-05T16:22:26.607 INFO:teuthology.orchestra.run.smithi040.stdout: 5 71239 8.75 MB/sec execute 106 sec latency 133.315 ms 2023-12-05T16:22:27.099 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:27 smithi040 ceph-mon[107901]: pgmap v70: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 497 op/s 2023-12-05T16:22:27.099 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:27 smithi203 ceph-mon[110631]: pgmap v70: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 497 op/s 2023-12-05T16:22:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:27.607 INFO:teuthology.orchestra.run.smithi040.stdout: 5 71511 8.74 MB/sec execute 107 sec latency 123.673 ms 2023-12-05T16:22:28.615 INFO:teuthology.orchestra.run.smithi040.stdout: 5 71805 8.70 MB/sec execute 108 sec latency 129.750 ms 2023-12-05T16:22:29.134 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:29 smithi040 ceph-mon[107901]: pgmap v71: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 497 op/s 2023-12-05T16:22:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:29 smithi203 ceph-mon[110631]: pgmap v71: 97 pgs: 97 active+clean; 359 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 497 op/s 2023-12-05T16:22:29.618 INFO:teuthology.orchestra.run.smithi040.stdout: 5 72111 8.70 MB/sec execute 109 sec latency 149.140 ms 2023-12-05T16:22:30.618 INFO:teuthology.orchestra.run.smithi040.stdout: 5 72395 8.69 MB/sec execute 110 sec latency 126.689 ms 2023-12-05T16:22:30.654 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:30 smithi040 ceph-mon[107901]: pgmap v72: 97 pgs: 97 active+clean; 361 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 684 op/s 2023-12-05T16:22:30.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:30 smithi203 ceph-mon[110631]: pgmap v72: 97 pgs: 97 active+clean; 361 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.5 MiB/s wr, 684 op/s 2023-12-05T16:22:31.619 INFO:teuthology.orchestra.run.smithi040.stdout: 5 72678 8.68 MB/sec execute 111 sec latency 129.959 ms 2023-12-05T16:22:32.623 INFO:teuthology.orchestra.run.smithi040.stdout: 5 73050 8.68 MB/sec execute 112 sec latency 129.416 ms 2023-12-05T16:22:33.195 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:32 smithi040 ceph-mon[107901]: pgmap v73: 97 pgs: 97 active+clean; 361 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 443 op/s 2023-12-05T16:22:33.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:32 smithi203 ceph-mon[110631]: pgmap v73: 97 pgs: 97 active+clean; 361 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 443 op/s 2023-12-05T16:22:33.623 INFO:teuthology.orchestra.run.smithi040.stdout: 5 73432 8.67 MB/sec execute 113 sec latency 127.195 ms 2023-12-05T16:22:34.624 INFO:teuthology.orchestra.run.smithi040.stdout: 5 73733 8.66 MB/sec execute 114 sec latency 126.505 ms 2023-12-05T16:22:35.007 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:34 smithi040 ceph-mon[107901]: pgmap v74: 97 pgs: 97 active+clean; 359 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 629 op/s 2023-12-05T16:22:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:34 smithi203 ceph-mon[110631]: pgmap v74: 97 pgs: 97 active+clean; 359 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 629 op/s 2023-12-05T16:22:35.624 INFO:teuthology.orchestra.run.smithi040.stdout: 5 74017 8.68 MB/sec execute 115 sec latency 182.991 ms 2023-12-05T16:22:36.624 INFO:teuthology.orchestra.run.smithi040.stdout: 5 74394 8.70 MB/sec execute 116 sec latency 120.600 ms 2023-12-05T16:22:37.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:36 smithi040 ceph-mon[107901]: pgmap v75: 97 pgs: 97 active+clean; 359 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:22:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:36 smithi203 ceph-mon[110631]: pgmap v75: 97 pgs: 97 active+clean; 359 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:22:37.630 INFO:teuthology.orchestra.run.smithi040.stdout: 5 74701 8.70 MB/sec execute 117 sec latency 102.542 ms 2023-12-05T16:22:38.632 INFO:teuthology.orchestra.run.smithi040.stdout: 5 75004 8.69 MB/sec execute 118 sec latency 87.112 ms 2023-12-05T16:22:39.079 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:38 smithi040 ceph-mon[107901]: pgmap v76: 97 pgs: 97 active+clean; 359 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:22:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:38 smithi203 ceph-mon[110631]: pgmap v76: 97 pgs: 97 active+clean; 359 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:22:39.632 INFO:teuthology.orchestra.run.smithi040.stdout: 5 75330 8.69 MB/sec execute 119 sec latency 111.265 ms 2023-12-05T16:22:40.626 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:40 smithi040 ceph-mon[107901]: pgmap v77: 97 pgs: 97 active+clean; 358 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-05T16:22:40.634 INFO:teuthology.orchestra.run.smithi040.stdout: 5 75672 8.73 MB/sec execute 120 sec latency 138.206 ms 2023-12-05T16:22:40.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:40 smithi203 ceph-mon[110631]: pgmap v77: 97 pgs: 97 active+clean; 358 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-05T16:22:41.641 INFO:teuthology.orchestra.run.smithi040.stdout: 5 75982 8.70 MB/sec execute 121 sec latency 117.484 ms 2023-12-05T16:22:42.642 INFO:teuthology.orchestra.run.smithi040.stdout: 5 76282 8.68 MB/sec execute 122 sec latency 131.596 ms 2023-12-05T16:22:43.200 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:42 smithi040 ceph-mon[107901]: pgmap v78: 97 pgs: 97 active+clean; 358 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-05T16:22:43.200 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:42 smithi203 ceph-mon[110631]: pgmap v78: 97 pgs: 97 active+clean; 358 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-05T16:22:43.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:43.643 INFO:teuthology.orchestra.run.smithi040.stdout: 5 76542 8.68 MB/sec execute 123 sec latency 129.714 ms 2023-12-05T16:22:44.643 INFO:teuthology.orchestra.run.smithi040.stdout: 5 76902 8.66 MB/sec execute 124 sec latency 126.985 ms 2023-12-05T16:22:44.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:44 smithi040 ceph-mon[107901]: pgmap v79: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 573 op/s 2023-12-05T16:22:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:44 smithi203 ceph-mon[110631]: pgmap v79: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 573 op/s 2023-12-05T16:22:45.643 INFO:teuthology.orchestra.run.smithi040.stdout: 5 77213 8.64 MB/sec execute 125 sec latency 126.624 ms 2023-12-05T16:22:46.643 INFO:teuthology.orchestra.run.smithi040.stdout: 5 77526 8.66 MB/sec execute 126 sec latency 89.525 ms 2023-12-05T16:22:46.989 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:46 smithi040 ceph-mon[107901]: pgmap v80: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-05T16:22:47.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:46 smithi203 ceph-mon[110631]: pgmap v80: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-05T16:22:47.643 INFO:teuthology.orchestra.run.smithi040.stdout: 5 77804 8.69 MB/sec execute 127 sec latency 128.156 ms 2023-12-05T16:22:48.643 INFO:teuthology.orchestra.run.smithi040.stdout: 5 78120 8.69 MB/sec execute 128 sec latency 137.642 ms 2023-12-05T16:22:49.062 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:48 smithi040 ceph-mon[107901]: pgmap v81: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-05T16:22:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:48 smithi203 ceph-mon[110631]: pgmap v81: 97 pgs: 97 active+clean; 354 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-05T16:22:49.644 INFO:teuthology.orchestra.run.smithi040.stdout: 5 78447 8.67 MB/sec execute 129 sec latency 95.101 ms 2023-12-05T16:22:50.509 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:22:50.570 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:50 smithi040 ceph-mon[107901]: pgmap v82: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 572 op/s 2023-12-05T16:22:50.644 INFO:teuthology.orchestra.run.smithi040.stdout: 5 78705 8.64 MB/sec execute 130 sec latency 152.746 ms 2023-12-05T16:22:50.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:50 smithi203 ceph-mon[110631]: pgmap v82: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 572 op/s 2023-12-05T16:22:51.584 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:22:51.584 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:22:51.584 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (8m) 2m ago 8m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:22:51.584 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (8m) 2m ago 8m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:22:51.584 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 starting - - - - 2023-12-05T16:22:51.584 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (4m) 2m ago 4m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:22:51.584 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (4m) 2m ago 4m 15.2M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (9m) 2m ago 9m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (2m) 2m ago 8m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (9m) 2m ago 9m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (8m) 2m ago 8m 62.7M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (4m) 2m ago 4m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (4m) 2m ago 4m 72.0M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 starting - - - - 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 starting - - - - 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (7m) 2m ago 7m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (7m) 2m ago 7m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (6m) 2m ago 6m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (6m) 2m ago 6m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (6m) 2m ago 6m 470M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (6m) 2m ago 6m 481M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (5m) 2m ago 5m 473M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:22:51.585 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (5m) 2m ago 5m 761M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:22:51.586 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 starting - - - - 2023-12-05T16:22:51.592 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:51 smithi040 ceph-mon[107901]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:51.592 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:51 smithi040 ceph-mon[107901]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:51.644 INFO:teuthology.orchestra.run.smithi040.stdout: 5 78926 8.60 MB/sec execute 131 sec latency 134.878 ms 2023-12-05T16:22:51.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:51 smithi203 ceph-mon[110631]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:51.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:51 smithi203 ceph-mon[110631]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:52.257 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:22:52.258 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:22:52.259 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:22:52.259 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:22:52.259 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:22:52.259 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:22:52.259 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:22:52.259 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:22:52.633 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:52 smithi040 ceph-mon[107901]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:52.633 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:52 smithi040 ceph-mon[107901]: pgmap v83: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-12-05T16:22:52.633 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:52 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2407669352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:22:52.650 INFO:teuthology.orchestra.run.smithi040.stdout: 5 79226 8.64 MB/sec execute 132 sec latency 125.533 ms 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-05T16:22:52.777 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:22:52.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:52 smithi203 ceph-mon[110631]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:52.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:52 smithi203 ceph-mon[110631]: pgmap v83: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-12-05T16:22:52.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:52 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2407669352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:22:53.444 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:22:53.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:53 smithi040 ceph-mon[107901]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:53.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:53 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2250763297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:22:53.660 INFO:teuthology.orchestra.run.smithi040.stdout: 5 79575 8.64 MB/sec execute 133 sec latency 136.349 ms 2023-12-05T16:22:53.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:53 smithi203 ceph-mon[110631]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:22:53.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:53 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2250763297' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:22:54.664 INFO:teuthology.orchestra.run.smithi040.stdout: 5 80018 8.66 MB/sec execute 134 sec latency 124.473 ms 2023-12-05T16:22:54.669 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:54 smithi040 ceph-mon[107901]: pgmap v84: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-12-05T16:22:54.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:54 smithi203 ceph-mon[110631]: pgmap v84: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-12-05T16:22:55.664 INFO:teuthology.orchestra.run.smithi040.stdout: 5 80336 8.66 MB/sec execute 135 sec latency 130.943 ms 2023-12-05T16:22:56.670 INFO:teuthology.orchestra.run.smithi040.stdout: 5 80654 8.65 MB/sec execute 136 sec latency 129.887 ms 2023-12-05T16:22:57.198 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:56 smithi040 ceph-mon[107901]: pgmap v85: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-12-05T16:22:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:56 smithi203 ceph-mon[110631]: pgmap v85: 97 pgs: 97 active+clean; 358 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-12-05T16:22:57.677 INFO:teuthology.orchestra.run.smithi040.stdout: 5 80938 8.65 MB/sec execute 137 sec latency 120.630 ms 2023-12-05T16:22:58.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:22:58.684 INFO:teuthology.orchestra.run.smithi040.stdout: 5 81217 8.68 MB/sec execute 138 sec latency 143.112 ms 2023-12-05T16:22:59.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:22:58 smithi040 ceph-mon[107901]: pgmap v86: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-05T16:22:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:22:58 smithi203 ceph-mon[110631]: pgmap v86: 97 pgs: 97 active+clean; 357 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-05T16:22:59.684 INFO:teuthology.orchestra.run.smithi040.stdout: 5 81495 8.66 MB/sec execute 139 sec latency 140.448 ms 2023-12-05T16:23:00.693 INFO:teuthology.orchestra.run.smithi040.stdout: 5 81798 8.66 MB/sec execute 140 sec latency 128.114 ms 2023-12-05T16:23:00.747 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:00 smithi040 ceph-mon[107901]: pgmap v87: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-12-05T16:23:00.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:00 smithi203 ceph-mon[110631]: pgmap v87: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 553 op/s 2023-12-05T16:23:01.704 INFO:teuthology.orchestra.run.smithi040.stdout: 5 82129 8.62 MB/sec execute 141 sec latency 130.190 ms 2023-12-05T16:23:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: 5 82389 8.61 MB/sec execute 142 sec latency 123.814 ms 2023-12-05T16:23:03.061 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:02 smithi040 ceph-mon[107901]: pgmap v88: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-05T16:23:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:02 smithi203 ceph-mon[110631]: pgmap v88: 97 pgs: 97 active+clean; 360 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-05T16:23:03.704 INFO:teuthology.orchestra.run.smithi040.stdout: 5 82659 8.61 MB/sec execute 143 sec latency 126.440 ms 2023-12-05T16:23:04.712 INFO:teuthology.orchestra.run.smithi040.stdout: 5 83008 8.62 MB/sec execute 144 sec latency 129.873 ms 2023-12-05T16:23:05.121 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:04 smithi040 ceph-mon[107901]: pgmap v89: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-05T16:23:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:04 smithi203 ceph-mon[110631]: pgmap v89: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-05T16:23:05.712 INFO:teuthology.orchestra.run.smithi040.stdout: 5 83362 8.61 MB/sec execute 145 sec latency 88.338 ms 2023-12-05T16:23:06.723 INFO:teuthology.orchestra.run.smithi040.stdout: 5 83707 8.62 MB/sec execute 146 sec latency 108.755 ms 2023-12-05T16:23:07.170 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:06 smithi040 ceph-mon[107901]: pgmap v90: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-05T16:23:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:06 smithi203 ceph-mon[110631]: pgmap v90: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-05T16:23:07.728 INFO:teuthology.orchestra.run.smithi040.stdout: 5 83985 8.61 MB/sec execute 147 sec latency 136.743 ms 2023-12-05T16:23:08.728 INFO:teuthology.orchestra.run.smithi040.stdout: 5 84355 8.62 MB/sec execute 148 sec latency 127.340 ms 2023-12-05T16:23:09.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:08 smithi040 ceph-mon[107901]: pgmap v91: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-05T16:23:09.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:08 smithi203 ceph-mon[110631]: pgmap v91: 97 pgs: 97 active+clean; 355 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-05T16:23:09.728 INFO:teuthology.orchestra.run.smithi040.stdout: 5 84605 8.61 MB/sec execute 149 sec latency 127.400 ms 2023-12-05T16:23:10.738 INFO:teuthology.orchestra.run.smithi040.stdout: 5 84923 8.63 MB/sec execute 150 sec latency 135.439 ms 2023-12-05T16:23:10.750 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:10 smithi040 ceph-mon[107901]: pgmap v92: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-12-05T16:23:10.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:10 smithi203 ceph-mon[110631]: pgmap v92: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-12-05T16:23:11.744 INFO:teuthology.orchestra.run.smithi040.stdout: 5 85262 8.61 MB/sec execute 151 sec latency 131.991 ms 2023-12-05T16:23:12.744 INFO:teuthology.orchestra.run.smithi040.stdout: 5 85557 8.62 MB/sec execute 152 sec latency 108.310 ms 2023-12-05T16:23:13.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:12 smithi040 ceph-mon[107901]: pgmap v93: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2023-12-05T16:23:13.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:12 smithi203 ceph-mon[110631]: pgmap v93: 97 pgs: 97 active+clean; 360 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2023-12-05T16:23:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:13.744 INFO:teuthology.orchestra.run.smithi040.stdout: 5 85857 8.61 MB/sec execute 153 sec latency 120.083 ms 2023-12-05T16:23:14.751 INFO:teuthology.orchestra.run.smithi040.stdout: 5 86165 8.61 MB/sec execute 154 sec latency 123.893 ms 2023-12-05T16:23:15.080 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:14 smithi040 ceph-mon[107901]: pgmap v94: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-05T16:23:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:14 smithi203 ceph-mon[110631]: pgmap v94: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-05T16:23:15.757 INFO:teuthology.orchestra.run.smithi040.stdout: 5 86508 8.62 MB/sec execute 155 sec latency 146.012 ms 2023-12-05T16:23:16.757 INFO:teuthology.orchestra.run.smithi040.stdout: 5 86871 8.61 MB/sec execute 156 sec latency 125.626 ms 2023-12-05T16:23:17.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:16 smithi040 ceph-mon[107901]: pgmap v95: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-05T16:23:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:16 smithi203 ceph-mon[110631]: pgmap v95: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-05T16:23:17.757 INFO:teuthology.orchestra.run.smithi040.stdout: 5 87118 8.60 MB/sec execute 157 sec latency 227.197 ms 2023-12-05T16:23:18.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 87426 8.61 MB/sec execute 158 sec latency 108.616 ms 2023-12-05T16:23:19.141 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:18 smithi040 ceph-mon[107901]: pgmap v96: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.9 MiB/s wr, 421 op/s 2023-12-05T16:23:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:18 smithi203 ceph-mon[110631]: pgmap v96: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.9 MiB/s wr, 421 op/s 2023-12-05T16:23:19.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 87789 8.61 MB/sec execute 159 sec latency 108.415 ms 2023-12-05T16:23:20.691 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:20 smithi040 ceph-mon[107901]: pgmap v97: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-12-05T16:23:20.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 88093 8.61 MB/sec execute 160 sec latency 123.341 ms 2023-12-05T16:23:20.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:20 smithi203 ceph-mon[110631]: pgmap v97: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-12-05T16:23:21.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 88354 8.61 MB/sec execute 161 sec latency 137.397 ms 2023-12-05T16:23:22.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 88635 8.61 MB/sec execute 162 sec latency 124.154 ms 2023-12-05T16:23:22.972 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:22 smithi040 ceph-mon[107901]: pgmap v98: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-05T16:23:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:22 smithi203 ceph-mon[110631]: pgmap v98: 97 pgs: 97 active+clean; 357 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-05T16:23:23.763 INFO:teuthology.orchestra.run.smithi040.stdout: 5 88903 8.59 MB/sec execute 163 sec latency 126.753 ms 2023-12-05T16:23:23.939 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:23:24.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 89137 8.57 MB/sec execute 164 sec latency 145.468 ms 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (9m) 3m ago 9m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (8m) 3m ago 8m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 starting - - - - 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (5m) 3m ago 5m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (5m) 3m ago 5m 15.2M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (10m) 3m ago 10m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:23:24.959 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (3m) 3m ago 8m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (10m) 3m ago 10m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (8m) 3m ago 8m 62.7M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (4m) 3m ago 4m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (4m) 3m ago 4m 72.0M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 starting - - - - 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 starting - - - - 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (8m) 3m ago 8m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (7m) 3m ago 7m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (7m) 3m ago 7m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (7m) 3m ago 7m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (6m) 3m ago 6m 470M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (6m) 3m ago 6m 481M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (6m) 3m ago 6m 473M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (6m) 3m ago 6m 761M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:23:24.960 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 starting - - - - 2023-12-05T16:23:25.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:24 smithi040 ceph-mon[107901]: pgmap v99: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2023-12-05T16:23:25.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:24 smithi040 ceph-mon[107901]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:24 smithi203 ceph-mon[110631]: pgmap v99: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2023-12-05T16:23:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:24 smithi203 ceph-mon[110631]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:25.546 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:25.547 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:23:25.548 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:23:25.548 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:23:25.548 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:23:25.548 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:23:25.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 89367 8.54 MB/sec execute 165 sec latency 111.698 ms 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-05T16:23:26.054 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:23:26.098 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:25 smithi040 ceph-mon[107901]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:26.098 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:25 smithi040 ceph-mon[107901]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:26.098 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:25 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3647728332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:23:26.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:25 smithi203 ceph-mon[110631]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:26.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:25 smithi203 ceph-mon[110631]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:26.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:25 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3647728332' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:23:26.626 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:23:26.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 89616 8.54 MB/sec execute 166 sec latency 123.923 ms 2023-12-05T16:23:26.987 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:26 smithi040 ceph-mon[107901]: pgmap v100: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-05T16:23:26.987 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:26 smithi040 ceph-mon[107901]: from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:26.987 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:26 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1762902635' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:23:26.988 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:26 smithi203 ceph-mon[110631]: pgmap v100: 97 pgs: 97 active+clean; 356 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 369 op/s 2023-12-05T16:23:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:26 smithi203 ceph-mon[110631]: from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:26 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1762902635' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:23:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:27.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 89862 8.52 MB/sec execute 167 sec latency 141.615 ms 2023-12-05T16:23:28.762 INFO:teuthology.orchestra.run.smithi040.stdout: 5 90214 8.54 MB/sec execute 168 sec latency 123.745 ms 2023-12-05T16:23:29.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:28 smithi040 ceph-mon[107901]: pgmap v101: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-05T16:23:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:28 smithi203 ceph-mon[110631]: pgmap v101: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-05T16:23:29.768 INFO:teuthology.orchestra.run.smithi040.stdout: 5 90485 8.52 MB/sec execute 169 sec latency 163.569 ms 2023-12-05T16:23:30.583 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:30 smithi040 ceph-mon[107901]: pgmap v102: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 479 op/s 2023-12-05T16:23:30.768 INFO:teuthology.orchestra.run.smithi040.stdout: 5 90756 8.51 MB/sec execute 170 sec latency 146.054 ms 2023-12-05T16:23:30.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:30 smithi203 ceph-mon[110631]: pgmap v102: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 479 op/s 2023-12-05T16:23:31.768 INFO:teuthology.orchestra.run.smithi040.stdout: 5 91073 8.51 MB/sec execute 171 sec latency 124.119 ms 2023-12-05T16:23:32.770 INFO:teuthology.orchestra.run.smithi040.stdout: 5 91388 8.52 MB/sec execute 172 sec latency 128.460 ms 2023-12-05T16:23:33.115 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:32 smithi040 ceph-mon[107901]: pgmap v103: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-05T16:23:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:32 smithi203 ceph-mon[110631]: pgmap v103: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-05T16:23:33.772 INFO:teuthology.orchestra.run.smithi040.stdout: 5 91706 8.52 MB/sec execute 173 sec latency 134.688 ms 2023-12-05T16:23:34.772 INFO:teuthology.orchestra.run.smithi040.stdout: 5 92008 8.52 MB/sec execute 174 sec latency 138.192 ms 2023-12-05T16:23:35.198 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:34 smithi040 ceph-mon[107901]: pgmap v104: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-05T16:23:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:34 smithi203 ceph-mon[110631]: pgmap v104: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-05T16:23:35.772 INFO:teuthology.orchestra.run.smithi040.stdout: 5 92240 8.51 MB/sec execute 175 sec latency 120.442 ms 2023-12-05T16:23:36.773 INFO:teuthology.orchestra.run.smithi040.stdout: 5 92474 8.50 MB/sec execute 176 sec latency 128.865 ms 2023-12-05T16:23:37.246 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:37 smithi040 ceph-mon[107901]: pgmap v105: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-05T16:23:37.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:37 smithi203 ceph-mon[110631]: pgmap v105: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-12-05T16:23:37.772 INFO:teuthology.orchestra.run.smithi040.stdout: 5 92806 8.49 MB/sec execute 177 sec latency 130.287 ms 2023-12-05T16:23:38.780 INFO:teuthology.orchestra.run.smithi040.stdout: 5 93110 8.49 MB/sec execute 178 sec latency 123.515 ms 2023-12-05T16:23:39.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:39 smithi040 ceph-mon[107901]: pgmap v106: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 390 op/s 2023-12-05T16:23:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:39 smithi203 ceph-mon[110631]: pgmap v106: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 390 op/s 2023-12-05T16:23:39.780 INFO:teuthology.orchestra.run.smithi040.stdout: 5 93378 8.50 MB/sec execute 179 sec latency 133.865 ms 2023-12-05T16:23:40.561 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:40 smithi040 ceph-mon[107901]: pgmap v107: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-05T16:23:40.780 INFO:teuthology.orchestra.run.smithi040.stdout: 5 93627 8.50 MB/sec execute 180 sec latency 148.819 ms 2023-12-05T16:23:40.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:40 smithi203 ceph-mon[110631]: pgmap v107: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-05T16:23:41.780 INFO:teuthology.orchestra.run.smithi040.stdout: 5 93945 8.47 MB/sec execute 181 sec latency 126.639 ms 2023-12-05T16:23:42.095 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:42.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:42.781 INFO:teuthology.orchestra.run.smithi040.stdout: 5 94222 8.46 MB/sec execute 182 sec latency 120.996 ms 2023-12-05T16:23:43.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:43 smithi040 ceph-mon[107901]: pgmap v108: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-12-05T16:23:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:43 smithi203 ceph-mon[110631]: pgmap v108: 97 pgs: 97 active+clean; 357 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-12-05T16:23:43.781 INFO:teuthology.orchestra.run.smithi040.stdout: 5 94459 8.46 MB/sec execute 183 sec latency 126.983 ms 2023-12-05T16:23:44.781 INFO:teuthology.orchestra.run.smithi040.stdout: 5 94695 8.45 MB/sec execute 184 sec latency 146.585 ms 2023-12-05T16:23:45.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:45 smithi040 ceph-mon[107901]: pgmap v109: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-12-05T16:23:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:45 smithi203 ceph-mon[110631]: pgmap v109: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-12-05T16:23:45.781 INFO:teuthology.orchestra.run.smithi040.stdout: 5 95037 8.45 MB/sec execute 185 sec latency 126.858 ms 2023-12-05T16:23:46.781 INFO:teuthology.orchestra.run.smithi040.stdout: 5 95338 8.45 MB/sec execute 186 sec latency 151.047 ms 2023-12-05T16:23:47.255 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:47 smithi040 ceph-mon[107901]: pgmap v110: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-05T16:23:47.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:47 smithi203 ceph-mon[110631]: pgmap v110: 97 pgs: 97 active+clean; 354 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-05T16:23:47.787 INFO:teuthology.orchestra.run.smithi040.stdout: 5 95560 8.44 MB/sec execute 187 sec latency 129.160 ms 2023-12-05T16:23:48.787 INFO:teuthology.orchestra.run.smithi040.stdout: 5 95830 8.45 MB/sec execute 188 sec latency 150.614 ms 2023-12-05T16:23:49.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:49 smithi040 ceph-mon[107901]: pgmap v111: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-05T16:23:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:49 smithi203 ceph-mon[110631]: pgmap v111: 97 pgs: 97 active+clean; 351 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-05T16:23:49.790 INFO:teuthology.orchestra.run.smithi040.stdout: 5 96045 8.43 MB/sec execute 189 sec latency 129.870 ms 2023-12-05T16:23:50.586 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:50 smithi040 ceph-mon[107901]: pgmap v112: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.2 MiB/s wr, 446 op/s 2023-12-05T16:23:50.790 INFO:teuthology.orchestra.run.smithi040.stdout: 5 96314 8.41 MB/sec execute 190 sec latency 123.366 ms 2023-12-05T16:23:50.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:50 smithi203 ceph-mon[110631]: pgmap v112: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.2 MiB/s wr, 446 op/s 2023-12-05T16:23:51.790 INFO:teuthology.orchestra.run.smithi040.stdout: 5 96527 8.40 MB/sec execute 191 sec latency 129.873 ms 2023-12-05T16:23:52.790 INFO:teuthology.orchestra.run.smithi040.stdout: 5 96726 8.38 MB/sec execute 192 sec latency 114.663 ms 2023-12-05T16:23:53.137 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:52 smithi040 ceph-mon[107901]: pgmap v113: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-12-05T16:23:53.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:52 smithi203 ceph-mon[110631]: pgmap v113: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-12-05T16:23:53.790 INFO:teuthology.orchestra.run.smithi040.stdout: 5 96964 8.38 MB/sec execute 193 sec latency 124.378 ms 2023-12-05T16:23:54.792 INFO:teuthology.orchestra.run.smithi040.stdout: 5 97227 8.39 MB/sec execute 194 sec latency 137.990 ms 2023-12-05T16:23:55.198 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:54 smithi040 ceph-mon[107901]: pgmap v114: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-05T16:23:55.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:54 smithi203 ceph-mon[110631]: pgmap v114: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-05T16:23:55.792 INFO:teuthology.orchestra.run.smithi040.stdout: 5 97516 8.37 MB/sec execute 195 sec latency 129.773 ms 2023-12-05T16:23:56.792 INFO:teuthology.orchestra.run.smithi040.stdout: 5 97778 8.34 MB/sec execute 196 sec latency 129.637 ms 2023-12-05T16:23:57.016 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:56 smithi040 ceph-mon[107901]: pgmap v115: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-05T16:23:57.017 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:56 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:57.106 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:23:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:56 smithi203 ceph-mon[110631]: pgmap v115: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 313 op/s 2023-12-05T16:23:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:56 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:23:57.794 INFO:teuthology.orchestra.run.smithi040.stdout: 5 97945 8.32 MB/sec execute 197 sec latency 137.105 ms 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (9m) 3m ago 9m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (9m) 3m ago 9m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 starting - - - - 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (5m) 3m ago 5m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (5m) 3m ago 5m 15.2M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (10m) 3m ago 10m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (3m) 3m ago 9m 491M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (10m) 3m ago 10m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:23:58.038 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (9m) 3m ago 9m 62.7M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (5m) 3m ago 5m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (5m) 3m ago 5m 72.0M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 starting - - - - 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 starting - - - - 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (8m) 3m ago 8m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (8m) 3m ago 8m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (7m) 3m ago 7m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (7m) 3m ago 7m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (7m) 3m ago 7m 470M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (7m) 3m ago 7m 481M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (6m) 3m ago 6m 473M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (6m) 3m ago 6m 761M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:23:58.039 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 starting - - - - 2023-12-05T16:23:58.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:57 smithi040 ceph-mon[107901]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:57 smithi203 ceph-mon[110631]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:58.616 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:23:58.617 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:23:58.618 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:23:58.618 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:23:58.618 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:23:58.794 INFO:teuthology.orchestra.run.smithi040.stdout: 5 98130 8.31 MB/sec execute 198 sec latency 143.393 ms 2023-12-05T16:23:59.070 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:58 smithi040 ceph-mon[107901]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:59.070 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:58 smithi040 ceph-mon[107901]: pgmap v116: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-05T16:23:59.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:58 smithi040 ceph-mon[107901]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:59.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:23:58 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/2589055719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:23:59.112 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:23:59.112 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:23:59.113 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:23:59.113 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:23:59.113 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:23:59.113 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:23:59.113 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T16:23:59.113 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": false 2023-12-05T16:23:59.113 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:23:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:58 smithi203 ceph-mon[110631]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:59.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:58 smithi203 ceph-mon[110631]: pgmap v116: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-05T16:23:59.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:58 smithi203 ceph-mon[110631]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:23:59.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:23:58 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/2589055719' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:23:59.735 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_OK 2023-12-05T16:23:59.796 INFO:teuthology.orchestra.run.smithi040.stdout: 5 98468 8.32 MB/sec execute 199 sec latency 126.887 ms 2023-12-05T16:24:00.592 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:00 smithi040 ceph-mon[107901]: from='client.24659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:24:00.592 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:00 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3958460276' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:24:00.592 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:00 smithi040 ceph-mon[107901]: pgmap v117: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-05T16:24:00.796 INFO:teuthology.orchestra.run.smithi040.stdout: 5 98800 8.32 MB/sec execute 200 sec latency 121.663 ms 2023-12-05T16:24:00.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:00 smithi203 ceph-mon[110631]: from='client.24659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:24:00.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:00 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3958460276' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:24:00.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:00 smithi203 ceph-mon[110631]: pgmap v117: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-05T16:24:01.797 INFO:teuthology.orchestra.run.smithi040.stdout: 5 99092 8.33 MB/sec execute 201 sec latency 126.607 ms 2023-12-05T16:24:02.798 INFO:teuthology.orchestra.run.smithi040.stdout: 5 99392 8.34 MB/sec execute 202 sec latency 133.227 ms 2023-12-05T16:24:03.156 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:02 smithi040 ceph-mon[107901]: pgmap v118: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-05T16:24:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:02 smithi203 ceph-mon[110631]: pgmap v118: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-05T16:24:03.798 INFO:teuthology.orchestra.run.smithi040.stdout: 5 99621 8.32 MB/sec execute 203 sec latency 137.096 ms 2023-12-05T16:24:04.799 INFO:teuthology.orchestra.run.smithi040.stdout: 5 99960 8.32 MB/sec execute 204 sec latency 120.810 ms 2023-12-05T16:24:05.208 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:04 smithi040 ceph-mon[107901]: pgmap v119: 97 pgs: 97 active+clean; 358 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2023-12-05T16:24:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:04 smithi203 ceph-mon[110631]: pgmap v119: 97 pgs: 97 active+clean; 358 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2023-12-05T16:24:05.799 INFO:teuthology.orchestra.run.smithi040.stdout: 5 100196 8.31 MB/sec execute 205 sec latency 141.317 ms 2023-12-05T16:24:06.799 INFO:teuthology.orchestra.run.smithi040.stdout: 5 100410 8.30 MB/sec execute 206 sec latency 127.855 ms 2023-12-05T16:24:07.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:06 smithi040 ceph-mon[107901]: pgmap v120: 97 pgs: 97 active+clean; 358 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-12-05T16:24:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:06 smithi203 ceph-mon[110631]: pgmap v120: 97 pgs: 97 active+clean; 358 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-12-05T16:24:07.799 INFO:teuthology.orchestra.run.smithi040.stdout: 5 100697 8.32 MB/sec execute 207 sec latency 117.656 ms 2023-12-05T16:24:08.799 INFO:teuthology.orchestra.run.smithi040.stdout: 5 100960 8.29 MB/sec execute 208 sec latency 121.043 ms 2023-12-05T16:24:09.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:08 smithi040 ceph-mon[107901]: pgmap v121: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.0 MiB/s wr, 349 op/s 2023-12-05T16:24:09.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:08 smithi203 ceph-mon[110631]: pgmap v121: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.0 MiB/s wr, 349 op/s 2023-12-05T16:24:09.799 INFO:teuthology.orchestra.run.smithi040.stdout: 5 101259 8.28 MB/sec execute 209 sec latency 126.862 ms 2023-12-05T16:24:10.592 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:10 smithi040 ceph-mon[107901]: pgmap v122: 97 pgs: 97 active+clean; 359 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.9 MiB/s wr, 359 op/s 2023-12-05T16:24:10.807 INFO:teuthology.orchestra.run.smithi040.stdout: 5 101491 8.26 MB/sec execute 210 sec latency 185.916 ms 2023-12-05T16:24:10.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:10 smithi203 ceph-mon[110631]: pgmap v122: 97 pgs: 97 active+clean; 359 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 3.9 MiB/s wr, 359 op/s 2023-12-05T16:24:11.808 INFO:teuthology.orchestra.run.smithi040.stdout: 5 101705 8.26 MB/sec execute 211 sec latency 126.360 ms 2023-12-05T16:24:12.139 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:12.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:12.813 INFO:teuthology.orchestra.run.smithi040.stdout: 5 102079 8.28 MB/sec execute 212 sec latency 133.369 ms 2023-12-05T16:24:13.143 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:13 smithi040 ceph-mon[107901]: pgmap v123: 97 pgs: 97 active+clean; 359 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-05T16:24:13.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:13 smithi203 ceph-mon[110631]: pgmap v123: 97 pgs: 97 active+clean; 359 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-05T16:24:13.823 INFO:teuthology.orchestra.run.smithi040.stdout: 5 102456 8.29 MB/sec execute 213 sec latency 134.623 ms 2023-12-05T16:24:14.829 INFO:teuthology.orchestra.run.smithi040.stdout: 5 102776 8.29 MB/sec execute 214 sec latency 122.215 ms 2023-12-05T16:24:15.162 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:15 smithi040 ceph-mon[107901]: pgmap v124: 97 pgs: 97 active+clean; 360 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-05T16:24:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:15 smithi203 ceph-mon[110631]: pgmap v124: 97 pgs: 97 active+clean; 360 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-05T16:24:15.829 INFO:teuthology.orchestra.run.smithi040.stdout: 5 103030 8.28 MB/sec execute 215 sec latency 130.649 ms 2023-12-05T16:24:16.829 INFO:teuthology.orchestra.run.smithi040.stdout: 5 103432 8.31 MB/sec execute 216 sec latency 135.004 ms 2023-12-05T16:24:17.186 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:17 smithi040 ceph-mon[107901]: pgmap v125: 97 pgs: 97 active+clean; 360 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-05T16:24:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:17 smithi203 ceph-mon[110631]: pgmap v125: 97 pgs: 97 active+clean; 360 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-05T16:24:17.829 INFO:teuthology.orchestra.run.smithi040.stdout: 5 103780 8.30 MB/sec execute 217 sec latency 131.596 ms 2023-12-05T16:24:18.829 INFO:teuthology.orchestra.run.smithi040.stdout: 5 104006 8.29 MB/sec execute 218 sec latency 123.873 ms 2023-12-05T16:24:19.229 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:19 smithi040 ceph-mon[107901]: pgmap v126: 97 pgs: 97 active+clean; 360 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-12-05T16:24:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:19 smithi203 ceph-mon[110631]: pgmap v126: 97 pgs: 97 active+clean; 360 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-12-05T16:24:19.834 INFO:teuthology.orchestra.run.smithi040.stdout: 5 104353 8.30 MB/sec execute 219 sec latency 126.595 ms 2023-12-05T16:24:20.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 104673 8.28 MB/sec execute 220 sec latency 132.343 ms 2023-12-05T16:24:21.013 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:20 smithi040 ceph-mon[107901]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:24:21.013 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:20 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:21.013 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:20 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:24:21.013 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:20 smithi040 ceph-mon[107901]: pgmap v127: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 490 op/s 2023-12-05T16:24:21.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:20 smithi203 ceph-mon[110631]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:24:21.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:20 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:21.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:20 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:24:21.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:20 smithi203 ceph-mon[110631]: pgmap v127: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 490 op/s 2023-12-05T16:24:21.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 105014 8.29 MB/sec execute 221 sec latency 147.092 ms 2023-12-05T16:24:22.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:21 smithi040 ceph-mon[107901]: Health check failed: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-05T16:24:22.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:21 smithi203 ceph-mon[110631]: Health check failed: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-05T16:24:22.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 105261 8.27 MB/sec execute 222 sec latency 146.464 ms 2023-12-05T16:24:23.064 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:22 smithi040 ceph-mon[107901]: pgmap v128: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-12-05T16:24:23.064 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:22 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:23.064 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:22 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:22 smithi203 ceph-mon[110631]: pgmap v128: 97 pgs: 97 active+clean; 365 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-12-05T16:24:23.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:22 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:23.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:22 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:23.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 105555 8.27 MB/sec execute 223 sec latency 164.400 ms 2023-12-05T16:24:24.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 105862 8.27 MB/sec execute 224 sec latency 117.939 ms 2023-12-05T16:24:25.101 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:24 smithi040 ceph-mon[107901]: pgmap v129: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-12-05T16:24:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:24 smithi203 ceph-mon[110631]: pgmap v129: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 552 op/s 2023-12-05T16:24:25.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 106234 8.28 MB/sec execute 225 sec latency 118.891 ms 2023-12-05T16:24:26.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 106539 8.30 MB/sec execute 226 sec latency 137.397 ms 2023-12-05T16:24:27.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:26 smithi040 ceph-mon[107901]: pgmap v130: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-12-05T16:24:27.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:27.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:26 smithi203 ceph-mon[110631]: pgmap v130: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-12-05T16:24:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:24:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:27.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 106739 8.30 MB/sec execute 227 sec latency 116.631 ms 2023-12-05T16:24:28.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 107001 8.29 MB/sec execute 228 sec latency 125.591 ms 2023-12-05T16:24:29.232 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:29 smithi040 ceph-mon[107901]: pgmap v131: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-12-05T16:24:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:29 smithi203 ceph-mon[110631]: pgmap v131: 97 pgs: 97 active+clean; 355 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-12-05T16:24:29.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 107229 8.28 MB/sec execute 229 sec latency 126.031 ms 2023-12-05T16:24:30.294 INFO:teuthology.orchestra.run.smithi040.stdout:true 2023-12-05T16:24:30.746 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:30 smithi040 ceph-mon[107901]: pgmap v132: 97 pgs: 97 active+clean; 361 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.5 MiB/s wr, 457 op/s 2023-12-05T16:24:30.814 INFO:teuthology.orchestra.run.smithi040.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed." 2023-12-05T16:24:30.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 107395 8.25 MB/sec execute 230 sec latency 145.464 ms 2023-12-05T16:24:30.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:30 smithi203 ceph-mon[110631]: pgmap v132: 97 pgs: 97 active+clean; 361 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.5 MiB/s wr, 457 op/s 2023-12-05T16:24:31.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:31 smithi040 ceph-mon[107901]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:24:31.816 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:31 smithi040 ceph-mon[107901]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:24:31.836 INFO:teuthology.orchestra.run.smithi040.stdout: 5 107621 8.25 MB/sec execute 231 sec latency 131.549 ms 2023-12-05T16:24:31.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:31 smithi203 ceph-mon[110631]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:24:31.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:31 smithi203 ceph-mon[110631]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:24:32.751 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:32 smithi040 ceph-mon[107901]: pgmap v133: 97 pgs: 97 active+clean; 361 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-05T16:24:32.843 INFO:teuthology.orchestra.run.smithi040.stdout: 5 107883 8.24 MB/sec execute 232 sec latency 129.688 ms 2023-12-05T16:24:32.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:32 smithi203 ceph-mon[110631]: pgmap v133: 97 pgs: 97 active+clean; 361 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-05T16:24:33.844 INFO:teuthology.orchestra.run.smithi040.stdout: 5 108161 8.24 MB/sec execute 233 sec latency 124.571 ms 2023-12-05T16:24:34.845 INFO:teuthology.orchestra.run.smithi040.stdout: 5 108479 8.23 MB/sec execute 234 sec latency 132.888 ms 2023-12-05T16:24:35.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:34 smithi040 ceph-mon[107901]: pgmap v134: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-12-05T16:24:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:34 smithi203 ceph-mon[110631]: pgmap v134: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-12-05T16:24:35.847 INFO:teuthology.orchestra.run.smithi040.stdout: 5 108712 8.22 MB/sec execute 235 sec latency 129.267 ms 2023-12-05T16:24:36.855 INFO:teuthology.orchestra.run.smithi040.stdout: 5 108982 8.22 MB/sec execute 236 sec latency 133.518 ms 2023-12-05T16:24:37.118 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:36 smithi040 ceph-mon[107901]: pgmap v135: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-12-05T16:24:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:36 smithi203 ceph-mon[110631]: pgmap v135: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-12-05T16:24:37.855 INFO:teuthology.orchestra.run.smithi040.stdout: 5 109317 8.21 MB/sec execute 237 sec latency 138.748 ms 2023-12-05T16:24:38.856 INFO:teuthology.orchestra.run.smithi040.stdout: 5 109602 8.20 MB/sec execute 238 sec latency 126.945 ms 2023-12-05T16:24:39.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:38 smithi203 ceph-mon[110631]: pgmap v136: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-12-05T16:24:39.170 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:38 smithi040 ceph-mon[107901]: pgmap v136: 97 pgs: 97 active+clean; 362 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-12-05T16:24:39.856 INFO:teuthology.orchestra.run.smithi040.stdout: 5 109863 8.21 MB/sec execute 239 sec latency 126.553 ms 2023-12-05T16:24:40.707 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:40 smithi040 ceph-mon[107901]: pgmap v137: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-05T16:24:40.856 INFO:teuthology.orchestra.run.smithi040.stdout: 5 110167 8.24 MB/sec execute 240 sec latency 137.932 ms 2023-12-05T16:24:40.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:40 smithi203 ceph-mon[110631]: pgmap v137: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-05T16:24:41.856 INFO:teuthology.orchestra.run.smithi040.stdout: 5 110419 8.22 MB/sec execute 241 sec latency 138.435 ms 2023-12-05T16:24:42.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 110750 8.22 MB/sec execute 242 sec latency 129.935 ms 2023-12-05T16:24:43.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:42 smithi040 ceph-mon[107901]: pgmap v138: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-05T16:24:43.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:42 smithi203 ceph-mon[110631]: pgmap v138: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-05T16:24:43.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:43.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 110954 8.21 MB/sec execute 243 sec latency 137.935 ms 2023-12-05T16:24:44.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 111197 8.21 MB/sec execute 244 sec latency 124.210 ms 2023-12-05T16:24:45.070 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:44 smithi040 ceph-mon[107901]: pgmap v139: 97 pgs: 97 active+clean; 361 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-12-05T16:24:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:44 smithi203 ceph-mon[110631]: pgmap v139: 97 pgs: 97 active+clean; 361 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-12-05T16:24:45.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 111544 8.21 MB/sec execute 245 sec latency 129.227 ms 2023-12-05T16:24:46.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 111882 8.20 MB/sec execute 246 sec latency 126.106 ms 2023-12-05T16:24:47.109 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:46 smithi040 ceph-mon[107901]: pgmap v140: 97 pgs: 97 active+clean; 361 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-12-05T16:24:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:46 smithi203 ceph-mon[110631]: pgmap v140: 97 pgs: 97 active+clean; 361 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-12-05T16:24:47.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 112185 8.19 MB/sec execute 247 sec latency 123.966 ms 2023-12-05T16:24:48.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 112564 8.20 MB/sec execute 248 sec latency 123.869 ms 2023-12-05T16:24:49.145 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:48 smithi040 ceph-mon[107901]: pgmap v141: 97 pgs: 97 active+clean; 361 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-12-05T16:24:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:48 smithi203 ceph-mon[110631]: pgmap v141: 97 pgs: 97 active+clean; 361 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-12-05T16:24:49.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 112935 8.20 MB/sec execute 249 sec latency 105.513 ms 2023-12-05T16:24:50.687 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:50 smithi040 ceph-mon[107901]: pgmap v142: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-12-05T16:24:50.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 113197 8.20 MB/sec execute 250 sec latency 129.246 ms 2023-12-05T16:24:50.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:50 smithi203 ceph-mon[110631]: pgmap v142: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-12-05T16:24:51.861 INFO:teuthology.orchestra.run.smithi040.stdout: 5 113498 8.21 MB/sec execute 251 sec latency 205.329 ms 2023-12-05T16:24:52.863 INFO:teuthology.orchestra.run.smithi040.stdout: 5 113789 8.22 MB/sec execute 252 sec latency 131.079 ms 2023-12-05T16:24:53.006 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:52 smithi040 ceph-mon[107901]: pgmap v143: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-05T16:24:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:52 smithi203 ceph-mon[110631]: pgmap v143: 97 pgs: 97 active+clean; 356 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2023-12-05T16:24:53.863 INFO:teuthology.orchestra.run.smithi040.stdout: 5 114042 8.21 MB/sec execute 253 sec latency 138.407 ms 2023-12-05T16:24:54.863 INFO:teuthology.orchestra.run.smithi040.stdout: 5 114381 8.22 MB/sec execute 254 sec latency 130.859 ms 2023-12-05T16:24:55.060 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:54 smithi040 ceph-mon[107901]: pgmap v144: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 534 op/s 2023-12-05T16:24:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:54 smithi203 ceph-mon[110631]: pgmap v144: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 534 op/s 2023-12-05T16:24:55.863 INFO:teuthology.orchestra.run.smithi040.stdout: 5 114626 8.21 MB/sec execute 255 sec latency 206.559 ms 2023-12-05T16:24:56.863 INFO:teuthology.orchestra.run.smithi040.stdout: 5 114853 8.20 MB/sec execute 256 sec latency 142.289 ms 2023-12-05T16:24:57.106 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:56 smithi040 ceph-mon[107901]: pgmap v145: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:24:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:56 smithi203 ceph-mon[110631]: pgmap v145: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:24:57.863 INFO:teuthology.orchestra.run.smithi040.stdout: 5 115204 8.21 MB/sec execute 257 sec latency 127.158 ms 2023-12-05T16:24:58.123 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:58.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:24:58.872 INFO:teuthology.orchestra.run.smithi040.stdout: 5 115503 8.19 MB/sec execute 258 sec latency 117.008 ms 2023-12-05T16:24:59.149 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:24:58 smithi040 ceph-mon[107901]: pgmap v146: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:24:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:24:58 smithi203 ceph-mon[110631]: pgmap v146: 97 pgs: 97 active+clean; 358 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T16:24:59.872 INFO:teuthology.orchestra.run.smithi040.stdout: 5 115818 8.20 MB/sec execute 259 sec latency 129.945 ms 2023-12-05T16:25:00.672 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:00 smithi040 ceph-mon[107901]: pgmap v147: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-12-05T16:25:00.872 INFO:teuthology.orchestra.run.smithi040.stdout: 5 116170 8.19 MB/sec execute 260 sec latency 135.660 ms 2023-12-05T16:25:00.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:00 smithi203 ceph-mon[110631]: pgmap v147: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-12-05T16:25:01.873 INFO:teuthology.orchestra.run.smithi040.stdout: 5 116485 8.20 MB/sec execute 261 sec latency 126.465 ms 2023-12-05T16:25:02.872 INFO:teuthology.orchestra.run.smithi040.stdout: 5 116846 8.21 MB/sec execute 262 sec latency 136.761 ms 2023-12-05T16:25:02.948 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:02 smithi040 ceph-mon[107901]: pgmap v148: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-05T16:25:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:02 smithi203 ceph-mon[110631]: pgmap v148: 97 pgs: 97 active+clean; 360 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-05T16:25:03.872 INFO:teuthology.orchestra.run.smithi040.stdout: 5 117150 8.21 MB/sec execute 263 sec latency 138.035 ms 2023-12-05T16:25:04.873 INFO:teuthology.orchestra.run.smithi040.stdout: 5 117472 8.22 MB/sec execute 264 sec latency 140.894 ms 2023-12-05T16:25:05.003 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:04 smithi040 ceph-mon[107901]: pgmap v149: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-12-05T16:25:05.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:04 smithi203 ceph-mon[110631]: pgmap v149: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 546 op/s 2023-12-05T16:25:05.873 INFO:teuthology.orchestra.run.smithi040.stdout: 5 117766 8.22 MB/sec execute 265 sec latency 165.030 ms 2023-12-05T16:25:06.873 INFO:teuthology.orchestra.run.smithi040.stdout: 5 117990 8.22 MB/sec execute 266 sec latency 151.022 ms 2023-12-05T16:25:07.061 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:06 smithi040 ceph-mon[107901]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-05T16:25:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:06 smithi203 ceph-mon[110631]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-05T16:25:07.879 INFO:teuthology.orchestra.run.smithi040.stdout: 5 118248 8.21 MB/sec execute 267 sec latency 126.659 ms 2023-12-05T16:25:08.884 INFO:teuthology.orchestra.run.smithi040.stdout: 5 118486 8.21 MB/sec execute 268 sec latency 161.838 ms 2023-12-05T16:25:09.096 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:08 smithi040 ceph-mon[107901]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-05T16:25:09.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:08 smithi203 ceph-mon[110631]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-05T16:25:09.884 INFO:teuthology.orchestra.run.smithi040.stdout: 5 118730 8.20 MB/sec execute 269 sec latency 130.311 ms 2023-12-05T16:25:10.630 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:10 smithi040 ceph-mon[107901]: pgmap v152: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 537 op/s 2023-12-05T16:25:10.875 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:10 smithi203 ceph-mon[110631]: pgmap v152: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 537 op/s 2023-12-05T16:25:10.893 INFO:teuthology.orchestra.run.smithi040.stdout: 5 119047 8.18 MB/sec execute 270 sec latency 129.829 ms 2023-12-05T16:25:11.893 INFO:teuthology.orchestra.run.smithi040.stdout: 5 119305 8.17 MB/sec execute 271 sec latency 132.259 ms 2023-12-05T16:25:12.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 119598 8.17 MB/sec execute 272 sec latency 129.822 ms 2023-12-05T16:25:12.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:12 smithi040 ceph-mon[107901]: pgmap v153: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 364 op/s 2023-12-05T16:25:12.917 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:13.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:12 smithi203 ceph-mon[110631]: pgmap v153: 97 pgs: 97 active+clean; 360 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 364 op/s 2023-12-05T16:25:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:13.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 119955 8.18 MB/sec execute 273 sec latency 126.181 ms 2023-12-05T16:25:14.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 120305 8.19 MB/sec execute 274 sec latency 129.561 ms 2023-12-05T16:25:14.956 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:14 smithi040 ceph-mon[107901]: pgmap v154: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-12-05T16:25:15.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:14 smithi203 ceph-mon[110631]: pgmap v154: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-12-05T16:25:15.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 120571 8.18 MB/sec execute 275 sec latency 123.844 ms 2023-12-05T16:25:16.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 120928 8.19 MB/sec execute 276 sec latency 156.717 ms 2023-12-05T16:25:17.001 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:16 smithi040 ceph-mon[107901]: pgmap v155: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T16:25:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:16 smithi203 ceph-mon[110631]: pgmap v155: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T16:25:17.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 121190 8.19 MB/sec execute 277 sec latency 161.654 ms 2023-12-05T16:25:18.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 121451 8.20 MB/sec execute 278 sec latency 142.266 ms 2023-12-05T16:25:19.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:18 smithi040 ceph-mon[107901]: pgmap v156: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T16:25:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:18 smithi203 ceph-mon[110631]: pgmap v156: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T16:25:19.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 121727 8.19 MB/sec execute 279 sec latency 143.234 ms 2023-12-05T16:25:20.799 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:20 smithi040 ceph-mon[107901]: pgmap v157: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-12-05T16:25:20.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:20 smithi203 ceph-mon[110631]: pgmap v157: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-12-05T16:25:20.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 122029 8.20 MB/sec execute 280 sec latency 126.744 ms 2023-12-05T16:25:21.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 122237 8.19 MB/sec execute 281 sec latency 129.149 ms 2023-12-05T16:25:22.897 INFO:teuthology.orchestra.run.smithi040.stdout: 5 122464 8.17 MB/sec execute 282 sec latency 126.463 ms 2023-12-05T16:25:23.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:22 smithi040 ceph-mon[107901]: pgmap v158: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-12-05T16:25:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:22 smithi203 ceph-mon[110631]: pgmap v158: 97 pgs: 97 active+clean; 362 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-12-05T16:25:23.900 INFO:teuthology.orchestra.run.smithi040.stdout: 5 122711 8.15 MB/sec execute 283 sec latency 146.143 ms 2023-12-05T16:25:24.908 INFO:teuthology.orchestra.run.smithi040.stdout: 5 122914 8.14 MB/sec execute 284 sec latency 120.710 ms 2023-12-05T16:25:25.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:24 smithi040 ceph-mon[107901]: pgmap v159: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 515 op/s 2023-12-05T16:25:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:24 smithi203 ceph-mon[110631]: pgmap v159: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 515 op/s 2023-12-05T16:25:25.909 INFO:teuthology.orchestra.run.smithi040.stdout: 5 123175 8.14 MB/sec execute 285 sec latency 139.638 ms 2023-12-05T16:25:26.909 INFO:teuthology.orchestra.run.smithi040.stdout: 5 123487 8.15 MB/sec execute 286 sec latency 120.863 ms 2023-12-05T16:25:26.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:26 smithi040 ceph-mon[107901]: pgmap v160: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-05T16:25:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:26 smithi203 ceph-mon[110631]: pgmap v160: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-05T16:25:27.909 INFO:teuthology.orchestra.run.smithi040.stdout: 5 123790 8.15 MB/sec execute 287 sec latency 143.707 ms 2023-12-05T16:25:27.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:28.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:28.909 INFO:teuthology.orchestra.run.smithi040.stdout: 5 124109 8.15 MB/sec execute 288 sec latency 137.923 ms 2023-12-05T16:25:29.022 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:28 smithi040 ceph-mon[107901]: pgmap v161: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-05T16:25:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:28 smithi203 ceph-mon[110631]: pgmap v161: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-12-05T16:25:29.909 INFO:teuthology.orchestra.run.smithi040.stdout: 5 124377 8.14 MB/sec execute 289 sec latency 127.094 ms 2023-12-05T16:25:30.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:30 smithi040 ceph-mon[107901]: pgmap v162: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-12-05T16:25:30.918 INFO:teuthology.orchestra.run.smithi040.stdout: 5 124643 8.13 MB/sec execute 290 sec latency 129.348 ms 2023-12-05T16:25:31.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:30 smithi203 ceph-mon[110631]: pgmap v162: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-12-05T16:25:31.919 INFO:teuthology.orchestra.run.smithi040.stdout: 5 124980 8.15 MB/sec execute 291 sec latency 128.456 ms 2023-12-05T16:25:32.929 INFO:teuthology.orchestra.run.smithi040.stdout: 5 125244 8.15 MB/sec execute 293 sec latency 131.814 ms 2023-12-05T16:25:33.133 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:32 smithi040 ceph-mon[107901]: pgmap v163: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-05T16:25:33.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:32 smithi203 ceph-mon[110631]: pgmap v163: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-05T16:25:33.929 INFO:teuthology.orchestra.run.smithi040.stdout: 5 125499 8.15 MB/sec execute 294 sec latency 137.596 ms 2023-12-05T16:25:34.927 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:34 smithi040 ceph-mon[107901]: pgmap v164: 97 pgs: 97 active+clean; 363 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-12-05T16:25:34.935 INFO:teuthology.orchestra.run.smithi040.stdout: 5 125768 8.15 MB/sec execute 295 sec latency 139.977 ms 2023-12-05T16:25:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:34 smithi203 ceph-mon[110631]: pgmap v164: 97 pgs: 97 active+clean; 363 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-12-05T16:25:35.935 INFO:teuthology.orchestra.run.smithi040.stdout: 5 126021 8.13 MB/sec execute 296 sec latency 137.247 ms 2023-12-05T16:25:36.935 INFO:teuthology.orchestra.run.smithi040.stdout: 5 126319 8.12 MB/sec execute 297 sec latency 134.019 ms 2023-12-05T16:25:37.132 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:36 smithi040 ceph-mon[107901]: pgmap v165: 97 pgs: 97 active+clean; 363 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-05T16:25:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:36 smithi203 ceph-mon[110631]: pgmap v165: 97 pgs: 97 active+clean; 363 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-05T16:25:37.935 INFO:teuthology.orchestra.run.smithi040.stdout: 5 126513 8.11 MB/sec execute 298 sec latency 197.902 ms 2023-12-05T16:25:38.913 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:38 smithi040 ceph-mon[107901]: pgmap v166: 97 pgs: 97 active+clean; 363 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-05T16:25:38.935 INFO:teuthology.orchestra.run.smithi040.stdout: 5 126746 8.10 MB/sec execute 299 sec latency 139.908 ms 2023-12-05T16:25:39.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:38 smithi203 ceph-mon[110631]: pgmap v166: 97 pgs: 97 active+clean; 363 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-05T16:25:39.935 INFO:teuthology.orchestra.run.smithi040.stdout: 5 127097 8.11 MB/sec execute 300 sec latency 123.202 ms 2023-12-05T16:25:40.705 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:40 smithi040 ceph-mon[107901]: pgmap v167: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-12-05T16:25:40.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:40 smithi203 ceph-mon[110631]: pgmap v167: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-12-05T16:25:40.942 INFO:teuthology.orchestra.run.smithi040.stdout: 5 127387 8.12 MB/sec execute 301 sec latency 129.682 ms 2023-12-05T16:25:41.947 INFO:teuthology.orchestra.run.smithi040.stdout: 5 127657 8.10 MB/sec execute 302 sec latency 126.583 ms 2023-12-05T16:25:42.957 INFO:teuthology.orchestra.run.smithi040.stdout: 5 127958 8.11 MB/sec execute 303 sec latency 126.362 ms 2023-12-05T16:25:43.015 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:42 smithi040 ceph-mon[107901]: pgmap v168: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-05T16:25:43.015 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:42 smithi203 ceph-mon[110631]: pgmap v168: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-05T16:25:43.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:43.957 INFO:teuthology.orchestra.run.smithi040.stdout: 5 128265 8.12 MB/sec execute 304 sec latency 111.902 ms 2023-12-05T16:25:44.957 INFO:teuthology.orchestra.run.smithi040.stdout: 5 128585 8.12 MB/sec execute 305 sec latency 139.777 ms 2023-12-05T16:25:45.090 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:44 smithi040 ceph-mon[107901]: pgmap v169: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-05T16:25:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:44 smithi203 ceph-mon[110631]: pgmap v169: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-05T16:25:45.957 INFO:teuthology.orchestra.run.smithi040.stdout: 5 128841 8.12 MB/sec execute 306 sec latency 139.393 ms 2023-12-05T16:25:46.964 INFO:teuthology.orchestra.run.smithi040.stdout: 5 129069 8.13 MB/sec execute 307 sec latency 141.557 ms 2023-12-05T16:25:47.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:46 smithi040 ceph-mon[107901]: pgmap v170: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:25:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:46 smithi203 ceph-mon[110631]: pgmap v170: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:25:47.964 INFO:teuthology.orchestra.run.smithi040.stdout: 5 129301 8.12 MB/sec execute 308 sec latency 201.765 ms 2023-12-05T16:25:48.964 INFO:teuthology.orchestra.run.smithi040.stdout: 5 129503 8.10 MB/sec execute 309 sec latency 140.053 ms 2023-12-05T16:25:48.976 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:48 smithi040 ceph-mon[107901]: pgmap v171: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:25:49.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:48 smithi203 ceph-mon[110631]: pgmap v171: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:25:49.964 INFO:teuthology.orchestra.run.smithi040.stdout: 5 129722 8.08 MB/sec execute 310 sec latency 126.276 ms 2023-12-05T16:25:50.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:50 smithi040 ceph-mon[107901]: pgmap v172: 97 pgs: 97 active+clean; 362 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-05T16:25:50.964 INFO:teuthology.orchestra.run.smithi040.stdout: 5 129943 8.06 MB/sec execute 311 sec latency 128.212 ms 2023-12-05T16:25:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:50 smithi203 ceph-mon[110631]: pgmap v172: 97 pgs: 97 active+clean; 362 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-05T16:25:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: 5 130195 8.06 MB/sec execute 312 sec latency 134.387 ms 2023-12-05T16:25:52.964 INFO:teuthology.orchestra.run.smithi040.stdout: 5 130449 8.06 MB/sec execute 313 sec latency 125.763 ms 2023-12-05T16:25:53.089 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:52 smithi040 ceph-mon[107901]: pgmap v173: 97 pgs: 97 active+clean; 362 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-05T16:25:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:52 smithi203 ceph-mon[110631]: pgmap v173: 97 pgs: 97 active+clean; 362 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-12-05T16:25:53.966 INFO:teuthology.orchestra.run.smithi040.stdout: 5 130763 8.06 MB/sec execute 314 sec latency 131.179 ms 2023-12-05T16:25:54.967 INFO:teuthology.orchestra.run.smithi040.stdout: 5 131058 8.07 MB/sec execute 315 sec latency 145.543 ms 2023-12-05T16:25:55.153 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:54 smithi040 ceph-mon[107901]: pgmap v174: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-12-05T16:25:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:54 smithi203 ceph-mon[110631]: pgmap v174: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 480 op/s 2023-12-05T16:25:55.966 INFO:teuthology.orchestra.run.smithi040.stdout: 5 131266 8.05 MB/sec execute 316 sec latency 134.154 ms 2023-12-05T16:25:56.947 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:56 smithi040 ceph-mon[107901]: pgmap v175: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-12-05T16:25:56.966 INFO:teuthology.orchestra.run.smithi040.stdout: 5 131597 8.07 MB/sec execute 317 sec latency 135.356 ms 2023-12-05T16:25:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:56 smithi203 ceph-mon[110631]: pgmap v175: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-12-05T16:25:57.967 INFO:teuthology.orchestra.run.smithi040.stdout: 5 131833 8.06 MB/sec execute 318 sec latency 126.676 ms 2023-12-05T16:25:57.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:25:58.967 INFO:teuthology.orchestra.run.smithi040.stdout: 5 132074 8.07 MB/sec execute 319 sec latency 133.724 ms 2023-12-05T16:25:58.982 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:25:58 smithi040 ceph-mon[107901]: pgmap v176: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-12-05T16:25:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:25:58 smithi203 ceph-mon[110631]: pgmap v176: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-12-05T16:25:59.967 INFO:teuthology.orchestra.run.smithi040.stdout: 5 132312 8.07 MB/sec execute 320 sec latency 119.355 ms 2023-12-05T16:26:00.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:00 smithi040 ceph-mon[107901]: pgmap v177: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-12-05T16:26:00.974 INFO:teuthology.orchestra.run.smithi040.stdout: 5 132542 8.07 MB/sec execute 321 sec latency 127.120 ms 2023-12-05T16:26:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:00 smithi203 ceph-mon[110631]: pgmap v177: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-12-05T16:26:01.975 INFO:teuthology.orchestra.run.smithi040.stdout: 5 132740 8.05 MB/sec execute 322 sec latency 126.607 ms 2023-12-05T16:26:02.975 INFO:teuthology.orchestra.run.smithi040.stdout: 5 132967 8.03 MB/sec execute 323 sec latency 127.606 ms 2023-12-05T16:26:03.131 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:02 smithi040 ceph-mon[107901]: pgmap v178: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-12-05T16:26:03.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:02 smithi203 ceph-mon[110631]: pgmap v178: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-12-05T16:26:03.974 INFO:teuthology.orchestra.run.smithi040.stdout: 5 133199 8.02 MB/sec execute 324 sec latency 126.747 ms 2023-12-05T16:26:04.975 INFO:teuthology.orchestra.run.smithi040.stdout: 5 133551 8.02 MB/sec execute 325 sec latency 119.357 ms 2023-12-05T16:26:05.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:04 smithi040 ceph-mon[107901]: pgmap v179: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-05T16:26:05.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:04 smithi203 ceph-mon[110631]: pgmap v179: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-05T16:26:05.975 INFO:teuthology.orchestra.run.smithi040.stdout: 5 133858 8.01 MB/sec execute 326 sec latency 123.794 ms 2023-12-05T16:26:06.976 INFO:teuthology.orchestra.run.smithi040.stdout: 5 134254 8.02 MB/sec execute 327 sec latency 126.993 ms 2023-12-05T16:26:07.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:06 smithi040 ceph-mon[107901]: pgmap v180: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-05T16:26:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:06 smithi203 ceph-mon[110631]: pgmap v180: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-05T16:26:07.976 INFO:teuthology.orchestra.run.smithi040.stdout: 5 134574 8.03 MB/sec execute 328 sec latency 126.749 ms 2023-12-05T16:26:08.976 INFO:teuthology.orchestra.run.smithi040.stdout: 5 134935 8.05 MB/sec execute 329 sec latency 123.932 ms 2023-12-05T16:26:08.997 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:08 smithi040 ceph-mon[107901]: pgmap v181: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-05T16:26:09.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:08 smithi203 ceph-mon[110631]: pgmap v181: 97 pgs: 97 active+clean; 364 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-05T16:26:09.976 INFO:teuthology.orchestra.run.smithi040.stdout: 5 135236 8.05 MB/sec execute 330 sec latency 129.468 ms 2023-12-05T16:26:10.798 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:10 smithi040 ceph-mon[107901]: pgmap v182: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T16:26:10.985 INFO:teuthology.orchestra.run.smithi040.stdout: 5 135524 8.05 MB/sec execute 331 sec latency 123.992 ms 2023-12-05T16:26:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:10 smithi203 ceph-mon[110631]: pgmap v182: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T16:26:11.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 135842 8.06 MB/sec execute 332 sec latency 108.477 ms 2023-12-05T16:26:12.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 136155 8.06 MB/sec execute 333 sec latency 98.144 ms 2023-12-05T16:26:13.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:12 smithi040 ceph-mon[107901]: pgmap v183: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-05T16:26:13.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:13.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:12 smithi203 ceph-mon[110631]: pgmap v183: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-05T16:26:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:13.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 136395 8.05 MB/sec execute 334 sec latency 129.962 ms 2023-12-05T16:26:14.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 136704 8.04 MB/sec execute 335 sec latency 131.450 ms 2023-12-05T16:26:15.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:14 smithi040 ceph-mon[107901]: pgmap v184: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-12-05T16:26:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:14 smithi203 ceph-mon[110631]: pgmap v184: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-12-05T16:26:15.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 137052 8.04 MB/sec execute 336 sec latency 139.609 ms 2023-12-05T16:26:16.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 137408 8.04 MB/sec execute 337 sec latency 121.059 ms 2023-12-05T16:26:17.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:16 smithi040 ceph-mon[107901]: pgmap v185: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-05T16:26:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:16 smithi203 ceph-mon[110631]: pgmap v185: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-05T16:26:17.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 137681 8.03 MB/sec execute 338 sec latency 141.855 ms 2023-12-05T16:26:18.992 INFO:teuthology.orchestra.run.smithi040.stdout: 5 138025 8.05 MB/sec execute 339 sec latency 108.785 ms 2023-12-05T16:26:19.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:18 smithi040 ceph-mon[107901]: pgmap v186: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-05T16:26:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:18 smithi203 ceph-mon[110631]: pgmap v186: 97 pgs: 97 active+clean; 362 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-05T16:26:20.002 INFO:teuthology.orchestra.run.smithi040.stdout: 5 138343 8.04 MB/sec execute 340 sec latency 150.004 ms 2023-12-05T16:26:20.824 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:20 smithi040 ceph-mon[107901]: pgmap v187: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 571 op/s 2023-12-05T16:26:21.002 INFO:teuthology.orchestra.run.smithi040.stdout: 5 138686 8.06 MB/sec execute 341 sec latency 143.920 ms 2023-12-05T16:26:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:20 smithi203 ceph-mon[110631]: pgmap v187: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 571 op/s 2023-12-05T16:26:22.002 INFO:teuthology.orchestra.run.smithi040.stdout: 5 138954 8.06 MB/sec execute 342 sec latency 126.777 ms 2023-12-05T16:26:23.003 INFO:teuthology.orchestra.run.smithi040.stdout: 5 139252 8.07 MB/sec execute 343 sec latency 126.776 ms 2023-12-05T16:26:23.131 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:22 smithi040 ceph-mon[107901]: pgmap v188: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-05T16:26:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:22 smithi203 ceph-mon[110631]: pgmap v188: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-05T16:26:24.003 INFO:teuthology.orchestra.run.smithi040.stdout: 5 139490 8.06 MB/sec execute 344 sec latency 123.755 ms 2023-12-05T16:26:25.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 139745 8.06 MB/sec execute 345 sec latency 121.363 ms 2023-12-05T16:26:25.175 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:24 smithi040 ceph-mon[107901]: pgmap v189: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 559 op/s 2023-12-05T16:26:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:24 smithi203 ceph-mon[110631]: pgmap v189: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 559 op/s 2023-12-05T16:26:26.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 139956 8.05 MB/sec execute 346 sec latency 203.185 ms 2023-12-05T16:26:26.957 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:26 smithi040 ceph-mon[107901]: pgmap v190: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-12-05T16:26:27.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 140243 8.03 MB/sec execute 347 sec latency 129.790 ms 2023-12-05T16:26:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:26 smithi203 ceph-mon[110631]: pgmap v190: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-12-05T16:26:27.993 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:28.010 INFO:teuthology.orchestra.run.smithi040.stdout: 5 140544 8.04 MB/sec execute 348 sec latency 123.812 ms 2023-12-05T16:26:28.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:29.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 140803 8.03 MB/sec execute 349 sec latency 116.905 ms 2023-12-05T16:26:29.014 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:28 smithi040 ceph-mon[107901]: pgmap v191: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-12-05T16:26:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:28 smithi203 ceph-mon[110631]: pgmap v191: 97 pgs: 97 active+clean; 365 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2023-12-05T16:26:30.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 141138 8.03 MB/sec execute 350 sec latency 136.247 ms 2023-12-05T16:26:30.818 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:30 smithi040 ceph-mon[107901]: pgmap v192: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 540 op/s 2023-12-05T16:26:31.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 141448 8.02 MB/sec execute 351 sec latency 121.102 ms 2023-12-05T16:26:31.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:30 smithi203 ceph-mon[110631]: pgmap v192: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 540 op/s 2023-12-05T16:26:32.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 141714 8.02 MB/sec execute 352 sec latency 128.118 ms 2023-12-05T16:26:33.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 141922 8.02 MB/sec execute 353 sec latency 135.255 ms 2023-12-05T16:26:33.132 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:32 smithi040 ceph-mon[107901]: pgmap v193: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-05T16:26:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:32 smithi203 ceph-mon[110631]: pgmap v193: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-05T16:26:34.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 142154 8.03 MB/sec execute 354 sec latency 163.613 ms 2023-12-05T16:26:34.943 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:34 smithi040 ceph-mon[107901]: pgmap v194: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-05T16:26:35.011 INFO:teuthology.orchestra.run.smithi040.stdout: 5 142473 8.03 MB/sec execute 355 sec latency 141.994 ms 2023-12-05T16:26:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:34 smithi203 ceph-mon[110631]: pgmap v194: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-05T16:26:36.016 INFO:teuthology.orchestra.run.smithi040.stdout: 5 142834 8.05 MB/sec execute 356 sec latency 130.551 ms 2023-12-05T16:26:36.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:36 smithi040 ceph-mon[107901]: pgmap v195: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-05T16:26:37.016 INFO:teuthology.orchestra.run.smithi040.stdout: 5 143050 8.05 MB/sec execute 357 sec latency 211.391 ms 2023-12-05T16:26:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:36 smithi203 ceph-mon[110631]: pgmap v195: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-05T16:26:38.017 INFO:teuthology.orchestra.run.smithi040.stdout: 5 143249 8.04 MB/sec execute 358 sec latency 108.553 ms 2023-12-05T16:26:39.024 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:38 smithi040 ceph-mon[107901]: pgmap v196: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-05T16:26:39.035 INFO:teuthology.orchestra.run.smithi040.stdout: 5 143555 8.02 MB/sec execute 359 sec latency 138.612 ms 2023-12-05T16:26:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:38 smithi203 ceph-mon[110631]: pgmap v196: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 330 op/s 2023-12-05T16:26:40.035 INFO:teuthology.orchestra.run.smithi040.stdout: 5 143798 8.00 MB/sec execute 360 sec latency 102.898 ms 2023-12-05T16:26:40.795 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:40 smithi040 ceph-mon[107901]: pgmap v197: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 486 op/s 2023-12-05T16:26:41.035 INFO:teuthology.orchestra.run.smithi040.stdout: 5 144034 8.00 MB/sec execute 361 sec latency 130.058 ms 2023-12-05T16:26:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:40 smithi203 ceph-mon[110631]: pgmap v197: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 486 op/s 2023-12-05T16:26:42.035 INFO:teuthology.orchestra.run.smithi040.stdout: 5 144350 8.01 MB/sec execute 362 sec latency 152.357 ms 2023-12-05T16:26:43.035 INFO:teuthology.orchestra.run.smithi040.stdout: 5 144618 8.01 MB/sec execute 363 sec latency 117.794 ms 2023-12-05T16:26:43.093 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:42 smithi040 ceph-mon[107901]: pgmap v198: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-05T16:26:43.093 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:42 smithi203 ceph-mon[110631]: pgmap v198: 97 pgs: 97 active+clean; 363 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-05T16:26:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:44.039 INFO:teuthology.orchestra.run.smithi040.stdout: 5 144956 8.00 MB/sec execute 364 sec latency 120.391 ms 2023-12-05T16:26:45.039 INFO:teuthology.orchestra.run.smithi040.stdout: 5 145220 7.99 MB/sec execute 365 sec latency 117.844 ms 2023-12-05T16:26:45.128 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:44 smithi040 ceph-mon[107901]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-12-05T16:26:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:44 smithi203 ceph-mon[110631]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-12-05T16:26:46.039 INFO:teuthology.orchestra.run.smithi040.stdout: 5 145386 7.98 MB/sec execute 366 sec latency 124.134 ms 2023-12-05T16:26:47.045 INFO:teuthology.orchestra.run.smithi040.stdout: 5 145661 8.00 MB/sec execute 367 sec latency 147.830 ms 2023-12-05T16:26:47.166 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:46 smithi040 ceph-mon[107901]: pgmap v200: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-05T16:26:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:46 smithi203 ceph-mon[110631]: pgmap v200: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-05T16:26:48.046 INFO:teuthology.orchestra.run.smithi040.stdout: 5 145964 8.00 MB/sec execute 368 sec latency 143.493 ms 2023-12-05T16:26:48.956 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:48 smithi040 ceph-mon[107901]: pgmap v201: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-05T16:26:49.045 INFO:teuthology.orchestra.run.smithi040.stdout: 5 146295 8.02 MB/sec execute 369 sec latency 126.051 ms 2023-12-05T16:26:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:48 smithi203 ceph-mon[110631]: pgmap v201: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-05T16:26:50.046 INFO:teuthology.orchestra.run.smithi040.stdout: 5 146454 8.01 MB/sec execute 370 sec latency 144.804 ms 2023-12-05T16:26:50.769 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:50 smithi040 ceph-mon[107901]: pgmap v202: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 477 op/s 2023-12-05T16:26:51.045 INFO:teuthology.orchestra.run.smithi040.stdout: 5 146623 8.00 MB/sec execute 371 sec latency 138.098 ms 2023-12-05T16:26:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:50 smithi203 ceph-mon[110631]: pgmap v202: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 477 op/s 2023-12-05T16:26:52.046 INFO:teuthology.orchestra.run.smithi040.stdout: 5 146852 7.98 MB/sec execute 372 sec latency 123.774 ms 2023-12-05T16:26:53.046 INFO:teuthology.orchestra.run.smithi040.stdout: 5 147110 7.98 MB/sec execute 373 sec latency 129.360 ms 2023-12-05T16:26:53.083 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:52 smithi040 ceph-mon[107901]: pgmap v203: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-05T16:26:53.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:52 smithi203 ceph-mon[110631]: pgmap v203: 97 pgs: 97 active+clean; 359 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-05T16:26:54.056 INFO:teuthology.orchestra.run.smithi040.stdout: 5 147414 7.96 MB/sec execute 374 sec latency 120.175 ms 2023-12-05T16:26:55.056 INFO:teuthology.orchestra.run.smithi040.stdout: 5 147720 7.98 MB/sec execute 375 sec latency 125.583 ms 2023-12-05T16:26:55.125 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:54 smithi040 ceph-mon[107901]: pgmap v204: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-05T16:26:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:54 smithi203 ceph-mon[110631]: pgmap v204: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-05T16:26:56.063 INFO:teuthology.orchestra.run.smithi040.stdout: 5 148094 7.97 MB/sec execute 376 sec latency 87.752 ms 2023-12-05T16:26:57.065 INFO:teuthology.orchestra.run.smithi040.stdout: 5 148485 7.98 MB/sec execute 377 sec latency 130.670 ms 2023-12-05T16:26:57.146 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:56 smithi040 ceph-mon[107901]: pgmap v205: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 296 op/s 2023-12-05T16:26:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:56 smithi203 ceph-mon[110631]: pgmap v205: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 296 op/s 2023-12-05T16:26:58.071 INFO:teuthology.orchestra.run.smithi040.stdout: 5 148797 7.98 MB/sec execute 378 sec latency 134.847 ms 2023-12-05T16:26:58.161 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:26:59.071 INFO:teuthology.orchestra.run.smithi040.stdout: 5 149122 7.99 MB/sec execute 379 sec latency 134.995 ms 2023-12-05T16:26:59.171 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:26:58 smithi040 ceph-mon[107901]: pgmap v206: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 296 op/s 2023-12-05T16:26:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:26:58 smithi203 ceph-mon[110631]: pgmap v206: 97 pgs: 97 active+clean; 358 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 296 op/s 2023-12-05T16:27:00.071 INFO:teuthology.orchestra.run.smithi040.stdout: 5 149404 7.99 MB/sec execute 380 sec latency 139.650 ms 2023-12-05T16:27:00.938 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:00 smithi040 ceph-mon[107901]: pgmap v207: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-12-05T16:27:01.073 INFO:teuthology.orchestra.run.smithi040.stdout: 5 149710 8.00 MB/sec execute 381 sec latency 129.843 ms 2023-12-05T16:27:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:00 smithi203 ceph-mon[110631]: pgmap v207: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-12-05T16:27:02.073 INFO:teuthology.orchestra.run.smithi040.stdout: 5 149916 8.00 MB/sec execute 382 sec latency 160.863 ms 2023-12-05T16:27:02.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:02 smithi040 ceph-mon[107901]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-05T16:27:03.073 INFO:teuthology.orchestra.run.smithi040.stdout: 5 150138 7.99 MB/sec execute 383 sec latency 129.181 ms 2023-12-05T16:27:03.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:02 smithi203 ceph-mon[110631]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-05T16:27:04.078 INFO:teuthology.orchestra.run.smithi040.stdout: 5 150452 7.99 MB/sec execute 384 sec latency 105.199 ms 2023-12-05T16:27:05.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:04 smithi040 ceph-mon[107901]: pgmap v209: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-12-05T16:27:05.085 INFO:teuthology.orchestra.run.smithi040.stdout: 5 150720 7.98 MB/sec execute 385 sec latency 136.232 ms 2023-12-05T16:27:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:04 smithi203 ceph-mon[110631]: pgmap v209: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-12-05T16:27:06.085 INFO:teuthology.orchestra.run.smithi040.stdout: 5 150963 7.97 MB/sec execute 386 sec latency 120.642 ms 2023-12-05T16:27:07.085 INFO:teuthology.orchestra.run.smithi040.stdout: 5 151170 7.97 MB/sec execute 387 sec latency 195.871 ms 2023-12-05T16:27:07.099 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:06 smithi040 ceph-mon[107901]: pgmap v210: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-05T16:27:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:06 smithi203 ceph-mon[110631]: pgmap v210: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-05T16:27:08.085 INFO:teuthology.orchestra.run.smithi040.stdout: 5 151439 7.96 MB/sec execute 388 sec latency 129.414 ms 2023-12-05T16:27:09.095 INFO:teuthology.orchestra.run.smithi040.stdout: 5 151722 7.95 MB/sec execute 389 sec latency 129.639 ms 2023-12-05T16:27:09.143 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:08 smithi040 ceph-mon[107901]: pgmap v211: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-05T16:27:09.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:08 smithi203 ceph-mon[110631]: pgmap v211: 97 pgs: 97 active+clean; 362 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-12-05T16:27:10.095 INFO:teuthology.orchestra.run.smithi040.stdout: 5 151965 7.95 MB/sec execute 390 sec latency 150.148 ms 2023-12-05T16:27:10.690 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:10 smithi040 ceph-mon[107901]: pgmap v212: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 521 op/s 2023-12-05T16:27:11.095 INFO:teuthology.orchestra.run.smithi040.stdout: 5 152102 7.93 MB/sec execute 391 sec latency 137.252 ms 2023-12-05T16:27:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:10 smithi203 ceph-mon[110631]: pgmap v212: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 521 op/s 2023-12-05T16:27:12.099 INFO:teuthology.orchestra.run.smithi040.stdout: 5 152366 7.95 MB/sec execute 392 sec latency 157.965 ms 2023-12-05T16:27:13.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:12 smithi040 ceph-mon[107901]: pgmap v213: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T16:27:13.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:13.099 INFO:teuthology.orchestra.run.smithi040.stdout: 5 152663 7.96 MB/sec execute 393 sec latency 129.472 ms 2023-12-05T16:27:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:12 smithi203 ceph-mon[110631]: pgmap v213: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T16:27:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:14.100 INFO:teuthology.orchestra.run.smithi040.stdout: 5 152993 7.96 MB/sec execute 394 sec latency 135.402 ms 2023-12-05T16:27:15.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:14 smithi040 ceph-mon[107901]: pgmap v214: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 468 op/s 2023-12-05T16:27:15.103 INFO:teuthology.orchestra.run.smithi040.stdout: 5 153296 7.96 MB/sec execute 395 sec latency 121.716 ms 2023-12-05T16:27:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:14 smithi203 ceph-mon[110631]: pgmap v214: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 468 op/s 2023-12-05T16:27:16.103 INFO:teuthology.orchestra.run.smithi040.stdout: 5 153497 7.95 MB/sec execute 396 sec latency 129.559 ms 2023-12-05T16:27:17.104 INFO:teuthology.orchestra.run.smithi040.stdout: 5 153807 7.95 MB/sec execute 397 sec latency 132.281 ms 2023-12-05T16:27:17.107 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:16 smithi040 ceph-mon[107901]: pgmap v215: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 310 op/s 2023-12-05T16:27:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:16 smithi203 ceph-mon[110631]: pgmap v215: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 310 op/s 2023-12-05T16:27:18.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 154085 7.95 MB/sec execute 398 sec latency 123.606 ms 2023-12-05T16:27:19.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 154345 7.95 MB/sec execute 399 sec latency 126.186 ms 2023-12-05T16:27:19.164 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:18 smithi040 ceph-mon[107901]: pgmap v216: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 310 op/s 2023-12-05T16:27:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:18 smithi203 ceph-mon[110631]: pgmap v216: 97 pgs: 97 active+clean; 358 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 310 op/s 2023-12-05T16:27:20.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 154607 7.94 MB/sec execute 400 sec latency 121.972 ms 2023-12-05T16:27:20.693 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:20 smithi040 ceph-mon[107901]: pgmap v217: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 479 op/s 2023-12-05T16:27:21.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 154938 7.94 MB/sec execute 401 sec latency 144.593 ms 2023-12-05T16:27:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:20 smithi203 ceph-mon[110631]: pgmap v217: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 479 op/s 2023-12-05T16:27:22.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 155207 7.93 MB/sec execute 402 sec latency 123.576 ms 2023-12-05T16:27:23.011 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:22 smithi040 ceph-mon[107901]: pgmap v218: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-05T16:27:23.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 155547 7.93 MB/sec execute 403 sec latency 130.509 ms 2023-12-05T16:27:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:22 smithi203 ceph-mon[110631]: pgmap v218: 97 pgs: 97 active+clean; 359 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-05T16:27:24.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 155886 7.94 MB/sec execute 404 sec latency 139.692 ms 2023-12-05T16:27:25.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:24 smithi040 ceph-mon[107901]: pgmap v219: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-12-05T16:27:25.116 INFO:teuthology.orchestra.run.smithi040.stdout: 5 156160 7.95 MB/sec execute 405 sec latency 113.412 ms 2023-12-05T16:27:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:24 smithi203 ceph-mon[110631]: pgmap v219: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-12-05T16:27:26.122 INFO:teuthology.orchestra.run.smithi040.stdout: 5 156407 7.95 MB/sec execute 406 sec latency 154.053 ms 2023-12-05T16:27:27.094 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:26 smithi040 ceph-mon[107901]: pgmap v220: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-05T16:27:27.122 INFO:teuthology.orchestra.run.smithi040.stdout: 5 156668 7.95 MB/sec execute 407 sec latency 140.906 ms 2023-12-05T16:27:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:26 smithi203 ceph-mon[110631]: pgmap v220: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-05T16:27:28.121 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:28.127 INFO:teuthology.orchestra.run.smithi040.stdout: 5 156905 7.94 MB/sec execute 408 sec latency 128.616 ms 2023-12-05T16:27:28.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:29.127 INFO:teuthology.orchestra.run.smithi040.stdout: 5 157083 7.93 MB/sec execute 409 sec latency 134.430 ms 2023-12-05T16:27:29.157 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:28 smithi040 ceph-mon[107901]: pgmap v221: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-05T16:27:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:28 smithi203 ceph-mon[110631]: pgmap v221: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-05T16:27:30.128 INFO:teuthology.orchestra.run.smithi040.stdout: 5 157300 7.93 MB/sec execute 410 sec latency 126.335 ms 2023-12-05T16:27:30.694 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:30 smithi040 ceph-mon[107901]: pgmap v222: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-12-05T16:27:31.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:30 smithi203 ceph-mon[110631]: pgmap v222: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-12-05T16:27:31.127 INFO:teuthology.orchestra.run.smithi040.stdout: 5 157567 7.92 MB/sec execute 411 sec latency 129.717 ms 2023-12-05T16:27:32.137 INFO:teuthology.orchestra.run.smithi040.stdout: 5 157868 7.92 MB/sec execute 412 sec latency 130.647 ms 2023-12-05T16:27:33.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:32 smithi040 ceph-mon[107901]: pgmap v223: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-05T16:27:33.137 INFO:teuthology.orchestra.run.smithi040.stdout: 5 158106 7.91 MB/sec execute 413 sec latency 127.259 ms 2023-12-05T16:27:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:32 smithi203 ceph-mon[110631]: pgmap v223: 97 pgs: 97 active+clean; 362 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-05T16:27:34.137 INFO:teuthology.orchestra.run.smithi040.stdout: 5 158389 7.91 MB/sec execute 414 sec latency 104.233 ms 2023-12-05T16:27:35.084 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:34 smithi040 ceph-mon[107901]: pgmap v224: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-12-05T16:27:35.137 INFO:teuthology.orchestra.run.smithi040.stdout: 5 158654 7.91 MB/sec execute 415 sec latency 135.937 ms 2023-12-05T16:27:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:34 smithi203 ceph-mon[110631]: pgmap v224: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-12-05T16:27:36.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 158985 7.91 MB/sec execute 416 sec latency 143.282 ms 2023-12-05T16:27:37.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 159307 7.91 MB/sec execute 417 sec latency 127.334 ms 2023-12-05T16:27:37.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:36 smithi040 ceph-mon[107901]: pgmap v225: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-05T16:27:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:36 smithi203 ceph-mon[110631]: pgmap v225: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-05T16:27:38.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 159672 7.93 MB/sec execute 418 sec latency 127.004 ms 2023-12-05T16:27:39.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 159953 7.93 MB/sec execute 419 sec latency 133.097 ms 2023-12-05T16:27:39.200 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:38 smithi040 ceph-mon[107901]: pgmap v226: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-05T16:27:39.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:38 smithi203 ceph-mon[110631]: pgmap v226: 97 pgs: 97 active+clean; 356 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-05T16:27:40.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 160213 7.93 MB/sec execute 420 sec latency 126.679 ms 2023-12-05T16:27:40.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:40 smithi040 ceph-mon[107901]: pgmap v227: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-12-05T16:27:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:40 smithi203 ceph-mon[110631]: pgmap v227: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-12-05T16:27:41.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 160421 7.92 MB/sec execute 421 sec latency 126.906 ms 2023-12-05T16:27:42.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 160747 7.92 MB/sec execute 422 sec latency 131.568 ms 2023-12-05T16:27:43.014 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:42 smithi040 ceph-mon[107901]: pgmap v228: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-05T16:27:43.014 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:43.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 160997 7.92 MB/sec execute 423 sec latency 162.192 ms 2023-12-05T16:27:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:42 smithi203 ceph-mon[110631]: pgmap v228: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-05T16:27:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:44.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 161286 7.92 MB/sec execute 424 sec latency 132.752 ms 2023-12-05T16:27:45.057 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:44 smithi040 ceph-mon[107901]: pgmap v229: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-12-05T16:27:45.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 161552 7.92 MB/sec execute 425 sec latency 130.346 ms 2023-12-05T16:27:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:44 smithi203 ceph-mon[110631]: pgmap v229: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-12-05T16:27:46.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 161805 7.90 MB/sec execute 426 sec latency 127.005 ms 2023-12-05T16:27:47.096 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:46 smithi040 ceph-mon[107901]: pgmap v230: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-05T16:27:47.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 161992 7.89 MB/sec execute 427 sec latency 125.387 ms 2023-12-05T16:27:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:46 smithi203 ceph-mon[110631]: pgmap v230: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-05T16:27:48.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 162262 7.90 MB/sec execute 428 sec latency 131.084 ms 2023-12-05T16:27:49.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 162493 7.90 MB/sec execute 429 sec latency 128.115 ms 2023-12-05T16:27:49.160 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:48 smithi040 ceph-mon[107901]: pgmap v231: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-05T16:27:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:48 smithi203 ceph-mon[110631]: pgmap v231: 97 pgs: 97 active+clean; 361 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.8 MiB/s wr, 347 op/s 2023-12-05T16:27:50.140 INFO:teuthology.orchestra.run.smithi040.stdout: 5 162719 7.89 MB/sec execute 430 sec latency 132.130 ms 2023-12-05T16:27:50.683 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:50 smithi040 ceph-mon[107901]: pgmap v232: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-05T16:27:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:50 smithi203 ceph-mon[110631]: pgmap v232: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-05T16:27:51.147 INFO:teuthology.orchestra.run.smithi040.stdout: 5 163020 7.90 MB/sec execute 431 sec latency 134.570 ms 2023-12-05T16:27:52.150 INFO:teuthology.orchestra.run.smithi040.stdout: 5 163240 7.90 MB/sec execute 432 sec latency 198.259 ms 2023-12-05T16:27:53.058 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:52 smithi040 ceph-mon[107901]: pgmap v233: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-05T16:27:53.152 INFO:teuthology.orchestra.run.smithi040.stdout: 5 163437 7.89 MB/sec execute 433 sec latency 140.461 ms 2023-12-05T16:27:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:52 smithi203 ceph-mon[110631]: pgmap v233: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-05T16:27:54.152 INFO:teuthology.orchestra.run.smithi040.stdout: 5 163727 7.89 MB/sec execute 434 sec latency 169.904 ms 2023-12-05T16:27:55.121 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:54 smithi040 ceph-mon[107901]: pgmap v234: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-05T16:27:55.152 INFO:teuthology.orchestra.run.smithi040.stdout: 5 163910 7.88 MB/sec execute 435 sec latency 129.370 ms 2023-12-05T16:27:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:54 smithi203 ceph-mon[110631]: pgmap v234: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-05T16:27:56.152 INFO:teuthology.orchestra.run.smithi040.stdout: 5 164070 7.87 MB/sec execute 436 sec latency 123.060 ms 2023-12-05T16:27:57.152 INFO:teuthology.orchestra.run.smithi040.stdout: 5 164261 7.86 MB/sec execute 437 sec latency 198.591 ms 2023-12-05T16:27:57.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:56 smithi040 ceph-mon[107901]: pgmap v235: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 295 op/s 2023-12-05T16:27:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:56 smithi203 ceph-mon[110631]: pgmap v235: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 295 op/s 2023-12-05T16:27:58.152 INFO:teuthology.orchestra.run.smithi040.stdout: 5 164510 7.87 MB/sec execute 438 sec latency 120.669 ms 2023-12-05T16:27:58.228 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:58 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:58 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:27:59.158 INFO:teuthology.orchestra.run.smithi040.stdout: 5 164665 7.86 MB/sec execute 439 sec latency 132.174 ms 2023-12-05T16:27:59.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:27:59 smithi040 ceph-mon[107901]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 295 op/s 2023-12-05T16:27:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:27:59 smithi203 ceph-mon[110631]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 295 op/s 2023-12-05T16:28:00.159 INFO:teuthology.orchestra.run.smithi040.stdout: 5 164894 7.85 MB/sec execute 440 sec latency 124.581 ms 2023-12-05T16:28:00.793 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:00 smithi040 ceph-mon[107901]: pgmap v237: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-12-05T16:28:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:00 smithi203 ceph-mon[110631]: pgmap v237: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-12-05T16:28:01.161 INFO:teuthology.orchestra.run.smithi040.stdout: 5 165129 7.84 MB/sec execute 441 sec latency 120.498 ms 2023-12-05T16:28:02.162 INFO:teuthology.orchestra.run.smithi040.stdout: 5 165331 7.84 MB/sec execute 442 sec latency 132.269 ms 2023-12-05T16:28:03.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:02 smithi040 ceph-mon[107901]: pgmap v238: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 271 op/s 2023-12-05T16:28:03.161 INFO:teuthology.orchestra.run.smithi040.stdout: 5 165442 7.82 MB/sec execute 443 sec latency 120.134 ms 2023-12-05T16:28:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:02 smithi203 ceph-mon[110631]: pgmap v238: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 271 op/s 2023-12-05T16:28:04.162 INFO:teuthology.orchestra.run.smithi040.stdout: 5 165650 7.82 MB/sec execute 444 sec latency 135.281 ms 2023-12-05T16:28:05.162 INFO:teuthology.orchestra.run.smithi040.stdout: 5 165901 7.82 MB/sec execute 445 sec latency 180.519 ms 2023-12-05T16:28:05.193 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:04 smithi040 ceph-mon[107901]: pgmap v239: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-05T16:28:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:04 smithi203 ceph-mon[110631]: pgmap v239: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-05T16:28:06.163 INFO:teuthology.orchestra.run.smithi040.stdout: 5 166131 7.81 MB/sec execute 446 sec latency 122.425 ms 2023-12-05T16:28:06.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:06 smithi040 ceph-mon[107901]: pgmap v240: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 252 op/s 2023-12-05T16:28:07.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 166312 7.81 MB/sec execute 447 sec latency 165.477 ms 2023-12-05T16:28:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:06 smithi203 ceph-mon[110631]: pgmap v240: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 252 op/s 2023-12-05T16:28:08.163 INFO:teuthology.orchestra.run.smithi040.stdout: 5 166565 7.81 MB/sec execute 448 sec latency 143.803 ms 2023-12-05T16:28:08.990 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:08 smithi203 ceph-mon[110631]: pgmap v241: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 252 op/s 2023-12-05T16:28:09.024 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:08 smithi040 ceph-mon[107901]: pgmap v241: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.4 MiB/s wr, 252 op/s 2023-12-05T16:28:09.163 INFO:teuthology.orchestra.run.smithi040.stdout: 5 166750 7.80 MB/sec execute 449 sec latency 175.157 ms 2023-12-05T16:28:10.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 166955 7.80 MB/sec execute 450 sec latency 129.762 ms 2023-12-05T16:28:10.797 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:10 smithi040 ceph-mon[107901]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-05T16:28:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:10 smithi203 ceph-mon[110631]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-05T16:28:11.163 INFO:teuthology.orchestra.run.smithi040.stdout: 5 167237 7.80 MB/sec execute 451 sec latency 117.211 ms 2023-12-05T16:28:12.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 167459 7.79 MB/sec execute 452 sec latency 140.323 ms 2023-12-05T16:28:13.129 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:12 smithi040 ceph-mon[107901]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.5 MiB/s wr, 250 op/s 2023-12-05T16:28:13.130 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:13.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 167671 7.79 MB/sec execute 453 sec latency 110.229 ms 2023-12-05T16:28:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:12 smithi203 ceph-mon[110631]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.5 MiB/s wr, 250 op/s 2023-12-05T16:28:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:14.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 167935 7.79 MB/sec execute 454 sec latency 132.108 ms 2023-12-05T16:28:15.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 168157 7.79 MB/sec execute 455 sec latency 118.178 ms 2023-12-05T16:28:15.186 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:14 smithi040 ceph-mon[107901]: pgmap v244: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-05T16:28:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:14 smithi203 ceph-mon[110631]: pgmap v244: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-05T16:28:16.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 168415 7.78 MB/sec execute 456 sec latency 126.628 ms 2023-12-05T16:28:17.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 168668 7.77 MB/sec execute 457 sec latency 126.708 ms 2023-12-05T16:28:17.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:17 smithi040 ceph-mon[107901]: pgmap v245: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-12-05T16:28:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:17 smithi203 ceph-mon[110631]: pgmap v245: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-12-05T16:28:18.164 INFO:teuthology.orchestra.run.smithi040.stdout: 5 168904 7.77 MB/sec execute 458 sec latency 164.667 ms 2023-12-05T16:28:19.008 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:19 smithi040 ceph-mon[107901]: pgmap v246: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-12-05T16:28:19.165 INFO:teuthology.orchestra.run.smithi040.stdout: 5 169076 7.76 MB/sec execute 459 sec latency 128.227 ms 2023-12-05T16:28:19.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:19 smithi203 ceph-mon[110631]: pgmap v246: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-12-05T16:28:20.165 INFO:teuthology.orchestra.run.smithi040.stdout: 5 169358 7.77 MB/sec execute 460 sec latency 118.979 ms 2023-12-05T16:28:20.806 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:20 smithi040 ceph-mon[107901]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-12-05T16:28:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:20 smithi203 ceph-mon[110631]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-12-05T16:28:21.169 INFO:teuthology.orchestra.run.smithi040.stdout: 5 169590 7.77 MB/sec execute 461 sec latency 144.475 ms 2023-12-05T16:28:22.169 INFO:teuthology.orchestra.run.smithi040.stdout: 5 169844 7.76 MB/sec execute 462 sec latency 163.157 ms 2023-12-05T16:28:23.111 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:22 smithi040 ceph-mon[107901]: pgmap v248: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-12-05T16:28:23.174 INFO:teuthology.orchestra.run.smithi040.stdout: 5 170146 7.76 MB/sec execute 463 sec latency 127.310 ms 2023-12-05T16:28:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:22 smithi203 ceph-mon[110631]: pgmap v248: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-12-05T16:28:24.174 INFO:teuthology.orchestra.run.smithi040.stdout: 5 170353 7.76 MB/sec execute 464 sec latency 128.990 ms 2023-12-05T16:28:25.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:24 smithi040 ceph-mon[107901]: pgmap v249: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-05T16:28:25.174 INFO:teuthology.orchestra.run.smithi040.stdout: 5 170651 7.77 MB/sec execute 465 sec latency 123.957 ms 2023-12-05T16:28:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:24 smithi203 ceph-mon[110631]: pgmap v249: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-05T16:28:26.181 INFO:teuthology.orchestra.run.smithi040.stdout: 5 170926 7.76 MB/sec execute 466 sec latency 129.699 ms 2023-12-05T16:28:27.167 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:26 smithi040 ceph-mon[107901]: pgmap v250: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 287 op/s 2023-12-05T16:28:27.181 INFO:teuthology.orchestra.run.smithi040.stdout: 5 171217 7.76 MB/sec execute 467 sec latency 126.830 ms 2023-12-05T16:28:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:26 smithi203 ceph-mon[110631]: pgmap v250: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 287 op/s 2023-12-05T16:28:28.181 INFO:teuthology.orchestra.run.smithi040.stdout: 5 171458 7.75 MB/sec execute 468 sec latency 106.842 ms 2023-12-05T16:28:28.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:28.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:28.977 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:28 smithi203 ceph-mon[110631]: pgmap v251: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 287 op/s 2023-12-05T16:28:29.183 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:28 smithi040 ceph-mon[107901]: pgmap v251: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.8 MiB/s wr, 287 op/s 2023-12-05T16:28:29.188 INFO:teuthology.orchestra.run.smithi040.stdout: 5 171723 7.75 MB/sec execute 469 sec latency 135.639 ms 2023-12-05T16:28:30.189 INFO:teuthology.orchestra.run.smithi040.stdout: 5 172041 7.76 MB/sec execute 470 sec latency 126.937 ms 2023-12-05T16:28:30.741 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:30 smithi040 ceph-mon[107901]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-12-05T16:28:31.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:30 smithi203 ceph-mon[110631]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-12-05T16:28:31.189 INFO:teuthology.orchestra.run.smithi040.stdout: 5 172318 7.75 MB/sec execute 471 sec latency 123.471 ms 2023-12-05T16:28:32.189 INFO:teuthology.orchestra.run.smithi040.stdout: 5 172618 7.75 MB/sec execute 472 sec latency 127.677 ms 2023-12-05T16:28:33.059 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:32 smithi040 ceph-mon[107901]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 311 op/s 2023-12-05T16:28:33.189 INFO:teuthology.orchestra.run.smithi040.stdout: 5 172889 7.75 MB/sec execute 473 sec latency 174.528 ms 2023-12-05T16:28:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:32 smithi203 ceph-mon[110631]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 311 op/s 2023-12-05T16:28:34.196 INFO:teuthology.orchestra.run.smithi040.stdout: 5 173184 7.76 MB/sec execute 474 sec latency 115.665 ms 2023-12-05T16:28:35.093 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:34 smithi040 ceph-mon[107901]: pgmap v254: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-12-05T16:28:35.196 INFO:teuthology.orchestra.run.smithi040.stdout: 5 173533 7.76 MB/sec execute 475 sec latency 129.630 ms 2023-12-05T16:28:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:34 smithi203 ceph-mon[110631]: pgmap v254: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-12-05T16:28:36.196 INFO:teuthology.orchestra.run.smithi040.stdout: 5 173819 7.76 MB/sec execute 476 sec latency 137.732 ms 2023-12-05T16:28:37.119 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:36 smithi040 ceph-mon[107901]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-12-05T16:28:37.199 INFO:teuthology.orchestra.run.smithi040.stdout: 5 174030 7.77 MB/sec execute 477 sec latency 133.929 ms 2023-12-05T16:28:37.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:36 smithi203 ceph-mon[110631]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-12-05T16:28:38.205 INFO:teuthology.orchestra.run.smithi040.stdout: 5 174306 7.76 MB/sec execute 478 sec latency 126.574 ms 2023-12-05T16:28:39.174 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:38 smithi040 ceph-mon[107901]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-12-05T16:28:39.205 INFO:teuthology.orchestra.run.smithi040.stdout: 5 174582 7.76 MB/sec execute 479 sec latency 126.612 ms 2023-12-05T16:28:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:38 smithi203 ceph-mon[110631]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-12-05T16:28:40.205 INFO:teuthology.orchestra.run.smithi040.stdout: 5 174802 7.75 MB/sec execute 480 sec latency 143.315 ms 2023-12-05T16:28:40.950 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:40 smithi040 ceph-mon[107901]: pgmap v257: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 505 op/s 2023-12-05T16:28:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:40 smithi203 ceph-mon[110631]: pgmap v257: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 505 op/s 2023-12-05T16:28:41.213 INFO:teuthology.orchestra.run.smithi040.stdout: 5 175007 7.74 MB/sec execute 481 sec latency 129.483 ms 2023-12-05T16:28:42.213 INFO:teuthology.orchestra.run.smithi040.stdout: 5 175220 7.74 MB/sec execute 482 sec latency 129.883 ms 2023-12-05T16:28:42.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:42 smithi040 ceph-mon[107901]: pgmap v258: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-12-05T16:28:42.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:43.223 INFO:teuthology.orchestra.run.smithi040.stdout: 5 175537 7.74 MB/sec execute 483 sec latency 135.753 ms 2023-12-05T16:28:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:42 smithi203 ceph-mon[110631]: pgmap v258: 97 pgs: 97 active+clean; 361 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-12-05T16:28:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:44.234 INFO:teuthology.orchestra.run.smithi040.stdout: 5 175846 7.74 MB/sec execute 484 sec latency 124.499 ms 2023-12-05T16:28:45.043 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:44 smithi040 ceph-mon[107901]: pgmap v259: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-05T16:28:45.234 INFO:teuthology.orchestra.run.smithi040.stdout: 5 176155 7.73 MB/sec execute 485 sec latency 122.734 ms 2023-12-05T16:28:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:44 smithi203 ceph-mon[110631]: pgmap v259: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-05T16:28:46.235 INFO:teuthology.orchestra.run.smithi040.stdout: 5 176373 7.73 MB/sec execute 486 sec latency 124.104 ms 2023-12-05T16:28:47.101 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:46 smithi040 ceph-mon[107901]: pgmap v260: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T16:28:47.235 INFO:teuthology.orchestra.run.smithi040.stdout: 5 176579 7.73 MB/sec execute 487 sec latency 126.729 ms 2023-12-05T16:28:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:46 smithi203 ceph-mon[110631]: pgmap v260: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T16:28:48.235 INFO:teuthology.orchestra.run.smithi040.stdout: 5 176918 7.74 MB/sec execute 488 sec latency 137.373 ms 2023-12-05T16:28:49.159 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:48 smithi040 ceph-mon[107901]: pgmap v261: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T16:28:49.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 177210 7.74 MB/sec execute 489 sec latency 131.668 ms 2023-12-05T16:28:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:48 smithi203 ceph-mon[110631]: pgmap v261: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T16:28:50.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 177581 7.75 MB/sec execute 490 sec latency 121.345 ms 2023-12-05T16:28:50.961 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:50 smithi040 ceph-mon[107901]: pgmap v262: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-05T16:28:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:50 smithi203 ceph-mon[110631]: pgmap v262: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-05T16:28:51.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 177809 7.75 MB/sec execute 491 sec latency 126.784 ms 2023-12-05T16:28:52.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 178064 7.75 MB/sec execute 492 sec latency 123.974 ms 2023-12-05T16:28:53.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:52 smithi040 ceph-mon[107901]: pgmap v263: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-05T16:28:53.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 178256 7.74 MB/sec execute 493 sec latency 124.104 ms 2023-12-05T16:28:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:52 smithi203 ceph-mon[110631]: pgmap v263: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-05T16:28:54.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 178429 7.72 MB/sec execute 494 sec latency 146.304 ms 2023-12-05T16:28:55.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:54 smithi040 ceph-mon[107901]: pgmap v264: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-05T16:28:55.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 178597 7.72 MB/sec execute 495 sec latency 127.032 ms 2023-12-05T16:28:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:54 smithi203 ceph-mon[110631]: pgmap v264: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-05T16:28:56.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 178807 7.71 MB/sec execute 496 sec latency 138.840 ms 2023-12-05T16:28:57.139 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:56 smithi040 ceph-mon[107901]: pgmap v265: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-05T16:28:57.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 179111 7.72 MB/sec execute 497 sec latency 124.110 ms 2023-12-05T16:28:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:56 smithi203 ceph-mon[110631]: pgmap v265: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-05T16:28:58.162 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:58.243 INFO:teuthology.orchestra.run.smithi040.stdout: 5 179453 7.71 MB/sec execute 498 sec latency 111.910 ms 2023-12-05T16:28:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:28:59.178 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:28:58 smithi040 ceph-mon[107901]: pgmap v266: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-05T16:28:59.245 INFO:teuthology.orchestra.run.smithi040.stdout: 5 179778 7.72 MB/sec execute 499 sec latency 120.932 ms 2023-12-05T16:28:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:28:58 smithi203 ceph-mon[110631]: pgmap v266: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-12-05T16:29:00.246 INFO:teuthology.orchestra.run.smithi040.stdout: 5 180065 7.72 MB/sec execute 500 sec latency 129.936 ms 2023-12-05T16:29:00.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:00 smithi040 ceph-mon[107901]: pgmap v267: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-05T16:29:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:00 smithi203 ceph-mon[110631]: pgmap v267: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-05T16:29:01.246 INFO:teuthology.orchestra.run.smithi040.stdout: 5 180344 7.72 MB/sec execute 501 sec latency 123.975 ms 2023-12-05T16:29:02.246 INFO:teuthology.orchestra.run.smithi040.stdout: 5 180608 7.72 MB/sec execute 502 sec latency 129.785 ms 2023-12-05T16:29:03.005 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:02 smithi040 ceph-mon[107901]: pgmap v268: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-05T16:29:03.246 INFO:teuthology.orchestra.run.smithi040.stdout: 5 180822 7.72 MB/sec execute 503 sec latency 123.039 ms 2023-12-05T16:29:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:02 smithi203 ceph-mon[110631]: pgmap v268: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-05T16:29:04.254 INFO:teuthology.orchestra.run.smithi040.stdout: 5 181014 7.72 MB/sec execute 504 sec latency 133.350 ms 2023-12-05T16:29:05.060 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:04 smithi040 ceph-mon[107901]: pgmap v269: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-05T16:29:05.254 INFO:teuthology.orchestra.run.smithi040.stdout: 5 181225 7.72 MB/sec execute 505 sec latency 124.347 ms 2023-12-05T16:29:05.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:04 smithi203 ceph-mon[110631]: pgmap v269: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-05T16:29:06.254 INFO:teuthology.orchestra.run.smithi040.stdout: 5 181481 7.71 MB/sec execute 506 sec latency 136.751 ms 2023-12-05T16:29:06.996 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:06 smithi040 ceph-mon[107901]: pgmap v270: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-05T16:29:07.258 INFO:teuthology.orchestra.run.smithi040.stdout: 5 181745 7.71 MB/sec execute 507 sec latency 129.514 ms 2023-12-05T16:29:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:06 smithi203 ceph-mon[110631]: pgmap v270: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-05T16:29:08.258 INFO:teuthology.orchestra.run.smithi040.stdout: 5 181999 7.71 MB/sec execute 508 sec latency 146.530 ms 2023-12-05T16:29:09.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:08 smithi040 ceph-mon[107901]: pgmap v271: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-05T16:29:09.258 INFO:teuthology.orchestra.run.smithi040.stdout: 5 182237 7.70 MB/sec execute 509 sec latency 147.811 ms 2023-12-05T16:29:09.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:08 smithi203 ceph-mon[110631]: pgmap v271: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-12-05T16:29:10.259 INFO:teuthology.orchestra.run.smithi040.stdout: 5 182545 7.69 MB/sec execute 510 sec latency 121.500 ms 2023-12-05T16:29:10.844 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:10 smithi040 ceph-mon[107901]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-05T16:29:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:10 smithi203 ceph-mon[110631]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 451 op/s 2023-12-05T16:29:11.258 INFO:teuthology.orchestra.run.smithi040.stdout: 5 182832 7.70 MB/sec execute 511 sec latency 126.590 ms 2023-12-05T16:29:12.264 INFO:teuthology.orchestra.run.smithi040.stdout: 5 183087 7.69 MB/sec execute 512 sec latency 126.358 ms 2023-12-05T16:29:13.167 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:12 smithi040 ceph-mon[107901]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 308 op/s 2023-12-05T16:29:13.167 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:13.264 INFO:teuthology.orchestra.run.smithi040.stdout: 5 183415 7.70 MB/sec execute 513 sec latency 126.300 ms 2023-12-05T16:29:13.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:12 smithi203 ceph-mon[110631]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 308 op/s 2023-12-05T16:29:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:14.264 INFO:teuthology.orchestra.run.smithi040.stdout: 5 183711 7.70 MB/sec execute 514 sec latency 129.710 ms 2023-12-05T16:29:14.974 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:14 smithi040 ceph-mon[107901]: pgmap v274: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-12-05T16:29:15.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 184039 7.71 MB/sec execute 515 sec latency 105.913 ms 2023-12-05T16:29:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:14 smithi203 ceph-mon[110631]: pgmap v274: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-12-05T16:29:16.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 184314 7.71 MB/sec execute 516 sec latency 126.803 ms 2023-12-05T16:29:17.013 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:16 smithi040 ceph-mon[107901]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-05T16:29:17.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 184580 7.71 MB/sec execute 517 sec latency 125.924 ms 2023-12-05T16:29:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:16 smithi203 ceph-mon[110631]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-05T16:29:18.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 184853 7.71 MB/sec execute 518 sec latency 136.876 ms 2023-12-05T16:29:19.061 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:18 smithi040 ceph-mon[107901]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-05T16:29:19.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 185001 7.70 MB/sec execute 519 sec latency 165.848 ms 2023-12-05T16:29:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:18 smithi203 ceph-mon[110631]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.9 MiB/s wr, 312 op/s 2023-12-05T16:29:20.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 185177 7.69 MB/sec execute 520 sec latency 128.535 ms 2023-12-05T16:29:20.862 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:20 smithi040 ceph-mon[107901]: pgmap v277: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-05T16:29:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:20 smithi203 ceph-mon[110631]: pgmap v277: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-05T16:29:21.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 185330 7.69 MB/sec execute 521 sec latency 127.200 ms 2023-12-05T16:29:22.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 185567 7.68 MB/sec execute 522 sec latency 126.691 ms 2023-12-05T16:29:23.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:22 smithi040 ceph-mon[107901]: pgmap v278: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-05T16:29:23.265 INFO:teuthology.orchestra.run.smithi040.stdout: 5 185773 7.68 MB/sec execute 523 sec latency 126.685 ms 2023-12-05T16:29:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:22 smithi203 ceph-mon[110631]: pgmap v278: 97 pgs: 97 active+clean; 366 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-05T16:29:24.272 INFO:teuthology.orchestra.run.smithi040.stdout: 5 186026 7.67 MB/sec execute 524 sec latency 121.143 ms 2023-12-05T16:29:25.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:24 smithi040 ceph-mon[107901]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-12-05T16:29:25.282 INFO:teuthology.orchestra.run.smithi040.stdout: 5 186225 7.66 MB/sec execute 525 sec latency 137.140 ms 2023-12-05T16:29:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:24 smithi203 ceph-mon[110631]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-12-05T16:29:26.291 INFO:teuthology.orchestra.run.smithi040.stdout: 5 186474 7.66 MB/sec execute 526 sec latency 105.900 ms 2023-12-05T16:29:27.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:26 smithi040 ceph-mon[107901]: pgmap v280: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-05T16:29:27.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:27.290 INFO:teuthology.orchestra.run.smithi040.stdout: 5 186612 7.65 MB/sec execute 527 sec latency 145.949 ms 2023-12-05T16:29:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:26 smithi203 ceph-mon[110631]: pgmap v280: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-05T16:29:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:28.291 INFO:teuthology.orchestra.run.smithi040.stdout: 5 186908 7.66 MB/sec execute 528 sec latency 136.897 ms 2023-12-05T16:29:29.074 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:29 smithi040 ceph-mon[107901]: pgmap v281: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-05T16:29:29.294 INFO:teuthology.orchestra.run.smithi040.stdout: 5 187152 7.66 MB/sec execute 529 sec latency 173.937 ms 2023-12-05T16:29:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:29 smithi203 ceph-mon[110631]: pgmap v281: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-05T16:29:30.297 INFO:teuthology.orchestra.run.smithi040.stdout: 5 187450 7.66 MB/sec execute 530 sec latency 129.968 ms 2023-12-05T16:29:30.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:30 smithi040 ceph-mon[107901]: pgmap v282: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-05T16:29:31.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:30 smithi203 ceph-mon[110631]: pgmap v282: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-12-05T16:29:31.298 INFO:teuthology.orchestra.run.smithi040.stdout: 5 187735 7.67 MB/sec execute 531 sec latency 129.833 ms 2023-12-05T16:29:32.300 INFO:teuthology.orchestra.run.smithi040.stdout: 5 187957 7.66 MB/sec execute 532 sec latency 125.282 ms 2023-12-05T16:29:33.145 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:32 smithi040 ceph-mon[107901]: pgmap v283: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.3 MiB/s wr, 257 op/s 2023-12-05T16:29:33.300 INFO:teuthology.orchestra.run.smithi040.stdout: 5 188209 7.66 MB/sec execute 533 sec latency 129.901 ms 2023-12-05T16:29:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:32 smithi203 ceph-mon[110631]: pgmap v283: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.3 MiB/s wr, 257 op/s 2023-12-05T16:29:34.300 INFO:teuthology.orchestra.run.smithi040.stdout: 5 188466 7.66 MB/sec execute 534 sec latency 129.523 ms 2023-12-05T16:29:34.975 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:34 smithi040 ceph-mon[107901]: pgmap v284: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-05T16:29:35.302 INFO:teuthology.orchestra.run.smithi040.stdout: 5 188679 7.65 MB/sec execute 535 sec latency 140.021 ms 2023-12-05T16:29:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:34 smithi203 ceph-mon[110631]: pgmap v284: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-05T16:29:36.302 INFO:teuthology.orchestra.run.smithi040.stdout: 5 188930 7.65 MB/sec execute 536 sec latency 139.504 ms 2023-12-05T16:29:37.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:36 smithi040 ceph-mon[107901]: pgmap v285: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-12-05T16:29:37.310 INFO:teuthology.orchestra.run.smithi040.stdout: 5 189182 7.65 MB/sec execute 537 sec latency 126.517 ms 2023-12-05T16:29:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:36 smithi203 ceph-mon[110631]: pgmap v285: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-12-05T16:29:38.310 INFO:teuthology.orchestra.run.smithi040.stdout: 5 189394 7.64 MB/sec execute 538 sec latency 136.383 ms 2023-12-05T16:29:39.148 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:38 smithi040 ceph-mon[107901]: pgmap v286: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-12-05T16:29:39.310 INFO:teuthology.orchestra.run.smithi040.stdout: 5 189690 7.64 MB/sec execute 539 sec latency 105.934 ms 2023-12-05T16:29:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:38 smithi203 ceph-mon[110631]: pgmap v286: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.1 MiB/s wr, 290 op/s 2023-12-05T16:29:40.310 INFO:teuthology.orchestra.run.smithi040.stdout: 5 189977 7.64 MB/sec execute 540 sec latency 119.384 ms 2023-12-05T16:29:40.926 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:40 smithi040 ceph-mon[107901]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-05T16:29:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:40 smithi203 ceph-mon[110631]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-05T16:29:41.316 INFO:teuthology.orchestra.run.smithi040.stdout: 5 190239 7.64 MB/sec execute 541 sec latency 140.251 ms 2023-12-05T16:29:42.321 INFO:teuthology.orchestra.run.smithi040.stdout: 5 190511 7.64 MB/sec execute 542 sec latency 210.600 ms 2023-12-05T16:29:42.975 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:42 smithi040 ceph-mon[107901]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-12-05T16:29:42.976 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:43.330 INFO:teuthology.orchestra.run.smithi040.stdout: 5 190867 7.65 MB/sec execute 543 sec latency 129.905 ms 2023-12-05T16:29:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:42 smithi203 ceph-mon[110631]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-12-05T16:29:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:44.330 INFO:teuthology.orchestra.run.smithi040.stdout: 5 191113 7.65 MB/sec execute 544 sec latency 132.905 ms 2023-12-05T16:29:45.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:44 smithi040 ceph-mon[107901]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-05T16:29:45.330 INFO:teuthology.orchestra.run.smithi040.stdout: 5 191431 7.65 MB/sec execute 545 sec latency 129.960 ms 2023-12-05T16:29:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:44 smithi203 ceph-mon[110631]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-05T16:29:46.335 INFO:teuthology.orchestra.run.smithi040.stdout: 5 191639 7.64 MB/sec execute 546 sec latency 120.746 ms 2023-12-05T16:29:47.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:46 smithi040 ceph-mon[107901]: pgmap v290: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:29:47.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 191869 7.64 MB/sec execute 547 sec latency 128.890 ms 2023-12-05T16:29:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:46 smithi203 ceph-mon[110631]: pgmap v290: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:29:48.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 192135 7.64 MB/sec execute 548 sec latency 123.411 ms 2023-12-05T16:29:49.112 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:48 smithi040 ceph-mon[107901]: pgmap v291: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:29:49.344 INFO:teuthology.orchestra.run.smithi040.stdout: 5 192397 7.65 MB/sec execute 549 sec latency 105.295 ms 2023-12-05T16:29:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:48 smithi203 ceph-mon[110631]: pgmap v291: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-05T16:29:50.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 192573 7.64 MB/sec execute 550 sec latency 130.053 ms 2023-12-05T16:29:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:50 smithi040 ceph-mon[107901]: pgmap v292: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-05T16:29:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:50 smithi203 ceph-mon[110631]: pgmap v292: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-05T16:29:51.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 192854 7.63 MB/sec execute 551 sec latency 120.899 ms 2023-12-05T16:29:52.344 INFO:teuthology.orchestra.run.smithi040.stdout: 5 193091 7.62 MB/sec execute 552 sec latency 120.455 ms 2023-12-05T16:29:53.207 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:52 smithi040 ceph-mon[107901]: pgmap v293: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-05T16:29:53.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 193278 7.62 MB/sec execute 553 sec latency 143.539 ms 2023-12-05T16:29:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:52 smithi203 ceph-mon[110631]: pgmap v293: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-05T16:29:54.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 193559 7.62 MB/sec execute 554 sec latency 131.105 ms 2023-12-05T16:29:55.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:54 smithi040 ceph-mon[107901]: pgmap v294: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-12-05T16:29:55.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 193804 7.62 MB/sec execute 555 sec latency 132.390 ms 2023-12-05T16:29:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:54 smithi203 ceph-mon[110631]: pgmap v294: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-12-05T16:29:56.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 194016 7.62 MB/sec execute 556 sec latency 149.298 ms 2023-12-05T16:29:57.108 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:56 smithi040 ceph-mon[107901]: pgmap v295: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-12-05T16:29:57.108 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:56 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:57.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 194246 7.62 MB/sec execute 557 sec latency 140.666 ms 2023-12-05T16:29:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:57 smithi203 ceph-mon[110631]: pgmap v295: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-12-05T16:29:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:29:58.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 194458 7.62 MB/sec execute 558 sec latency 120.776 ms 2023-12-05T16:29:59.162 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:29:59 smithi040 ceph-mon[107901]: pgmap v296: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-12-05T16:29:59.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 194623 7.61 MB/sec execute 559 sec latency 142.632 ms 2023-12-05T16:29:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:29:59 smithi203 ceph-mon[110631]: pgmap v296: 97 pgs: 97 active+clean; 354 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 300 op/s 2023-12-05T16:30:00.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 194808 7.61 MB/sec execute 560 sec latency 140.466 ms 2023-12-05T16:30:00.944 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: pgmap v297: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-05T16:30:00.944 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:30:00.944 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:30:00.944 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: Upgrade daemon: mgr.smithi040.eariia: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi040.eariia ... 2023-12-05T16:30:00.944 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T16:30:00.944 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: Traceback (most recent call last): 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: "__main__", mod_spec) 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: exec(code, run_globals) 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T16:30:00.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:00 smithi040 ceph-mon[107901]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T16:30:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: pgmap v297: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: Upgrade daemon: mgr.smithi040.eariia: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi040.eariia ... 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: Traceback (most recent call last): 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: "__main__", mod_spec) 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: exec(code, run_globals) 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T16:30:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T16:30:01.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T16:30:01.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T16:30:01.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T16:30:01.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T16:30:01.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:00 smithi203 ceph-mon[110631]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T16:30:01.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 195027 7.60 MB/sec execute 561 sec latency 144.970 ms 2023-12-05T16:30:02.342 INFO:teuthology.orchestra.run.smithi040.stdout: 5 195219 7.60 MB/sec execute 562 sec latency 141.752 ms 2023-12-05T16:30:02.993 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:02 smithi040 ceph-mon[107901]: pgmap v298: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 277 op/s 2023-12-05T16:30:03.349 INFO:teuthology.orchestra.run.smithi040.stdout: 5 195407 7.59 MB/sec execute 563 sec latency 136.079 ms 2023-12-05T16:30:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:02 smithi203 ceph-mon[110631]: pgmap v298: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 277 op/s 2023-12-05T16:30:04.349 INFO:teuthology.orchestra.run.smithi040.stdout: 5 195664 7.59 MB/sec execute 564 sec latency 124.582 ms 2023-12-05T16:30:05.056 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:04 smithi040 ceph-mon[107901]: pgmap v299: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-05T16:30:05.349 INFO:teuthology.orchestra.run.smithi040.stdout: 5 195891 7.59 MB/sec execute 565 sec latency 129.470 ms 2023-12-05T16:30:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:04 smithi203 ceph-mon[110631]: pgmap v299: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-05T16:30:06.359 INFO:teuthology.orchestra.run.smithi040.stdout: 5 196131 7.59 MB/sec execute 566 sec latency 126.579 ms 2023-12-05T16:30:07.090 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:06 smithi040 ceph-mon[107901]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 258 op/s 2023-12-05T16:30:07.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 196444 7.59 MB/sec execute 567 sec latency 120.484 ms 2023-12-05T16:30:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:06 smithi203 ceph-mon[110631]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 258 op/s 2023-12-05T16:30:08.360 INFO:teuthology.orchestra.run.smithi040.stdout: 5 196709 7.58 MB/sec execute 568 sec latency 137.318 ms 2023-12-05T16:30:09.112 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:08 smithi040 ceph-mon[107901]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 258 op/s 2023-12-05T16:30:09.369 INFO:teuthology.orchestra.run.smithi040.stdout: 5 197000 7.58 MB/sec execute 569 sec latency 138.981 ms 2023-12-05T16:30:09.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:08 smithi203 ceph-mon[110631]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 258 op/s 2023-12-05T16:30:10.369 INFO:teuthology.orchestra.run.smithi040.stdout: 5 197388 7.59 MB/sec execute 570 sec latency 126.414 ms 2023-12-05T16:30:10.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:10 smithi040 ceph-mon[107901]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-05T16:30:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:10 smithi203 ceph-mon[110631]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-05T16:30:11.369 INFO:teuthology.orchestra.run.smithi040.stdout: 5 197726 7.60 MB/sec execute 571 sec latency 127.007 ms 2023-12-05T16:30:12.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:12.369 INFO:teuthology.orchestra.run.smithi040.stdout: 5 198056 7.60 MB/sec execute 572 sec latency 114.405 ms 2023-12-05T16:30:12.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:13.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:13 smithi040 ceph-mon[107901]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 273 op/s 2023-12-05T16:30:13.369 INFO:teuthology.orchestra.run.smithi040.stdout: 5 198308 7.60 MB/sec execute 573 sec latency 120.869 ms 2023-12-05T16:30:13.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:13 smithi203 ceph-mon[110631]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.7 MiB/s wr, 273 op/s 2023-12-05T16:30:14.369 INFO:teuthology.orchestra.run.smithi040.stdout: 5 198570 7.60 MB/sec execute 574 sec latency 130.613 ms 2023-12-05T16:30:15.295 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:15 smithi040 ceph-mon[107901]: pgmap v304: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 465 op/s 2023-12-05T16:30:15.369 INFO:teuthology.orchestra.run.smithi040.stdout: 5 198780 7.59 MB/sec execute 575 sec latency 143.310 ms 2023-12-05T16:30:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:15 smithi203 ceph-mon[110631]: pgmap v304: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 465 op/s 2023-12-05T16:30:16.370 INFO:teuthology.orchestra.run.smithi040.stdout: 5 198998 7.59 MB/sec execute 576 sec latency 137.376 ms 2023-12-05T16:30:17.081 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:17 smithi040 ceph-mon[107901]: pgmap v305: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T16:30:17.370 INFO:teuthology.orchestra.run.smithi040.stdout: 5 199254 7.59 MB/sec execute 577 sec latency 137.835 ms 2023-12-05T16:30:17.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:17 smithi203 ceph-mon[110631]: pgmap v305: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T16:30:18.370 INFO:teuthology.orchestra.run.smithi040.stdout: 5 199548 7.59 MB/sec execute 578 sec latency 130.227 ms 2023-12-05T16:30:19.175 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:19 smithi040 ceph-mon[107901]: pgmap v306: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T16:30:19.370 INFO:teuthology.orchestra.run.smithi040.stdout: 5 199846 7.59 MB/sec execute 579 sec latency 126.888 ms 2023-12-05T16:30:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:19 smithi203 ceph-mon[110631]: pgmap v306: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T16:30:20.370 INFO:teuthology.orchestra.run.smithi040.stdout: 5 200135 7.59 MB/sec execute 580 sec latency 136.406 ms 2023-12-05T16:30:20.984 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:20 smithi040 ceph-mon[107901]: pgmap v307: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-05T16:30:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:20 smithi203 ceph-mon[110631]: pgmap v307: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-05T16:30:21.370 INFO:teuthology.orchestra.run.smithi040.stdout: 5 200400 7.58 MB/sec execute 581 sec latency 126.742 ms 2023-12-05T16:30:22.370 INFO:teuthology.orchestra.run.smithi040.stdout: 5 200646 7.58 MB/sec execute 582 sec latency 131.450 ms 2023-12-05T16:30:23.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:22 smithi040 ceph-mon[107901]: pgmap v308: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-05T16:30:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:22 smithi203 ceph-mon[110631]: pgmap v308: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-05T16:30:23.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 200940 7.59 MB/sec execute 583 sec latency 123.762 ms 2023-12-05T16:30:24.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 201199 7.59 MB/sec execute 584 sec latency 123.841 ms 2023-12-05T16:30:25.095 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:24 smithi040 ceph-mon[107901]: pgmap v309: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-12-05T16:30:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:24 smithi203 ceph-mon[110631]: pgmap v309: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-12-05T16:30:25.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 201497 7.59 MB/sec execute 585 sec latency 126.807 ms 2023-12-05T16:30:26.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 201766 7.59 MB/sec execute 586 sec latency 133.174 ms 2023-12-05T16:30:27.143 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:26 smithi040 ceph-mon[107901]: pgmap v310: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-05T16:30:27.143 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:26 smithi203 ceph-mon[110631]: pgmap v310: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-05T16:30:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:27.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 201967 7.58 MB/sec execute 587 sec latency 143.428 ms 2023-12-05T16:30:28.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 202174 7.58 MB/sec execute 588 sec latency 142.212 ms 2023-12-05T16:30:29.225 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:28 smithi040 ceph-mon[107901]: pgmap v311: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-05T16:30:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:28 smithi203 ceph-mon[110631]: pgmap v311: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-05T16:30:29.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 202406 7.58 MB/sec execute 589 sec latency 134.407 ms 2023-12-05T16:30:30.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 202693 7.58 MB/sec execute 590 sec latency 120.677 ms 2023-12-05T16:30:31.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:30 smithi040 ceph-mon[107901]: pgmap v312: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-12-05T16:30:31.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:30 smithi203 ceph-mon[110631]: pgmap v312: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-12-05T16:30:31.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 202893 7.58 MB/sec execute 591 sec latency 139.494 ms 2023-12-05T16:30:32.377 INFO:teuthology.orchestra.run.smithi040.stdout: 5 203064 7.57 MB/sec execute 592 sec latency 194.752 ms 2023-12-05T16:30:33.081 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:32 smithi040 ceph-mon[107901]: pgmap v313: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-05T16:30:33.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:32 smithi203 ceph-mon[110631]: pgmap v313: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-12-05T16:30:33.387 INFO:teuthology.orchestra.run.smithi040.stdout: 5 203330 7.57 MB/sec execute 593 sec latency 143.081 ms 2023-12-05T16:30:34.395 INFO:teuthology.orchestra.run.smithi040.stdout: 5 203534 7.56 MB/sec execute 594 sec latency 134.356 ms 2023-12-05T16:30:35.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:34 smithi040 ceph-mon[107901]: pgmap v314: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-12-05T16:30:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:34 smithi203 ceph-mon[110631]: pgmap v314: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-12-05T16:30:35.395 INFO:teuthology.orchestra.run.smithi040.stdout: 5 203753 7.55 MB/sec execute 595 sec latency 98.343 ms 2023-12-05T16:30:36.395 INFO:teuthology.orchestra.run.smithi040.stdout: 5 203995 7.55 MB/sec execute 596 sec latency 126.676 ms 2023-12-05T16:30:37.194 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:36 smithi040 ceph-mon[107901]: pgmap v315: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-12-05T16:30:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:36 smithi203 ceph-mon[110631]: pgmap v315: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-12-05T16:30:37.395 INFO:teuthology.orchestra.run.smithi040.stdout: 5 204170 7.55 MB/sec execute 597 sec latency 183.695 ms 2023-12-05T16:30:38.395 INFO:teuthology.orchestra.run.smithi040.stdout: 5 204418 7.55 MB/sec execute 598 sec latency 139.957 ms 2023-12-05T16:30:39.001 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:38 smithi040 ceph-mon[107901]: pgmap v316: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-12-05T16:30:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:38 smithi203 ceph-mon[110631]: pgmap v316: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 292 op/s 2023-12-05T16:30:39.395 INFO:teuthology.orchestra.run.smithi040.stdout: 5 204648 7.55 MB/sec execute 599 sec latency 141.041 ms 2023-12-05T16:30:40.396 INFO:teuthology.orchestra.run.smithi040.stdout: 5 204903 7.55 MB/sec execute 600 sec latency 120.223 ms 2023-12-05T16:30:40.814 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:40 smithi040 ceph-mon[107901]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-05T16:30:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:40 smithi203 ceph-mon[110631]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-05T16:30:41.396 INFO:teuthology.orchestra.run.smithi040.stdout: 5 cleanup 601 sec 2023-12-05T16:30:41.525 INFO:teuthology.orchestra.run.smithi040.stdout:[203764] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002f900000004' failed - Device or resource busy 2023-12-05T16:30:41.526 INFO:teuthology.orchestra.run.smithi040.stdout:[203764] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002fc00000006' failed - Device or resource busy 2023-12-05T16:30:41.526 INFO:teuthology.orchestra.run.smithi040.stdout:[203764] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002f100000003' failed - Device or resource busy 2023-12-05T16:30:41.526 INFO:teuthology.orchestra.run.smithi040.stdout:[203764] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002e200000002' failed - Device or resource busy 2023-12-05T16:30:41.530 INFO:teuthology.orchestra.run.smithi040.stdout:[203764] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002ea00000001' failed - Device or resource busy 2023-12-05T16:30:42.112 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:42.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:42.395 INFO:teuthology.orchestra.run.smithi040.stdout: 2 cleanup 602 sec 2023-12-05T16:30:43.162 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:43 smithi040 ceph-mon[107901]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-05T16:30:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:43 smithi203 ceph-mon[110631]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-05T16:30:43.395 INFO:teuthology.orchestra.run.smithi040.stdout: 2 cleanup 603 sec 2023-12-05T16:30:44.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 604 sec 2023-12-05T16:30:45.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:45 smithi203 ceph-mon[110631]: pgmap v319: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-12-05T16:30:45.395 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 605 sec 2023-12-05T16:30:45.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:45 smithi040 ceph-mon[107901]: pgmap v319: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-12-05T16:30:46.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 606 sec 2023-12-05T16:30:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:47 smithi203 ceph-mon[110631]: pgmap v320: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.4 MiB/s wr, 233 op/s 2023-12-05T16:30:47.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 607 sec 2023-12-05T16:30:47.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:47 smithi040 ceph-mon[107901]: pgmap v320: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.4 MiB/s wr, 233 op/s 2023-12-05T16:30:48.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 608 sec 2023-12-05T16:30:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:49 smithi203 ceph-mon[110631]: pgmap v321: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.4 MiB/s wr, 233 op/s 2023-12-05T16:30:49.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 609 sec 2023-12-05T16:30:49.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:49 smithi040 ceph-mon[107901]: pgmap v321: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.4 MiB/s wr, 233 op/s 2023-12-05T16:30:50.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 610 sec 2023-12-05T16:30:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:50 smithi203 ceph-mon[110631]: pgmap v322: 97 pgs: 97 active+clean; 254 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.5 MiB/s wr, 264 op/s 2023-12-05T16:30:51.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:50 smithi040 ceph-mon[107901]: pgmap v322: 97 pgs: 97 active+clean; 254 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.5 MiB/s wr, 264 op/s 2023-12-05T16:30:51.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 611 sec 2023-12-05T16:30:52.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 612 sec 2023-12-05T16:30:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:52 smithi203 ceph-mon[110631]: pgmap v323: 97 pgs: 97 active+clean; 254 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.2 MiB/s wr, 127 op/s 2023-12-05T16:30:53.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 613 sec 2023-12-05T16:30:53.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:52 smithi040 ceph-mon[107901]: pgmap v323: 97 pgs: 97 active+clean; 254 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.2 MiB/s wr, 127 op/s 2023-12-05T16:30:54.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 614 sec 2023-12-05T16:30:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:54 smithi203 ceph-mon[110631]: pgmap v324: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.2 MiB/s wr, 129 op/s 2023-12-05T16:30:55.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 615 sec 2023-12-05T16:30:55.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:54 smithi040 ceph-mon[107901]: pgmap v324: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 1.2 MiB/s wr, 129 op/s 2023-12-05T16:30:56.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 616 sec 2023-12-05T16:30:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:56 smithi203 ceph-mon[110631]: pgmap v325: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 36 KiB/s wr, 32 op/s 2023-12-05T16:30:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:56 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:57.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 617 sec 2023-12-05T16:30:57.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:56 smithi040 ceph-mon[107901]: pgmap v325: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 36 KiB/s wr, 32 op/s 2023-12-05T16:30:57.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:56 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:30:58.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 618 sec 2023-12-05T16:30:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:30:58 smithi203 ceph-mon[110631]: pgmap v326: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 36 KiB/s wr, 32 op/s 2023-12-05T16:30:59.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 619 sec 2023-12-05T16:30:59.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:30:58 smithi040 ceph-mon[107901]: pgmap v326: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 36 KiB/s wr, 32 op/s 2023-12-05T16:31:00.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 620 sec 2023-12-05T16:31:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:00 smithi203 ceph-mon[110631]: pgmap v327: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 36 KiB/s wr, 33 op/s 2023-12-05T16:31:01.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:00 smithi040 ceph-mon[107901]: pgmap v327: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 36 KiB/s wr, 33 op/s 2023-12-05T16:31:01.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 621 sec 2023-12-05T16:31:02.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 622 sec 2023-12-05T16:31:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:02 smithi203 ceph-mon[110631]: pgmap v328: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 7.2 KiB/s wr, 1 op/s 2023-12-05T16:31:03.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 623 sec 2023-12-05T16:31:03.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:02 smithi040 ceph-mon[107901]: pgmap v328: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 7.2 KiB/s wr, 1 op/s 2023-12-05T16:31:04.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 624 sec 2023-12-05T16:31:05.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:04 smithi203 ceph-mon[110631]: pgmap v329: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 7.2 KiB/s wr, 1 op/s 2023-12-05T16:31:05.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 625 sec 2023-12-05T16:31:05.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:04 smithi040 ceph-mon[107901]: pgmap v329: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 7.2 KiB/s wr, 1 op/s 2023-12-05T16:31:06.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 626 sec 2023-12-05T16:31:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:06 smithi203 ceph-mon[110631]: pgmap v330: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:31:07.396 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 627 sec 2023-12-05T16:31:07.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:06 smithi040 ceph-mon[107901]: pgmap v330: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:31:08.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 628 sec 2023-12-05T16:31:09.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:08 smithi203 ceph-mon[110631]: pgmap v331: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:31:09.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 629 sec 2023-12-05T16:31:09.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:08 smithi040 ceph-mon[107901]: pgmap v331: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:31:10.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 630 sec 2023-12-05T16:31:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:10 smithi203 ceph-mon[110631]: pgmap v332: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:31:11.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:10 smithi040 ceph-mon[107901]: pgmap v332: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:31:11.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 631 sec 2023-12-05T16:31:12.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:12.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 632 sec 2023-12-05T16:31:12.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:13 smithi203 ceph-mon[110631]: pgmap v333: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:13.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 633 sec 2023-12-05T16:31:13.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:13 smithi040 ceph-mon[107901]: pgmap v333: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:14.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 634 sec 2023-12-05T16:31:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:15 smithi203 ceph-mon[110631]: pgmap v334: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:15.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 635 sec 2023-12-05T16:31:15.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:15 smithi040 ceph-mon[107901]: pgmap v334: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:16.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 636 sec 2023-12-05T16:31:17.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:17 smithi203 ceph-mon[110631]: pgmap v335: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:17.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 637 sec 2023-12-05T16:31:17.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:17 smithi040 ceph-mon[107901]: pgmap v335: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:18.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 638 sec 2023-12-05T16:31:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:19 smithi203 ceph-mon[110631]: pgmap v336: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:19.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 639 sec 2023-12-05T16:31:19.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:19 smithi040 ceph-mon[107901]: pgmap v336: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:20.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 640 sec 2023-12-05T16:31:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:20 smithi203 ceph-mon[110631]: pgmap v337: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:31:21.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:20 smithi040 ceph-mon[107901]: pgmap v337: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:31:21.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 641 sec 2023-12-05T16:31:22.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 642 sec 2023-12-05T16:31:23.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:22 smithi203 ceph-mon[110631]: pgmap v338: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:23.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 643 sec 2023-12-05T16:31:23.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:22 smithi040 ceph-mon[107901]: pgmap v338: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:24.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 644 sec 2023-12-05T16:31:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:25 smithi203 ceph-mon[110631]: pgmap v339: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:25.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 645 sec 2023-12-05T16:31:25.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:25 smithi040 ceph-mon[107901]: pgmap v339: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:26.397 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 646 sec 2023-12-05T16:31:27.294 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:27 smithi040 ceph-mon[107901]: pgmap v340: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:27.294 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:27 smithi203 ceph-mon[110631]: pgmap v340: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:27.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:27.403 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 647 sec 2023-12-05T16:31:28.403 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 648 sec 2023-12-05T16:31:29.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:29 smithi203 ceph-mon[110631]: pgmap v341: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:29.403 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 649 sec 2023-12-05T16:31:29.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:29 smithi040 ceph-mon[107901]: pgmap v341: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:30.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 650 sec 2023-12-05T16:31:31.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:30 smithi203 ceph-mon[110631]: pgmap v342: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-05T16:31:31.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:30 smithi040 ceph-mon[107901]: pgmap v342: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-05T16:31:31.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 651 sec 2023-12-05T16:31:32.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 652 sec 2023-12-05T16:31:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:32 smithi203 ceph-mon[110631]: pgmap v343: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-05T16:31:33.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 653 sec 2023-12-05T16:31:33.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:32 smithi040 ceph-mon[107901]: pgmap v343: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-05T16:31:34.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 654 sec 2023-12-05T16:31:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:34 smithi203 ceph-mon[110631]: pgmap v344: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-05T16:31:35.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 655 sec 2023-12-05T16:31:35.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:34 smithi040 ceph-mon[107901]: pgmap v344: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-05T16:31:36.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 656 sec 2023-12-05T16:31:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:36 smithi203 ceph-mon[110631]: pgmap v345: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-05T16:31:37.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 657 sec 2023-12-05T16:31:37.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:36 smithi040 ceph-mon[107901]: pgmap v345: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-05T16:31:38.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 658 sec 2023-12-05T16:31:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:38 smithi203 ceph-mon[110631]: pgmap v346: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-05T16:31:39.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 659 sec 2023-12-05T16:31:39.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:38 smithi040 ceph-mon[107901]: pgmap v346: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-05T16:31:40.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 660 sec 2023-12-05T16:31:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:40 smithi203 ceph-mon[110631]: pgmap v347: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-05T16:31:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:40 smithi040 ceph-mon[107901]: pgmap v347: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-12-05T16:31:41.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 661 sec 2023-12-05T16:31:42.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:42.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 662 sec 2023-12-05T16:31:42.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:43.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:43 smithi203 ceph-mon[110631]: pgmap v348: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-05T16:31:43.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 663 sec 2023-12-05T16:31:43.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:43 smithi040 ceph-mon[107901]: pgmap v348: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-05T16:31:44.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 664 sec 2023-12-05T16:31:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:45 smithi203 ceph-mon[110631]: pgmap v349: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-05T16:31:45.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 665 sec 2023-12-05T16:31:45.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:45 smithi040 ceph-mon[107901]: pgmap v349: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-12-05T16:31:46.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 666 sec 2023-12-05T16:31:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:47 smithi203 ceph-mon[110631]: pgmap v350: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-05T16:31:47.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 667 sec 2023-12-05T16:31:47.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:47 smithi040 ceph-mon[107901]: pgmap v350: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-05T16:31:48.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 668 sec 2023-12-05T16:31:49.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:49 smithi203 ceph-mon[110631]: pgmap v351: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-05T16:31:49.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 669 sec 2023-12-05T16:31:49.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:49 smithi040 ceph-mon[107901]: pgmap v351: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-12-05T16:31:50.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 670 sec 2023-12-05T16:31:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:50 smithi203 ceph-mon[110631]: pgmap v352: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-05T16:31:51.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:50 smithi040 ceph-mon[107901]: pgmap v352: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-12-05T16:31:51.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 671 sec 2023-12-05T16:31:52.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 672 sec 2023-12-05T16:31:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:52 smithi203 ceph-mon[110631]: pgmap v353: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:53.404 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 673 sec 2023-12-05T16:31:53.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:52 smithi040 ceph-mon[107901]: pgmap v353: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:54.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 674 sec 2023-12-05T16:31:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:54 smithi203 ceph-mon[110631]: pgmap v354: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:55.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 675 sec 2023-12-05T16:31:55.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:54 smithi040 ceph-mon[107901]: pgmap v354: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:56.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 676 sec 2023-12-05T16:31:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:57 smithi203 ceph-mon[110631]: pgmap v355: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:57.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:57.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 677 sec 2023-12-05T16:31:57.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:57 smithi040 ceph-mon[107901]: pgmap v355: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:57.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:31:58.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 678 sec 2023-12-05T16:31:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:31:59 smithi203 ceph-mon[110631]: pgmap v356: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:31:59.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 679 sec 2023-12-05T16:31:59.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:31:59 smithi040 ceph-mon[107901]: pgmap v356: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:00.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 680 sec 2023-12-05T16:32:01.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:00 smithi203 ceph-mon[110631]: pgmap v357: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:32:01.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:00 smithi040 ceph-mon[107901]: pgmap v357: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:32:01.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 681 sec 2023-12-05T16:32:02.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 682 sec 2023-12-05T16:32:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:03 smithi203 ceph-mon[110631]: pgmap v358: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:03.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 683 sec 2023-12-05T16:32:03.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:03 smithi040 ceph-mon[107901]: pgmap v358: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:04.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 684 sec 2023-12-05T16:32:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:05 smithi203 ceph-mon[110631]: pgmap v359: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:05.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 685 sec 2023-12-05T16:32:05.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:05 smithi040 ceph-mon[107901]: pgmap v359: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:06.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 686 sec 2023-12-05T16:32:07.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:07 smithi203 ceph-mon[110631]: pgmap v360: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:07.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 687 sec 2023-12-05T16:32:07.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:07 smithi040 ceph-mon[107901]: pgmap v360: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:08.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 688 sec 2023-12-05T16:32:09.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:09 smithi203 ceph-mon[110631]: pgmap v361: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:09.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 689 sec 2023-12-05T16:32:09.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:09 smithi040 ceph-mon[107901]: pgmap v361: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:10.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 690 sec 2023-12-05T16:32:11.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:10 smithi203 ceph-mon[110631]: pgmap v362: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:32:11.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:10 smithi040 ceph-mon[107901]: pgmap v362: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:32:11.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 691 sec 2023-12-05T16:32:12.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:12.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 692 sec 2023-12-05T16:32:12.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:13.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:13 smithi203 ceph-mon[110631]: pgmap v363: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:13.405 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 693 sec 2023-12-05T16:32:13.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:13 smithi040 ceph-mon[107901]: pgmap v363: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:14.406 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 694 sec 2023-12-05T16:32:15.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:15 smithi203 ceph-mon[110631]: pgmap v364: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:15.406 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 695 sec 2023-12-05T16:32:15.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:15 smithi040 ceph-mon[107901]: pgmap v364: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:16.406 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 696 sec 2023-12-05T16:32:17.356 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:17 smithi040 ceph-mon[107901]: pgmap v365: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:17 smithi203 ceph-mon[110631]: pgmap v365: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:17.406 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 697 sec 2023-12-05T16:32:17.617 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: 0 cleanup 698 sec 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Operation Count AvgLat MaxLat 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: ---------------------------------------- 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: NTCreateX 145048 7.278 175.153 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Close 106607 0.155 32.236 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Rename 6165 11.600 227.189 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Unlink 29272 6.849 121.050 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Qpathinfo 131761 3.031 105.975 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Qfileinfo 23012 0.109 13.753 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Qfsinfo 24166 3.098 43.301 2023-12-05T16:32:17.927 INFO:teuthology.orchestra.run.smithi040.stdout: Sfileinfo 11843 10.546 88.928 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout: Find 50972 5.739 145.539 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout: WriteX 71849 10.581 78.460 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout: ReadX 228365 0.011 20.356 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout: LockX 476 0.457 9.899 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout: UnlockX 476 0.370 12.064 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout: Flush 10161 0.003 0.020 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:32:17.928 INFO:teuthology.orchestra.run.smithi040.stdout:Throughput 7.54809 MB/sec 5 clients 5 procs max_latency=227.197 ms 2023-12-05T16:32:17.929 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-05T16:32:17.993 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-05T16:32:18.072 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-05T16:32:18.137 INFO:teuthology.orchestra.run.smithi040.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-05T16:32:18.138 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:32:18.138 INFO:teuthology.orchestra.run.smithi040.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-05T16:32:18.138 INFO:teuthology.orchestra.run.smithi040.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-05T16:32:18.239 INFO:teuthology.orchestra.run.smithi040.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-05T16:32:18.239 INFO:teuthology.orchestra.run.smithi040.stdout:releasing clients 2023-12-05T16:32:18.743 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:18 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:18.743 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:18 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:18.743 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:18 smithi040 ceph-mon[107901]: pgmap v366: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:18.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:18 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:18.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:18 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:18.874 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:18 smithi203 ceph-mon[110631]: pgmap v366: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:19.804 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 starting - - - - 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (18m) 11m ago 18m 7037k - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (17m) 7m ago 17m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 starting - - - - 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (14m) 11m ago 14m 34.0M - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (14m) 7m ago 13m 16.4M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:9283 running (19m) 11m ago 19m 395M - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (12m) 7m ago 17m 511M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (19m) 11m ago 19m 81.9M 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (17m) 7m ago 17m 89.6M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (13m) 11m ago 13m 254M - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:32:19.805 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (13m) 7m ago 13m 90.5M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 starting - - - - 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (11m) 7m ago 17m 20.2M - 1.3.1 1dbe0e931976 962cf4ef52c2 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (17m) 11m ago 16m 521M 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (16m) 11m ago 16m 358M 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (16m) 11m ago 16m 226M 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (16m) 11m ago 16m 507M 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (15m) 7m ago 15m 1309M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (15m) 7m ago 15m 1635M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (15m) 7m ago 15m 1294M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (14m) 7m ago 14m 2073M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:32:19.806 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 starting - - - - 2023-12-05T16:32:20.246 INFO:teuthology.orchestra.run.smithi040.stdout: 5 264 15.06 MB/sec execute 1 sec latency 140.085 ms 2023-12-05T16:32:20.423 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T16:32:20.878 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:20 smithi040 ceph-mon[107901]: from='client.24671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:32:20.878 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:20 smithi040 ceph-mon[107901]: pgmap v367: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 0 op/s 2023-12-05T16:32:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:20 smithi203 ceph-mon[110631]: from='client.24671 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:32:21.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:20 smithi203 ceph-mon[110631]: pgmap v367: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 0 op/s 2023-12-05T16:32:21.246 INFO:teuthology.orchestra.run.smithi040.stdout: 5 369 15.59 MB/sec execute 2 sec latency 139.234 ms 2023-12-05T16:32:22.246 INFO:teuthology.orchestra.run.smithi040.stdout: 5 463 15.51 MB/sec execute 3 sec latency 207.456 ms 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:32:23.202 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:32:23.203 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:32:23.203 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:32:23.203 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:32:23.203 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:32:23.203 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:32:23.203 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:32:23.249 INFO:teuthology.orchestra.run.smithi040.stdout: 5 576 16.05 MB/sec execute 4 sec latency 185.230 ms 2023-12-05T16:32:23.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:23 smithi040 ceph-mon[107901]: pgmap v368: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 0 op/s 2023-12-05T16:32:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:23 smithi203 ceph-mon[110631]: pgmap v368: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 0 op/s 2023-12-05T16:32:23.803 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-05T16:32:24.254 INFO:teuthology.orchestra.run.smithi040.stdout: 5 cleanup 5 sec 2023-12-05T16:32:24.301 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:24 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1431576211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:32:24.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:24 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1431576211' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:32:25.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:25 smithi040 ceph-mon[107901]: pgmap v369: 97 pgs: 97 active+clean; 338 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 8.0 MiB/s wr, 124 op/s 2023-12-05T16:32:25.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:25 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:25.071 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:25 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:25.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:25 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:32:25.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:25 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:32:25.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:25 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:25.072 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:25 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:25.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 6 sec 2023-12-05T16:32:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:25 smithi203 ceph-mon[110631]: pgmap v369: 97 pgs: 97 active+clean; 338 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 8.0 MiB/s wr, 124 op/s 2023-12-05T16:32:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:25 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:25 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:25.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:25 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:32:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:25 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:32:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:25 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:25 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:26.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 7 sec 2023-12-05T16:32:26.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:26 smithi203 ceph-mon[110631]: pgmap v370: 97 pgs: 97 active+clean; 338 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 556 B/s rd, 8.7 MiB/s wr, 135 op/s 2023-12-05T16:32:26.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:26 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:32:26.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:26.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:26 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:26.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:26 smithi203 ceph-mon[110631]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-05T16:32:26.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:26 smithi040 ceph-mon[107901]: pgmap v370: 97 pgs: 97 active+clean; 338 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 556 B/s rd, 8.7 MiB/s wr, 135 op/s 2023-12-05T16:32:26.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:26 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:32:26.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:26.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:26 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:26.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:26 smithi040 ceph-mon[107901]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-05T16:32:27.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 8 sec 2023-12-05T16:32:28.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 9 sec 2023-12-05T16:32:28.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:27 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:28.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:28.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:27 smithi203 ceph-mon[110631]: pgmap v371: 97 pgs: 97 active+clean; 338 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 556 B/s rd, 8.7 MiB/s wr, 135 op/s 2023-12-05T16:32:28.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:27 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:28.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:28.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:27 smithi040 ceph-mon[107901]: pgmap v371: 97 pgs: 97 active+clean; 338 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 556 B/s rd, 8.7 MiB/s wr, 135 op/s 2023-12-05T16:32:29.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 10 sec 2023-12-05T16:32:30.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 11 sec 2023-12-05T16:32:30.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:30 smithi203 ceph-mon[110631]: pgmap v372: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.8 MiB/s wr, 195 op/s 2023-12-05T16:32:30.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:30 smithi040 ceph-mon[107901]: pgmap v372: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.8 MiB/s wr, 195 op/s 2023-12-05T16:32:31.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 12 sec 2023-12-05T16:32:32.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 13 sec 2023-12-05T16:32:32.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:32 smithi203 ceph-mon[110631]: pgmap v373: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.8 MiB/s wr, 195 op/s 2023-12-05T16:32:32.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:32 smithi040 ceph-mon[107901]: pgmap v373: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.8 MiB/s wr, 195 op/s 2023-12-05T16:32:33.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 14 sec 2023-12-05T16:32:34.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 15 sec 2023-12-05T16:32:34.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:34 smithi203 ceph-mon[110631]: pgmap v374: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.8 MiB/s wr, 196 op/s 2023-12-05T16:32:34.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:34 smithi040 ceph-mon[107901]: pgmap v374: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.8 MiB/s wr, 196 op/s 2023-12-05T16:32:35.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 16 sec 2023-12-05T16:32:36.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:35 smithi203 ceph-mon[110631]: pgmap v375: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 62 op/s 2023-12-05T16:32:36.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:35 smithi040 ceph-mon[107901]: pgmap v375: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.1 MiB/s wr, 62 op/s 2023-12-05T16:32:36.254 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 17 sec 2023-12-05T16:32:37.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 18 sec 2023-12-05T16:32:38.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 19 sec 2023-12-05T16:32:38.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:38 smithi203 ceph-mon[110631]: pgmap v376: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.0 MiB/s wr, 57 op/s 2023-12-05T16:32:38.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:38 smithi040 ceph-mon[107901]: pgmap v376: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.0 MiB/s wr, 57 op/s 2023-12-05T16:32:39.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 20 sec 2023-12-05T16:32:40.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 21 sec 2023-12-05T16:32:40.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:40 smithi203 ceph-mon[110631]: pgmap v377: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.0 MiB/s wr, 58 op/s 2023-12-05T16:32:40.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:40 smithi040 ceph-mon[107901]: pgmap v377: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.0 MiB/s wr, 58 op/s 2023-12-05T16:32:41.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 22 sec 2023-12-05T16:32:42.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 23 sec 2023-12-05T16:32:42.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:42 smithi203 ceph-mon[110631]: pgmap v378: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 20 KiB/s wr, 2 op/s 2023-12-05T16:32:42.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:42.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:42 smithi040 ceph-mon[107901]: pgmap v378: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 20 KiB/s wr, 2 op/s 2023-12-05T16:32:42.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:43.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 24 sec 2023-12-05T16:32:44.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 25 sec 2023-12-05T16:32:44.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:44 smithi203 ceph-mon[110631]: pgmap v379: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 20 KiB/s wr, 2 op/s 2023-12-05T16:32:44.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:44 smithi040 ceph-mon[107901]: pgmap v379: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 20 KiB/s wr, 2 op/s 2023-12-05T16:32:45.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 26 sec 2023-12-05T16:32:46.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:45 smithi203 ceph-mon[110631]: pgmap v380: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-12-05T16:32:46.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:45 smithi040 ceph-mon[107901]: pgmap v380: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-12-05T16:32:46.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 27 sec 2023-12-05T16:32:47.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 28 sec 2023-12-05T16:32:48.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 29 sec 2023-12-05T16:32:48.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:48 smithi203 ceph-mon[110631]: pgmap v381: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 1 op/s 2023-12-05T16:32:48.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:48 smithi040 ceph-mon[107901]: pgmap v381: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.6 KiB/s wr, 1 op/s 2023-12-05T16:32:49.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 30 sec 2023-12-05T16:32:50.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 31 sec 2023-12-05T16:32:50.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:50 smithi203 ceph-mon[110631]: pgmap v382: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.6 KiB/s wr, 1 op/s 2023-12-05T16:32:50.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:50 smithi040 ceph-mon[107901]: pgmap v382: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.6 KiB/s wr, 1 op/s 2023-12-05T16:32:51.256 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 32 sec 2023-12-05T16:32:52.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 33 sec 2023-12-05T16:32:52.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:52 smithi203 ceph-mon[110631]: pgmap v383: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:32:52.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:52 smithi040 ceph-mon[107901]: pgmap v383: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:32:53.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 34 sec 2023-12-05T16:32:54.107 INFO:teuthology.orchestra.run.smithi040.stdout:wait for servicemap items w/ changing names to refresh 2023-12-05T16:32:54.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:54 smithi040 ceph-mon[107901]: pgmap v384: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:32:54.255 INFO:teuthology.orchestra.run.smithi040.stdout: 1 cleanup 35 sec 2023-12-05T16:32:54.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:54 smithi203 ceph-mon[110631]: pgmap v384: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-05T16:32:54.391 INFO:teuthology.orchestra.run.smithi040.stdout: 0 cleanup 35 sec 2023-12-05T16:32:54.391 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:32:54.391 INFO:teuthology.orchestra.run.smithi040.stdout: Operation Count AvgLat MaxLat 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: ---------------------------------------- 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: NTCreateX 344 36.115 207.452 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Close 332 13.411 55.499 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Rename 4 40.646 69.300 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Unlink 11 13.214 63.451 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Qpathinfo 38 2.186 34.180 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Qfileinfo 303 17.550 46.914 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Qfsinfo 44 7.971 29.970 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Sfileinfo 24 18.674 49.200 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Find 41 24.899 117.875 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: WriteX 1445 0.030 0.084 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: ReadX 140 0.020 0.379 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: Flush 43 17.513 30.163 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-05T16:32:54.392 INFO:teuthology.orchestra.run.smithi040.stdout:Throughput 16.0478 MB/sec 5 clients 5 procs max_latency=207.456 ms 2023-12-05T16:32:54.394 DEBUG:teuthology.parallel:result is None 2023-12-05T16:32:54.519 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 60' 2023-12-05T16:32:55.960 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:55 smithi040 ceph-mon[107901]: pgmap v385: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:56.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:55 smithi203 ceph-mon[110631]: pgmap v385: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:57.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:32:58.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:58 smithi203 ceph-mon[110631]: pgmap v386: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:58.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:58 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:58.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:58 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:58.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:58 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:32:58.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:58 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:32:58.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:58 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:58.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:58 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:58.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:58 smithi040 ceph-mon[107901]: pgmap v386: 97 pgs: 97 active+clean; 250 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:32:58.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:58 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:58.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:58 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:58.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:58 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:32:58.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:58 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:32:58.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:58 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:58.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:58 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:32:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:59 smithi203 ceph-mon[110631]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 2.2 KiB/s wr, 0 op/s 2023-12-05T16:32:59.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:32:59 smithi203 ceph-mon[110631]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-05T16:32:59.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:59 smithi040 ceph-mon[107901]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 185 B/s rd, 2.2 KiB/s wr, 0 op/s 2023-12-05T16:32:59.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:32:59 smithi040 ceph-mon[107901]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-05T16:33:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:00 smithi203 ceph-mon[110631]: pgmap v388: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-12-05T16:33:01.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:00 smithi040 ceph-mon[107901]: pgmap v388: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-12-05T16:33:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:03 smithi203 ceph-mon[110631]: pgmap v389: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-12-05T16:33:03.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:03 smithi040 ceph-mon[107901]: pgmap v389: 97 pgs: 97 active+clean; 249 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 371 B/s rd, 2.5 KiB/s wr, 1 op/s 2023-12-05T16:33:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:05 smithi203 ceph-mon[110631]: pgmap v390: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-12-05T16:33:05.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:05 smithi040 ceph-mon[107901]: pgmap v390: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-12-05T16:33:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:07 smithi203 ceph-mon[110631]: pgmap v391: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-12-05T16:33:07.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:07 smithi040 ceph-mon[107901]: pgmap v391: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-12-05T16:33:09.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:09 smithi203 ceph-mon[110631]: pgmap v392: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 6.5 KiB/s wr, 3 op/s 2023-12-05T16:33:09.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:09 smithi040 ceph-mon[107901]: pgmap v392: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 557 B/s rd, 6.5 KiB/s wr, 3 op/s 2023-12-05T16:33:11.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:10 smithi203 ceph-mon[110631]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.0 KiB/s wr, 2 op/s 2023-12-05T16:33:11.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:10 smithi040 ceph-mon[107901]: pgmap v393: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 682 B/s rd, 4.0 KiB/s wr, 2 op/s 2023-12-05T16:33:13.376 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:12 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:33:13.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:12 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:13.377 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:12 smithi203 ceph-mon[110631]: pgmap v394: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-05T16:33:13.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:12 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:33:13.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:12 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:13.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:12 smithi040 ceph-mon[107901]: pgmap v394: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-05T16:33:15.378 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:15 smithi203 ceph-mon[110631]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-05T16:33:15.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:15 smithi040 ceph-mon[107901]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-12-05T16:33:17.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:17 smithi203 ceph-mon[110631]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-05T16:33:17.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:17 smithi040 ceph-mon[107901]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-05T16:33:19.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:19 smithi203 ceph-mon[110631]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-05T16:33:19.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:19 smithi040 ceph-mon[107901]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-05T16:33:21.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:20 smithi203 ceph-mon[110631]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-12-05T16:33:21.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:20 smithi040 ceph-mon[107901]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-12-05T16:33:23.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:23 smithi203 ceph-mon[110631]: pgmap v399: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:23.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:23 smithi040 ceph-mon[107901]: pgmap v399: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:25.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:25 smithi203 ceph-mon[110631]: pgmap v400: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:25.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:25 smithi040 ceph-mon[107901]: pgmap v400: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:27 smithi203 ceph-mon[110631]: pgmap v401: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:27.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:27 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:27.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:27 smithi040 ceph-mon[107901]: pgmap v401: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:27.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:27 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:29.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:29 smithi203 ceph-mon[110631]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:29.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:29 smithi040 ceph-mon[107901]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:31.125 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:30 smithi203 ceph-mon[110631]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:33:31.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:30 smithi040 ceph-mon[107901]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:33:33.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:33 smithi203 ceph-mon[110631]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:33.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:33 smithi040 ceph-mon[107901]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:35.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:35 smithi203 ceph-mon[110631]: pgmap v405: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:35.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:35 smithi040 ceph-mon[107901]: pgmap v405: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:37.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:37 smithi203 ceph-mon[110631]: pgmap v406: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:37.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:37 smithi040 ceph-mon[107901]: pgmap v406: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:39.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:39 smithi203 ceph-mon[110631]: pgmap v407: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:39.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:39 smithi040 ceph-mon[107901]: pgmap v407: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:41.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:40 smithi203 ceph-mon[110631]: pgmap v408: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:33:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:40 smithi040 ceph-mon[107901]: pgmap v408: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:33:42.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:42 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:42.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:42 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:43.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:43 smithi203 ceph-mon[110631]: pgmap v409: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:43.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:43 smithi040 ceph-mon[107901]: pgmap v409: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:45.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:45 smithi203 ceph-mon[110631]: pgmap v410: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:45.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:45 smithi040 ceph-mon[107901]: pgmap v410: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:47.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:47 smithi203 ceph-mon[110631]: pgmap v411: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:47.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:47 smithi040 ceph-mon[107901]: pgmap v411: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:49.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:49 smithi203 ceph-mon[110631]: pgmap v412: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:49.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:49 smithi040 ceph-mon[107901]: pgmap v412: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:51.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:50 smithi203 ceph-mon[110631]: pgmap v413: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:33:51.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:50 smithi040 ceph-mon[107901]: pgmap v413: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:33:53.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:53 smithi203 ceph-mon[110631]: pgmap v414: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:53.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:53 smithi040 ceph-mon[107901]: pgmap v414: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:55.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:55 smithi203 ceph-mon[110631]: pgmap v415: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:55.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:55 smithi040 ceph-mon[107901]: pgmap v415: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:56.080 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T16:33:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:57 smithi203 ceph-mon[110631]: pgmap v416: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:57.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:57 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:57.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:57 smithi040 ceph-mon[107901]: pgmap v416: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:57.459 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:57 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi040 smithi040 *:9093,9094 running (13m) 59s ago 19m - - 0.23.0 ba2b418f427c b041633b1d40 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi040 smithi040 running (19m) 59s ago 19m - - 17.2.0 e1d6a67b021e 12001333225c 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:crash.smithi203 smithi203 running (19m) 9m ago 19m 7134k - 17.2.0 e1d6a67b021e 63a06db7b91e 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 running (12m) 59s ago 19m - - 8.3.5 dad864ee21e9 1ca668a6dad3 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi040.cyrqks smithi040 running (15m) 59s ago 15m - - 17.2.0 e1d6a67b021e fd417982abe3 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:mds.foofs.smithi203.bupxsp smithi203 running (15m) 9m ago 15m 16.4M - 17.2.0 e1d6a67b021e fc0ca314be33 2023-12-05T16:33:57.599 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi040.eariia smithi040 *:8443,9283,8765 running (20m) 59s ago 20m - - 17.2.0 e1d6a67b021e cc2f4c4fa916 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.smithi203.kzkmul smithi203 *:8443,9283 running (13m) 9m ago 19m 511M - 19.0.0-13-ge6605fb8 104f332cd0a9 a75a5dcbce66 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi040 smithi040 running (20m) 59s ago 20m - 2048M 17.2.0 e1d6a67b021e f8d806dca925 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:mon.smithi203 smithi203 running (19m) 9m ago 19m 89.6M 2048M 17.2.0 e1d6a67b021e d178adf1b022 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.0.0.smithi040.axyeeb smithi040 *:2049 running (15m) 59s ago 15m - - 4.0 e1d6a67b021e 52cc432c3867 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:nfs.foo.1.0.smithi203.owlrmu smithi203 *:2049 running (15m) 9m ago 15m 90.5M - 4.0 e1d6a67b021e 4d7286739ae1 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 running (12m) 59s ago 19m - - 1.3.1 1dbe0e931976 12f29a944ee1 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi203 smithi203 *:9100 running (12m) 9m ago 19m 20.2M - 1.3.1 1dbe0e931976 962cf4ef52c2 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (18m) 59s ago 18m - 1945M 17.2.0 e1d6a67b021e 292cda6a7051 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi040 running (18m) 59s ago 18m - 1945M 17.2.0 e1d6a67b021e c6429ab08974 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi040 running (17m) 59s ago 17m - 1945M 17.2.0 e1d6a67b021e 5f038088e830 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.3 smithi040 running (17m) 59s ago 17m - 1945M 17.2.0 e1d6a67b021e eecdffb15cad 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.4 smithi203 running (17m) 9m ago 17m 1309M 2712M 17.2.0 e1d6a67b021e 9daf8d0cf395 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.5 smithi203 running (17m) 9m ago 17m 1635M 2712M 17.2.0 e1d6a67b021e b6b2c4c666f6 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.6 smithi203 running (16m) 9m ago 16m 1294M 2712M 17.2.0 e1d6a67b021e 0e36b1471d72 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:osd.7 smithi203 running (16m) 9m ago 16m 2073M 2712M 17.2.0 e1d6a67b021e 54cb8e7e2d55 2023-12-05T16:33:57.600 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi040 smithi040 *:9095 running (12m) 59s ago 18m - - 2.33.4 514e6a882f6e c05faa87f37b 2023-12-05T16:33:57.980 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade status' 2023-12-05T16:33:59.183 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:59 smithi040 ceph-mon[107901]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:33:59.183 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:59 smithi040 ceph-mon[107901]: pgmap v417: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:59.183 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:33:59 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:33:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:59 smithi203 ceph-mon[110631]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:33:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:59 smithi203 ceph-mon[110631]: pgmap v417: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:33:59.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:33:59 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T16:33:59.741 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:33:59.741 INFO:teuthology.orchestra.run.smithi040.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T16:33:59.741 INFO:teuthology.orchestra.run.smithi040.stdout: "in_progress": true, 2023-12-05T16:33:59.741 INFO:teuthology.orchestra.run.smithi040.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T16:33:59.741 INFO:teuthology.orchestra.run.smithi040.stdout: "services_complete": [], 2023-12-05T16:33:59.741 INFO:teuthology.orchestra.run.smithi040.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T16:33:59.742 INFO:teuthology.orchestra.run.smithi040.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed.", 2023-12-05T16:33:59.742 INFO:teuthology.orchestra.run.smithi040.stdout: "is_paused": true 2023-12-05T16:33:59.742 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:34:00.281 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph health detail' 2023-12-05T16:34:01.089 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:00 smithi040 ceph-mon[107901]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:34:01.089 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:00 smithi040 ceph-mon[107901]: pgmap v418: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:34:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:00 smithi203 ceph-mon[110631]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T16:34:01.124 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:00 smithi203 ceph-mon[110631]: pgmap v418: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T16:34:02.344 INFO:teuthology.orchestra.run.smithi040.stdout:HEALTH_WARN Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:34:02.344 INFO:teuthology.orchestra.run.smithi040.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi040.eariia on host smithi040 failed. 2023-12-05T16:34:02.344 INFO:teuthology.orchestra.run.smithi040.stdout: Upgrade daemon: mgr.smithi040.eariia: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi040.eariia ... 2023-12-05T16:34:02.344 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout:Traceback (most recent call last): 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: "__main__", mod_spec) 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: exec(code, run_globals) 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T16:34:02.345 INFO:teuthology.orchestra.run.smithi040.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T16:34:02.346 INFO:teuthology.orchestra.run.smithi040.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T16:34:02.796 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T16:34:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:03 smithi203 ceph-mon[110631]: pgmap v419: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:34:03.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:03 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/3899604756' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:34:03.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:03 smithi040 ceph-mon[107901]: pgmap v419: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:34:03.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:03 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/3899604756' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T16:34:04.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:04 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:04 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:04 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:34:04.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:04 smithi203 ceph-mon[110631]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:34:04.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:04 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:04 smithi203 ceph-mon[110631]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.399 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2023-12-05T16:34:04.399 INFO:teuthology.orchestra.run.smithi040.stdout: "mon": { 2023-12-05T16:34:04.399 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:34:04.399 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:34:04.399 INFO:teuthology.orchestra.run.smithi040.stdout: "mgr": { 2023-12-05T16:34:04.399 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T16:34:04.399 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: "osd": { 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: "mds": { 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: "overall": { 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout: } 2023-12-05T16:34:04.400 INFO:teuthology.orchestra.run.smithi040.stdout:} 2023-12-05T16:34:04.423 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:04 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.424 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:04 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.424 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:04 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T16:34:04.424 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:04 smithi040 ceph-mon[107901]: from='mgr.24505 172.21.15.203:0/1241228837' entity='mgr.smithi203.kzkmul' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T16:34:04.424 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:04 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.424 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:04 smithi040 ceph-mon[107901]: from='mgr.24505 ' entity='mgr.smithi203.kzkmul' 2023-12-05T16:34:04.969 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-05T16:34:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:05 smithi203 ceph-mon[110631]: pgmap v420: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:34:05.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:05 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1436987171' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:34:05.388 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:05 smithi040 ceph-mon[107901]: pgmap v420: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:34:05.388 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:05 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1436987171' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:34:06.674 INFO:teuthology.orchestra.run.smithi040.stdout:false 2023-12-05T16:34:07.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:34:07.053 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 smithi040 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 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T16:34:07.122 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6fe879ffd75f43cdba4f7c156dbce644 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 smithi040 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 1dd1aab8-9389-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T16:34:07.125 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-05T16:34:07.134 INFO:tasks.cephadm:Teardown begin 2023-12-05T16:34:07.135 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:34:07.180 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:34:07.217 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-05T16:34:07.217 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T16:34:07.244 DEBUG:teuthology.orchestra.run.smithi203:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T16:34:07.277 INFO:tasks.cephadm:Stopping all daemons... 2023-12-05T16:34:07.277 INFO:tasks.cephadm.mon.smithi040:Stopping mon.smithi040... 2023-12-05T16:34:07.277 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040 2023-12-05T16:34:07.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 ceph-mon[107901]: pgmap v421: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:34:07.317 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 ceph-mon[107901]: from='client.? 172.21.15.40:0/1165183099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:34:07.374 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:07 smithi203 ceph-mon[110631]: pgmap v421: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T16:34:07.375 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:07 smithi203 ceph-mon[110631]: from='client.? 172.21.15.40:0/1165183099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T16:34:07.700 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 systemd[1]: Stopping Ceph mon.smithi040 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:07.700 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi040[107878]: 2023-12-05T16:34:07.404+0000 7fcfa2252700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi040 -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-05T16:34:07.700 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi040[107878]: 2023-12-05T16:34:07.404+0000 7fcfa2252700 -1 mon.smithi040@0(leader) e2 *** Got Signal Terminated *** 2023-12-05T16:34:07.855 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040.service' 2023-12-05T16:34:07.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 bash[158230]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi040 2023-12-05T16:34:07.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 bash[158269]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon.smithi040" found: no such container 2023-12-05T16:34:07.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 systemd[1]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi040.service: Succeeded. 2023-12-05T16:34:07.959 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Dec 05 16:34:07 smithi040 systemd[1]: Stopped Ceph mon.smithi040 for 1dd1aab8-9389-11ee-95a2-87774f69a715. 2023-12-05T16:34:07.993 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:07.994 INFO:tasks.cephadm.mon.smithi040:Stopped mon.smithi040 2023-12-05T16:34:07.994 INFO:tasks.cephadm.mon.smithi203:Stopping mon.smithi203... 2023-12-05T16:34:07.994 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi203 2023-12-05T16:34:08.353 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:08 smithi203 systemd[1]: Stopping Ceph mon.smithi203 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:08.353 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:08 smithi203 bash[135814]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon.smithi203" found: no such container 2023-12-05T16:34:08.354 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:08 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi203[110606]: 2023-12-05T16:34:08.124+0000 7fbdbae3d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi203 -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-05T16:34:08.354 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Dec 05 16:34:08 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-mon-smithi203[110606]: 2023-12-05T16:34:08.124+0000 7fbdbae3d700 -1 mon.smithi203@1(peon) e2 *** Got Signal Terminated *** 2023-12-05T16:34:08.508 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@mon.smithi203.service' 2023-12-05T16:34:08.549 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:08.550 INFO:tasks.cephadm.mon.smithi203:Stopped mon.smithi203 2023-12-05T16:34:08.550 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-05T16:34:08.550 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.0 2023-12-05T16:34:08.959 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:34:08 smithi040 systemd[1]: Stopping Ceph osd.0 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:08.959 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:34:08 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-0[120714]: 2023-12-05T16:34:08.672+0000 7f9d9359d700 -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-05T16:34:08.959 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:34:08 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-0[120714]: 2023-12-05T16:34:08.672+0000 7f9d9359d700 -1 osd.0 68 *** Got signal Terminated *** 2023-12-05T16:34:08.960 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:34:08 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-0[120714]: 2023-12-05T16:34:08.672+0000 7f9d9359d700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:14.654 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:34:14 smithi040 bash[158334]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-0 2023-12-05T16:34:14.655 INFO:journalctl@ceph.osd.0.smithi040.stdout:Dec 05 16:34:14 smithi040 bash[158414]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-05T16:34:15.410 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.0.service' 2023-12-05T16:34:15.462 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:15.462 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-05T16:34:15.463 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-05T16:34:15.463 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.1 2023-12-05T16:34:15.709 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:34:15 smithi040 systemd[1]: Stopping Ceph osd.1 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:15.710 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:34:15 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-1[124075]: 2023-12-05T16:34:15.596+0000 7fb593bf1700 -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-05T16:34:15.710 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:34:15 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-1[124075]: 2023-12-05T16:34:15.596+0000 7fb593bf1700 -1 osd.1 68 *** Got signal Terminated *** 2023-12-05T16:34:15.710 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:34:15 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-1[124075]: 2023-12-05T16:34:15.596+0000 7fb593bf1700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:21.459 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:34:21 smithi040 bash[158594]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-1 2023-12-05T16:34:21.460 INFO:journalctl@ceph.osd.1.smithi040.stdout:Dec 05 16:34:21 smithi040 bash[158636]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-05T16:34:22.425 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.1.service' 2023-12-05T16:34:22.477 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:22.478 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-05T16:34:22.478 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-05T16:34:22.478 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.2 2023-12-05T16:34:22.709 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:34:22 smithi040 systemd[1]: Stopping Ceph osd.2 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:22.709 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:34:22 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-2[128657]: 2023-12-05T16:34:22.608+0000 7f87c4090700 -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-05T16:34:22.710 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:34:22 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-2[128657]: 2023-12-05T16:34:22.608+0000 7f87c4090700 -1 osd.2 68 *** Got signal Terminated *** 2023-12-05T16:34:22.710 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:34:22 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-2[128657]: 2023-12-05T16:34:22.608+0000 7f87c4090700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:28.459 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:34:28 smithi040 bash[158815]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-2 2023-12-05T16:34:28.460 INFO:journalctl@ceph.osd.2.smithi040.stdout:Dec 05 16:34:28 smithi040 bash[158859]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-05T16:34:29.425 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.2.service' 2023-12-05T16:34:29.477 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:29.477 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-05T16:34:29.478 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-05T16:34:29.478 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.3 2023-12-05T16:34:29.709 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:34:29 smithi040 systemd[1]: Stopping Ceph osd.3 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:29.709 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:34:29 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-3[132988]: 2023-12-05T16:34:29.629+0000 7fd6958f2700 -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-05T16:34:29.710 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:34:29 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-3[132988]: 2023-12-05T16:34:29.629+0000 7fd6958f2700 -1 osd.3 68 *** Got signal Terminated *** 2023-12-05T16:34:29.710 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:34:29 smithi040 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-3[132988]: 2023-12-05T16:34:29.629+0000 7fd6958f2700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:35.462 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:34:35 smithi040 bash[159039]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-3 2023-12-05T16:34:35.463 INFO:journalctl@ceph.osd.3.smithi040.stdout:Dec 05 16:34:35 smithi040 bash[159118]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-05T16:34:35.624 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:35 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:35.345+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:36.125 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:35 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:35.681+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:36.365 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.3.service' 2023-12-05T16:34:36.415 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:36.415 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-05T16:34:36.415 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-05T16:34:36.416 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.4 2023-12-05T16:34:36.624 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:36 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:36.351+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:36.625 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:36 smithi203 systemd[1]: Stopping Ceph osd.4 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:36.625 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:36 smithi203 bash[136003]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-05T16:34:36.625 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:36 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:34:36.552+0000 7facb616e700 -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-05T16:34:36.625 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:36 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:34:36.553+0000 7facb616e700 -1 osd.4 68 *** Got signal Terminated *** 2023-12-05T16:34:36.625 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:36 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:34:36.553+0000 7facb616e700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:37.124 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:36 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:36.660+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:37.624 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:37 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:37.369+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:38.124 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:37 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:37.670+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:38.125 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:37 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:34:37.854+0000 7facafb03700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:11.751046+0000 front 2023-12-05T16:34:11.750831+0000 (oldest deadline 2023-12-05T16:34:37.050967+0000) 2023-12-05T16:34:38.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:37 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:37.706+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:38.624 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:38 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:38.371+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:39.124 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:38 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:34:38.817+0000 7facafb03700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:11.751046+0000 front 2023-12-05T16:34:11.750831+0000 (oldest deadline 2023-12-05T16:34:37.050967+0000) 2023-12-05T16:34:39.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:38 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:38.734+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:39.125 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:38 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:38.710+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:39.740 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:39 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:39.413+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:40.124 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:39 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:34:39.810+0000 7facafb03700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:11.751046+0000 front 2023-12-05T16:34:11.750831+0000 (oldest deadline 2023-12-05T16:34:37.050967+0000) 2023-12-05T16:34:40.125 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:39 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:39.738+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:40.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:39 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:39.769+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:40.728 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:40 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:40.455+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:41.125 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:40 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4[115497]: 2023-12-05T16:34:40.788+0000 7facafb03700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:11.751046+0000 front 2023-12-05T16:34:11.750831+0000 (oldest deadline 2023-12-05T16:34:37.050967+0000) 2023-12-05T16:34:41.126 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:40 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:40.726+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:41.126 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:40 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:40.815+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:41.741 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:41 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:41.453+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:41.741 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:41 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:41.453+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:42.124 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:41 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:41.739+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:42.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:41 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:41.853+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:42.511 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:42 smithi203 bash[136016]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-4 2023-12-05T16:34:42.511 INFO:journalctl@ceph.osd.4.smithi203.stdout:Dec 05 16:34:42 smithi203 bash[136060]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-05T16:34:42.511 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:42 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:42.407+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:42.511 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:42 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:42.407+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:42.874 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:42 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:42.724+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:43.198 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:42 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:42.884+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:43.207 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.4.service' 2023-12-05T16:34:43.247 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:43.247 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-05T16:34:43.247 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-05T16:34:43.248 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.5 2023-12-05T16:34:43.625 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:43.420+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:43.626 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:43.420+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:43.626 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:43 smithi203 systemd[1]: Stopping Ceph osd.5 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:43.626 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:43 smithi203 bash[136238]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-05T16:34:43.627 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:43.402+0000 7f8596832700 -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-05T16:34:43.627 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:43.402+0000 7f8596832700 -1 osd.5 68 *** Got signal Terminated *** 2023-12-05T16:34:43.627 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:43.402+0000 7f8596832700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:44.125 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:43.681+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:44.125 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:43.681+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:17.450598+0000 front 2023-12-05T16:34:17.450542+0000 (oldest deadline 2023-12-05T16:34:43.350601+0000) 2023-12-05T16:34:44.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:43.922+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:44.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:43 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:43.922+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:44.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:44 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:44.652+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:44.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:44 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:44.652+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:17.450598+0000 front 2023-12-05T16:34:17.450542+0000 (oldest deadline 2023-12-05T16:34:43.350601+0000) 2023-12-05T16:34:44.876 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:44 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:44.446+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:44.876 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:44 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:44.446+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:45.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:44 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:44.936+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:45.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:44 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:44.936+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:45.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:45 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:45.442+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:45.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:45 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:45.442+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:45.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:45 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:45.647+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:45.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:45 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:45.647+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:17.450598+0000 front 2023-12-05T16:34:17.450542+0000 (oldest deadline 2023-12-05T16:34:43.350601+0000) 2023-12-05T16:34:46.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:45 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:45.950+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:46.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:45 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:45.950+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:46.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:46 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:46.428+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:46.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:46 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:46.428+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:46.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:46 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:46.636+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:46.875 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:46 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:46.636+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:17.450598+0000 front 2023-12-05T16:34:17.450542+0000 (oldest deadline 2023-12-05T16:34:43.350601+0000) 2023-12-05T16:34:47.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:46 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:46.905+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:47.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:46 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:46.905+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:47.874 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:47 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:47.630+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:09.948771+0000 front 2023-12-05T16:34:09.948825+0000 (oldest deadline 2023-12-05T16:34:34.648842+0000) 2023-12-05T16:34:47.874 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:47 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5[118939]: 2023-12-05T16:34:47.630+0000 7f85941cf700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:17.450598+0000 front 2023-12-05T16:34:17.450542+0000 (oldest deadline 2023-12-05T16:34:43.350601+0000) 2023-12-05T16:34:47.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:47 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:47.424+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:47.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:47 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:47.424+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:48.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:47 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:47.901+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:48.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:47 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:47.901+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:48.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:48 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:48.432+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:48.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:48 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:48.432+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:49.375 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:49 smithi203 bash[136251]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-5 2023-12-05T16:34:49.375 INFO:journalctl@ceph.osd.5.smithi203.stdout:Dec 05 16:34:49 smithi203 bash[136295]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-05T16:34:49.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:48 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:48.934+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:49.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:48 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:48.934+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:49.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:48 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:48.934+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:49.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:49 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:49.427+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:49.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:49 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:49.427+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:49.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:49 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:49.427+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:25.855143+0000 front 2023-12-05T16:34:25.855173+0000 (oldest deadline 2023-12-05T16:34:49.355026+0000) 2023-12-05T16:34:50.124 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:49 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:49.957+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:50.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:49 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:49.957+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:50.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:49 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:49.957+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:50.187 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.5.service' 2023-12-05T16:34:50.227 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:50.227 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-05T16:34:50.228 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-05T16:34:50.228 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.6 2023-12-05T16:34:50.439 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 systemd[1]: Stopping Ceph osd.6 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:50.439 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 bash[136473]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-05T16:34:50.439 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:50.384+0000 7f1bf1347700 -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-05T16:34:50.439 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:50.384+0000 7f1bf1347700 -1 osd.6 68 *** Got signal Terminated *** 2023-12-05T16:34:50.440 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:50.384+0000 7f1bf1347700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:50.440 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:50.437+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:50.440 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:50.437+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:50.440 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:50.437+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:25.855143+0000 front 2023-12-05T16:34:25.855173+0000 (oldest deadline 2023-12-05T16:34:49.355026+0000) 2023-12-05T16:34:51.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:50.969+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:51.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:50.969+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:51.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:50 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:50.969+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:51.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:51 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:51.410+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:51.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:51 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:51.410+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:51.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:51 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:51.410+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:25.855143+0000 front 2023-12-05T16:34:25.855173+0000 (oldest deadline 2023-12-05T16:34:49.355026+0000) 2023-12-05T16:34:52.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:52 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:52.006+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:52.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:52 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:52.006+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:52.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:52 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:52.006+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:52.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:52 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:52.458+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:52.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:52 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:52.459+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:52.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:52 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:52.459+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:25.855143+0000 front 2023-12-05T16:34:25.855173+0000 (oldest deadline 2023-12-05T16:34:49.355026+0000) 2023-12-05T16:34:53.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:53.005+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:53.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:53.005+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:53.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:53.005+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:53.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:53.485+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:53.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:53.485+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:53.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:53.485+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:25.855143+0000 front 2023-12-05T16:34:25.855173+0000 (oldest deadline 2023-12-05T16:34:49.355026+0000) 2023-12-05T16:34:54.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:53.971+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:54.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:53.971+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:54.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:53 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:53.971+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:54.874 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:54 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:54.490+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:10.553426+0000 front 2023-12-05T16:34:10.553463+0000 (oldest deadline 2023-12-05T16:34:35.253458+0000) 2023-12-05T16:34:54.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:54 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:54.490+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:15.254089+0000 front 2023-12-05T16:34:15.254068+0000 (oldest deadline 2023-12-05T16:34:41.154048+0000) 2023-12-05T16:34:54.875 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:54 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6[122491]: 2023-12-05T16:34:54.490+0000 7f1bec4df700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:25.855143+0000 front 2023-12-05T16:34:25.855173+0000 (oldest deadline 2023-12-05T16:34:49.355026+0000) 2023-12-05T16:34:55.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:54 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:54.947+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:55.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:54 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:54.947+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:55.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:54 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:54.947+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:56.356 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:56 smithi203 bash[136486]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-6 2023-12-05T16:34:56.357 INFO:journalctl@ceph.osd.6.smithi203.stdout:Dec 05 16:34:56 smithi203 bash[136565]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-05T16:34:56.357 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:55 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:55.977+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:56.357 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:55 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:55.977+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:56.357 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:55 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:55.977+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:57.044 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.6.service' 2023-12-05T16:34:57.085 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:34:57.085 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-05T16:34:57.085 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-05T16:34:57.085 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.7 2023-12-05T16:34:57.374 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:56 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:56.983+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:57.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:56 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:56.983+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:57.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:56 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:56.983+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:57.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:57 smithi203 systemd[1]: Stopping Ceph osd.7 for 1dd1aab8-9389-11ee-95a2-87774f69a715... 2023-12-05T16:34:57.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:57 smithi203 bash[136740]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-05T16:34:57.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:57 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:57.230+0000 7f6daba9b700 -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-05T16:34:57.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:57 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:57.230+0000 7f6daba9b700 -1 osd.7 68 *** Got signal Terminated *** 2023-12-05T16:34:57.376 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:57 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:57.230+0000 7f6daba9b700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T16:34:58.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:58 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:58.020+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:58.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:58 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:58.020+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:58.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:58 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:58.020+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:58.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:58 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:58.020+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-05T16:34:32.511337+0000 front 2023-12-05T16:34:32.511286+0000 (oldest deadline 2023-12-05T16:34:57.811284+0000) 2023-12-05T16:34:59.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:59 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:59.046+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:34:59.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:59 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:59.046+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:34:59.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:59 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:59.046+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:34:59.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:34:59 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:34:59.046+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-05T16:34:32.511337+0000 front 2023-12-05T16:34:32.511286+0000 (oldest deadline 2023-12-05T16:34:57.811284+0000) 2023-12-05T16:35:00.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:00 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:00.088+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:35:00.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:00 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:00.088+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:35:00.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:00 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:00.088+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:35:00.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:00 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:00.088+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-05T16:34:32.511337+0000 front 2023-12-05T16:34:32.511286+0000 (oldest deadline 2023-12-05T16:34:57.811284+0000) 2023-12-05T16:35:01.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:01 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:01.084+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:35:01.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:01 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:01.084+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:35:01.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:01 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:01.084+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:35:01.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:01 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:01.084+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-05T16:34:32.511337+0000 front 2023-12-05T16:34:32.511286+0000 (oldest deadline 2023-12-05T16:34:57.811284+0000) 2023-12-05T16:35:02.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:02 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:02.107+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6806 osd.0 since back 2023-12-05T16:34:12.008922+0000 front 2023-12-05T16:34:12.008870+0000 (oldest deadline 2023-12-05T16:34:36.708707+0000) 2023-12-05T16:35:02.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:02 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:02.107+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6814 osd.1 since back 2023-12-05T16:34:18.409986+0000 front 2023-12-05T16:34:18.409904+0000 (oldest deadline 2023-12-05T16:34:43.109827+0000) 2023-12-05T16:35:02.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:02 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:02.107+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6822 osd.2 since back 2023-12-05T16:34:23.110298+0000 front 2023-12-05T16:34:23.110363+0000 (oldest deadline 2023-12-05T16:34:48.410366+0000) 2023-12-05T16:35:02.375 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:02 smithi203 ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7[125973]: 2023-12-05T16:35:02.107+0000 7f6da6432700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.40:6830 osd.3 since back 2023-12-05T16:34:32.511337+0000 front 2023-12-05T16:34:32.511286+0000 (oldest deadline 2023-12-05T16:34:57.811284+0000) 2023-12-05T16:35:03.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:02 smithi203 bash[136753]: ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd-7 2023-12-05T16:35:03.125 INFO:journalctl@ceph.osd.7.smithi203.stdout:Dec 05 16:35:02 smithi203 bash[136804]: Error: no container with name or ID "ceph-1dd1aab8-9389-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-05T16:35:03.936 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1dd1aab8-9389-11ee-95a2-87774f69a715@osd.7.service' 2023-12-05T16:35:03.976 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T16:35:03.976 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-05T16:35:03.977 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T16:35:26.194 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T16:35:43.147 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:35:43.188 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T16:35:43.218 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-05T16:35:43.220 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884/remote/smithi040/crash 2023-12-05T16:35:43.221 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/crash -- . 2023-12-05T16:35:43.283 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T16:35:43.283 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2023-12-05T16:35:43.285 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884/remote/smithi203/crash 2023-12-05T16:35:43.286 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/crash -- . 2023-12-05T16:35:43.322 INFO:teuthology.orchestra.run.smithi203.stderr:tar: /var/lib/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T16:35:43.322 INFO:teuthology.orchestra.run.smithi203.stderr:tar: Error is not recoverable: exiting now 2023-12-05T16:35:43.323 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-05T16:35:43.323 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-05T16:35:43.358 INFO:teuthology.orchestra.run.smithi040.stderr:grep: /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-05T16:35:43.359 INFO:tasks.cephadm:Compressing logs... 2023-12-05T16:35:43.360 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T16:35:43.402 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T16:35:43.430 INFO:teuthology.orchestra.run.smithi203.stderr:find: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T16:35:43.431 INFO:teuthology.orchestra.run.smithi203.stderr:‘/var/log/rbd-target-api’: No such file or directory 2023-12-05T16:35:43.431 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-05T16:35:43.431 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T16:35:43.431 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-05T16:35:43.431 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mon.smithi203.log 2023-12-05T16:35:43.431 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-05T16:35:43.434 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mon.smithi203.log: /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-05T16:35:43.435 INFO:teuthology.orchestra.run.smithi040.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-05T16:35:43.435 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T16:35:43.436 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T16:35:43.436 INFO:teuthology.orchestra.run.smithi203.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T16:35:43.437 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T16:35:43.437 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-05T16:35:43.437 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-05T16:35:43.437 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-05T16:35:43.438 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mon.smithi040.log 2023-12-05T16:35:43.438 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mgr.smithi040.eariia.log 2023-12-05T16:35:43.439 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mgr.smithi203.kzkmul.log 2023-12-05T16:35:43.440 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi203.bupxsp.log 2023-12-05T16:35:43.440 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mgr.smithi203.kzkmul.log: /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi203.bupxsp.log: 60.5% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi203.bupxsp.log.gz 2023-12-05T16:35:43.443 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mon.smithi040.log: /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mgr.smithi040.eariia.log: gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi040.cyrqks.log 2023-12-05T16:35:43.443 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi040.cyrqks.log: 78.9% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi040.cyrqks.log.gz 2023-12-05T16:35:43.443 INFO:teuthology.orchestra.run.smithi040.stderr: 90.8% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T16:35:43.443 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-05T16:35:43.451 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T16:35:43.531 INFO:teuthology.orchestra.run.smithi203.stderr: 90.2% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mgr.smithi203.kzkmul.log.gz 2023-12-05T16:35:43.585 INFO:teuthology.orchestra.run.smithi040.stderr: 88.3% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mgr.smithi040.eariia.log.gz 2023-12-05T16:35:44.333 INFO:teuthology.orchestra.run.smithi040.stderr: 90.1% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mon.smithi040.log.gz 2023-12-05T16:35:44.418 INFO:teuthology.orchestra.run.smithi203.stderr: 92.8% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-mon.smithi203.log.gz 2023-12-05T16:35:51.945 INFO:teuthology.orchestra.run.smithi040.stderr: 94.5% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-05T16:35:52.676 INFO:teuthology.orchestra.run.smithi203.stderr: 94.0% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-05T16:35:54.212 INFO:teuthology.orchestra.run.smithi203.stderr: 94.3% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-05T16:35:54.602 INFO:teuthology.orchestra.run.smithi040.stderr: 94.1% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-05T16:35:55.639 INFO:teuthology.orchestra.run.smithi040.stderr: 94.1% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-05T16:35:56.643 INFO:teuthology.orchestra.run.smithi040.stderr: 94.3% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-05T16:35:56.645 INFO:teuthology.orchestra.run.smithi040.stderr: 2023-12-05T16:35:56.645 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m13.223s 2023-12-05T16:35:56.645 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m44.304s 2023-12-05T16:35:56.645 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m1.789s 2023-12-05T16:35:57.228 INFO:teuthology.orchestra.run.smithi203.stderr: 94.2% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-05T16:36:01.046 INFO:teuthology.orchestra.run.smithi203.stderr: 94.2% -- replaced with /var/log/ceph/1dd1aab8-9389-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-05T16:36:01.048 INFO:teuthology.orchestra.run.smithi203.stderr: 2023-12-05T16:36:01.048 INFO:teuthology.orchestra.run.smithi203.stderr:real 0m17.628s 2023-12-05T16:36:01.048 INFO:teuthology.orchestra.run.smithi203.stderr:user 0m50.480s 2023-12-05T16:36:01.049 INFO:teuthology.orchestra.run.smithi203.stderr:sys 0m1.991s 2023-12-05T16:36:01.049 INFO:tasks.cephadm:Archiving logs... 2023-12-05T16:36:01.049 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884/remote/smithi040/log 2023-12-05T16:36:01.050 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T16:36:06.773 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884/remote/smithi203/log 2023-12-05T16:36:06.773 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T16:36:13.385 INFO:tasks.cephadm:Removing cluster... 2023-12-05T16:36:13.385 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 --force 2023-12-05T16:36:13.792 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1dd1aab8-9389-11ee-95a2-87774f69a715 --force 2023-12-05T16:36:14.189 INFO:tasks.cephadm:Removing cephadm ... 2023-12-05T16:36:14.189 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T16:36:14.212 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T16:36:14.230 INFO:tasks.cephadm:Teardown complete 2023-12-05T16:36:14.230 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-05T16:36:14.240 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-05T16:36:14.240 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T16:36:14.255 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T16:36:14.274 INFO:teuthology.orchestra.run.smithi040.stderr:bash: ntpq: command not found 2023-12-05T16:36:14.280 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T16:36:14.280 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2023-12-05T16:36:14.280 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +969us[ +984us] +/- 94ms 2023-12-05T16:36:14.280 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv02.front.sepia.ceph.com 3 6 377 53 -169us[ -154us] +/- 60ms 2023-12-05T16:36:14.280 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 54 -559us[ -544us] +/- 86ms 2023-12-05T16:36:14.280 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:36:14.289 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-12-05T16:36:14.292 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T16:36:14.292 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-12-05T16:36:14.292 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +962us[+1006us] +/- 94ms 2023-12-05T16:36:14.292 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 6 377 53 -162us[ -118us] +/- 59ms 2023-12-05T16:36:14.292 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 -568us[ -524us] +/- 86ms 2023-12-05T16:36:14.292 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T16:36:14.293 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-05T16:36:14.301 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-05T16:36:14.302 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-05T16:36:14.315 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T16:36:14.432 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T16:36:14.524 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T16:36:14.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:36:14.562 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T16:36:14.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:36:14.594 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-05T16:36:14.604 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-05T16:36:14.624 INFO:teuthology.task.internal:Duration was 2916.477297 seconds 2023-12-05T16:36:14.624 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-05T16:36:14.641 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-05T16:36:14.641 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T16:36:14.644 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T16:36:14.689 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T16:36:14.701 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T16:36:14.976 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-05T16:36:14.976 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2023-12-05T16:36:14.977 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T16:36:15.009 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2023-12-05T16:36:15.009 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T16:36:15.031 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-05T16:36:15.031 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T16:36:15.052 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T16:36:15.155 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-05T16:36:15.156 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T16:36:15.158 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T16:36:23.956 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-05T16:36:23.972 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-05T16:36:23.978 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T16:36:24.010 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T16:36:24.043 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-05T16:36:24.054 DEBUG:teuthology.orchestra.run.smithi040:> 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-05T16:36:24.056 DEBUG:teuthology.orchestra.run.smithi203:> 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-05T16:36:24.087 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2023-12-05T16:36:24.113 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2023-12-05T16:36:24.144 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T16:36:24.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:36:24.186 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T16:36:24.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T16:36:24.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-05T16:36:24.215 INFO:teuthology.task.internal:Transferring archived files... 2023-12-05T16:36:24.217 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884/remote/smithi040 2023-12-05T16:36:24.217 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T16:36:24.293 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884/remote/smithi203 2023-12-05T16:36:24.294 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T16:36:24.334 INFO:teuthology.task.internal:Removing archive directory... 2023-12-05T16:36:24.335 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T16:36:24.337 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T16:36:24.386 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-05T16:36:24.397 INFO:teuthology.task.internal:Not uploading archives. 2023-12-05T16:36:24.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-05T16:36:24.414 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-05T16:36:24.415 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T16:36:24.417 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T16:36:24.437 INFO:teuthology.orchestra.run.smithi040.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 16:36 /home/ubuntu/cephtest 2023-12-05T16:36:24.444 INFO:teuthology.orchestra.run.smithi203.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 16:36 /home/ubuntu/cephtest 2023-12-05T16:36:24.446 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-05T16:36:24.456 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-05T16:36:24.490 INFO:teuthology.nuke:Checking targets against current locks 2023-12-05T16:36:24.519 DEBUG:teuthology.nuke:shortname: smithi040 2023-12-05T16:36:24.520 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T16:36:24.542 DEBUG:teuthology.nuke:shortname: smithi203 2023-12-05T16:36:24.542 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T16:36:24.545 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884', '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 15:27:36.294801', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ2qGnSIkMUEVE3aOrbPU0xjtiw1p8iYqCalbkU18vXFJxNTT6IN26Z7AoxMg7NJIr73alzk52LoPqj4r6ezaEc='} 2023-12-05T16:36:24.565 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477884', '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 15:27:36.293387', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHCdHpwSObwIWSW+bYWIcvSZLFBFAOr5e+4jqyhIWbo4RwpPPoC4B0PI4XbX9Kib48V72GX6qg/ZFKR6oD0RCzE='} 2023-12-05T16:36:24.596 INFO:teuthology.orchestra.console.smithi040:Power off 2023-12-05T16:36:24.596 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T16:36:24.610 INFO:teuthology.orchestra.console.smithi203:Power off 2023-12-05T16:36:24.611 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T16:36:24.618 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2023-12-05T16:36:24.619 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:24.632 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2023-12-05T16:36:24.632 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:24.642 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-05T16:36:24.656 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-12-05T16:36:28.643 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:28.656 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:28.756 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-05T16:36:28.768 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-12-05T16:36:32.761 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:32.773 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:32.876 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-05T16:36:32.885 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-12-05T16:36:36.881 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:36.890 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T16:36:36.992 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2023-12-05T16:36:36.999 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2023-12-05T16:36:37.093 INFO:teuthology.orchestra.console.smithi040:Power off completed 2023-12-05T16:36:37.100 INFO:teuthology.orchestra.console.smithi203:Power off completed 2023-12-05T16:36:37.205 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: 2916.477297306061 failure_reason: 'Command failed on smithi040 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 1dd1aab8-9389-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=6fe879ffd75f43cdba4f7c156dbce644 status: fail success: false 2023-12-05T16:36:37.205 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T16:36:37.353 INFO:teuthology.run:FAIL