2024-01-27T08:01:45.336 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-27T08:01:45.336 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323 -- /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323/orig.config.yaml 2024-01-27T08:01:45.374 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-27T08:01:45.460 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323 branch: wip-guits-testing-2024-01-27-0056 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7535323' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-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-2024-01-27-0056 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: 994126d01a889b75062bb3ee87e6fbcc61a5f31d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 994126d01a889b75062bb3ee87e6fbcc61a5f31d selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-01-27-0056 sha1: 994126d01a889b75062bb3ee87e6fbcc61a5f31d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 2522 sha1: 994126d01a889b75062bb3ee87e6fbcc61a5f31d sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-01-27-0056 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_994126d01a889b75062bb3ee87e6fbcc61a5f31d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 994126d01a889b75062bb3ee87e6fbcc61a5f31d targets: smithi159.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSkt24roijcozDauHdkvA96sm7iaTx5cok4oJqJgEV0iw2yCasq7N9ufJcAqplp7JTmCpyBdpLr3rgTHnjMEUI= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD6HODGkcDe6Ahd48bAtGAshFJWBpco0V6l1Sc7tLz5UCdu8WN3YnCdyYYoWMVZfxoQFXF7bVkIiaiq1hj9jdL0= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-27_07:25: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: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 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 2024-01-27T08:01:45.460 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_994126d01a889b75062bb3ee87e6fbcc61a5f31d/qa; will attempt to use it 2024-01-27T08:01:45.460 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_994126d01a889b75062bb3ee87e6fbcc61a5f31d/qa/tasks 2024-01-27T08:01:45.461 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-27T08:01:45.462 INFO:teuthology.task.internal:Checking packages... 2024-01-27T08:01:45.485 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '994126d01a889b75062bb3ee87e6fbcc61a5f31d' 2024-01-27T08:01:45.485 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-27T08:01:45.485 INFO:teuthology.packaging:ref: None 2024-01-27T08:01:45.485 INFO:teuthology.packaging:tag: None 2024-01-27T08:01:45.485 INFO:teuthology.packaging:branch: wip-guits-testing-2024-01-27-0056 2024-01-27T08:01:45.485 INFO:teuthology.packaging:sha1: 994126d01a889b75062bb3ee87e6fbcc61a5f31d 2024-01-27T08:01:45.485 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-2024-01-27-0056 2024-01-27T08:01:45.641 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-925.g994126d0 2024-01-27T08:01:45.643 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-27T08:01:45.650 INFO:teuthology.task.internal:no buildpackages task found 2024-01-27T08:01:45.650 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-27T08:01:45.665 INFO:teuthology.task.internal:Saving configuration 2024-01-27T08:01:45.679 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-27T08:01:45.685 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-27T08:01:45.711 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 07:56:22.379288', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSkt24roijcozDauHdkvA96sm7iaTx5cok4oJqJgEV0iw2yCasq7N9ufJcAqplp7JTmCpyBdpLr3rgTHnjMEUI='} 2024-01-27T08:01:45.731 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 07:56:22.381289', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD6HODGkcDe6Ahd48bAtGAshFJWBpco0V6l1Sc7tLz5UCdu8WN3YnCdyYYoWMVZfxoQFXF7bVkIiaiq1hj9jdL0='} 2024-01-27T08:01:45.731 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-27T08:01:45.737 INFO:teuthology.task.internal:roles: ubuntu@smithi159.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-27T08:01:45.737 INFO:teuthology.task.internal:roles: ubuntu@smithi191.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-27T08:01:45.737 INFO:teuthology.run_tasks:Running task console_log... 2024-01-27T08:01:45.807 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fab138b1f70>, signals=[15]) 2024-01-27T08:01:45.807 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-27T08:01:45.814 INFO:teuthology.task.internal:Opening connections... 2024-01-27T08:01:45.814 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:01:45.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:01:45.893 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2024-01-27T08:01:45.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:01:45.968 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-27T08:01:45.976 DEBUG:teuthology.orchestra.run.smithi159:> uname -m 2024-01-27T08:01:45.998 INFO:teuthology.orchestra.run.smithi159.stdout:x86_64 2024-01-27T08:01:45.998 DEBUG:teuthology.orchestra.run.smithi159:> cat /etc/os-release 2024-01-27T08:01:46.058 INFO:teuthology.orchestra.run.smithi159.stdout:NAME="CentOS Stream" 2024-01-27T08:01:46.058 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION="8" 2024-01-27T08:01:46.058 INFO:teuthology.orchestra.run.smithi159.stdout:ID="centos" 2024-01-27T08:01:46.058 INFO:teuthology.orchestra.run.smithi159.stdout:ID_LIKE="rhel fedora" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION_ID="8" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:PLATFORM_ID="platform:el8" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:ANSI_COLOR="0;31" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:HOME_URL="https://centos.org/" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-27T08:01:46.059 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-27T08:01:46.060 INFO:teuthology.lock.ops:Updating smithi159.front.sepia.ceph.com on lock server 2024-01-27T08:01:46.086 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2024-01-27T08:01:46.109 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2024-01-27T08:01:46.109 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2024-01-27T08:01:46.169 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="CentOS Stream" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="8" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:ID="centos" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE="rhel fedora" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="8" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:PLATFORM_ID="platform:el8" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:ANSI_COLOR="0;31" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://centos.org/" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-27T08:01:46.170 INFO:teuthology.orchestra.run.smithi191.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-27T08:01:46.171 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2024-01-27T08:01:46.194 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-27T08:01:46.203 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-27T08:01:46.209 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-27T08:01:46.209 DEBUG:teuthology.orchestra.run.smithi159:> test '!' -e /home/ubuntu/cephtest 2024-01-27T08:01:46.212 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2024-01-27T08:01:46.231 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-27T08:01:46.237 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-27T08:01:46.238 DEBUG:teuthology.orchestra.run.smithi159:> test -z $(ls -A /var/lib/ceph) 2024-01-27T08:01:46.272 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2024-01-27T08:01:46.306 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-27T08:01:46.361 INFO:teuthology.run_tasks:Running task kernel... 2024-01-27T08:01:46.375 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-27T08:01:46.375 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-27T08:01:46.375 DEBUG:teuthology.orchestra.run.smithi159:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-27T08:01:46.376 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-27T08:01:46.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:01:46.395 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-01-27T08:01:46.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:01:46.397 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2024-01-27T08:01:46.456 INFO:teuthology.orchestra.run.smithi191.stdout:4.18.0-489.el8.x86_64 2024-01-27T08:01:46.456 INFO:teuthology.task.kernel:Running kernel on smithi191: 4.18.0-489.el8.x86_64 2024-01-27T08:01:46.457 DEBUG:teuthology.orchestra.run.smithi191:> sudo yum install -y kernel 2024-01-27T08:01:46.458 INFO:teuthology.orchestra.run.smithi159.stdout:4.18.0-489.el8.x86_64 2024-01-27T08:01:46.458 INFO:teuthology.task.kernel:Running kernel on smithi159: 4.18.0-489.el8.x86_64 2024-01-27T08:01:46.458 DEBUG:teuthology.orchestra.run.smithi159:> sudo yum install -y kernel 2024-01-27T08:10:07.625 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - AppStream 54 kB/s | 27 MB 08:18 2024-01-27T08:10:09.395 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - AppStream 54 kB/s | 27 MB 08:20 2024-01-27T08:10:15.825 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - BaseOS 2.9 MB/s | 10 MB 00:03 2024-01-27T08:10:18.678 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - BaseOS 2.2 MB/s | 10 MB 00:04 2024-01-27T08:10:18.875 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - Extras 12 kB/s | 18 kB 00:01 2024-01-27T08:10:19.801 INFO:teuthology.orchestra.run.smithi159.stdout:CentOS Stream 8 - Extras common packages 8.5 kB/s | 6.9 kB 00:00 2024-01-27T08:10:20.044 INFO:teuthology.orchestra.run.smithi159.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-27T08:10:20.570 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - Extras 66 kB/s | 18 kB 00:00 2024-01-27T08:10:21.188 INFO:teuthology.orchestra.run.smithi191.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-01-27T08:10:21.319 INFO:teuthology.orchestra.run.smithi159.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-01-27T08:10:21.431 INFO:teuthology.orchestra.run.smithi191.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-27T08:10:22.718 INFO:teuthology.orchestra.run.smithi191.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-01-27T08:10:25.069 INFO:teuthology.orchestra.run.smithi159.stdout:lab-extras 446 kB/s | 24 kB 00:00 2024-01-27T08:10:26.483 INFO:teuthology.orchestra.run.smithi191.stdout:lab-extras 523 kB/s | 24 kB 00:00 2024-01-27T08:10:28.030 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-27T08:10:28.030 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-27T08:10:28.133 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2024-01-27T08:10:28.133 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout: Package Architecture Version Repository Size 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout:Installing: 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout:Installing dependencies: 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction Summary 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout:Install 3 Packages 2024-01-27T08:10:28.134 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:10:28.135 INFO:teuthology.orchestra.run.smithi159.stdout:Total download size: 90 M 2024-01-27T08:10:28.135 INFO:teuthology.orchestra.run.smithi159.stdout:Installed size: 96 M 2024-01-27T08:10:28.135 INFO:teuthology.orchestra.run.smithi159.stdout:Downloading Packages: 2024-01-27T08:10:29.471 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-27T08:10:29.472 INFO:teuthology.orchestra.run.smithi191.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-27T08:10:29.570 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout:Installing: 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:10:29.571 INFO:teuthology.orchestra.run.smithi191.stdout:Install 3 Packages 2024-01-27T08:10:29.572 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:10:29.572 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 90 M 2024-01-27T08:10:29.572 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 96 M 2024-01-27T08:10:29.572 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-01-27T08:10:32.660 INFO:teuthology.orchestra.run.smithi159.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 2.4 MB/s | 10 MB 00:04 2024-01-27T08:10:34.601 INFO:teuthology.orchestra.run.smithi191.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 2.1 MB/s | 10 MB 00:04 2024-01-27T08:10:41.786 INFO:teuthology.orchestra.run.smithi159.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 2.7 MB/s | 36 MB 00:13 2024-01-27T08:10:49.816 INFO:teuthology.orchestra.run.smithi191.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 1.8 MB/s | 36 MB 00:20 2024-01-27T08:10:51.224 INFO:teuthology.orchestra.run.smithi191.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 2.0 MB/s | 44 MB 00:21 2024-01-27T08:10:51.224 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-01-27T08:10:51.224 INFO:teuthology.orchestra.run.smithi191.stdout:Total 4.2 MB/s | 90 MB 00:21 2024-01-27T08:10:51.904 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-01-27T08:10:52.334 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-01-27T08:10:52.334 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-01-27T08:10:53.565 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-01-27T08:10:53.593 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-01-27T08:10:56.151 INFO:teuthology.orchestra.run.smithi159.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 1.6 MB/s | 44 MB 00:27 2024-01-27T08:10:56.152 INFO:teuthology.orchestra.run.smithi159.stdout:-------------------------------------------------------------------------------- 2024-01-27T08:10:56.152 INFO:teuthology.orchestra.run.smithi159.stdout:Total 3.2 MB/s | 90 MB 00:28 2024-01-27T08:10:56.390 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-01-27T08:10:56.833 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction check 2024-01-27T08:10:56.900 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T08:10:57.284 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction check succeeded. 2024-01-27T08:10:57.284 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction test 2024-01-27T08:10:58.523 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction test succeeded. 2024-01-27T08:10:58.554 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction 2024-01-27T08:11:00.466 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T08:11:00.875 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T08:11:01.493 INFO:teuthology.orchestra.run.smithi159.stdout: Preparing : 1/1 2024-01-27T08:11:02.007 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T08:11:04.311 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T08:11:04.589 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:05.595 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-27T08:11:05.982 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T08:11:09.418 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-27T08:11:09.723 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:26.551 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:26.574 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:26.916 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:26.916 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-27T08:11:26.916 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-27T08:11:27.407 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:27.407 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:11:27.407 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-01-27T08:11:27.407 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-27T08:11:27.407 INFO:teuthology.orchestra.run.smithi191.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-27T08:11:27.408 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:11:27.408 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-01-27T08:11:27.595 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T08:11:27.814 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T08:11:27.815 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T08:11:27.815 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-27T08:11:27.815 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-27T08:11:27.815 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-27T08:11:27.815 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-27T08:11:27.815 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2024-01-27T08:11:27.815 DEBUG:teuthology.orchestra.run.smithi191:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T08:11:28.026 INFO:teuthology.orchestra.run.smithi191.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T08:11:28.026 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T08:11:28.026 DEBUG:teuthology.orchestra.run.smithi191:> sudo rpm -qi grub2-tools 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Name : grub2-tools 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Epoch : 1 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Version : 2.02 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Release : 129.el8 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: x86_64 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Group : System Environment/Base 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Size : 9265586 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:License : GPLv3+ 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-27T08:11:28.060 INFO:teuthology.orchestra.run.smithi191.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:Relocations : (not relocatable) 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:Packager : CentOS BuildSystem 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:Vendor : CentOS 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:Summary : Support tools for GRUB. 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:Description : 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:hardware devices. 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:11:28.061 INFO:teuthology.orchestra.run.smithi191.stdout:This subpackage provides tools for support of all platforms. 2024-01-27T08:11:28.062 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-27T08:11:28.062 INFO:teuthology.task.kernel:Updating grub on smithi191 to boot 4.18.0-536.el8.x86_64 2024-01-27T08:11:28.062 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-27T08:11:29.797 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2024-01-27T08:11:31.497 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:31.519 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:31.871 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:31.871 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-27T08:11:31.871 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-27T08:11:32.019 INFO:teuthology.orchestra.run.smithi191.stderr:done 2024-01-27T08:11:32.021 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2024-01-27T08:11:32.059 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.ntbSR4mAyl 2024-01-27T08:11:32.059 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ntbSR4mAyl 2024-01-27T08:11:32.132 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.ntbSR4mAyl 2024-01-27T08:11:32.275 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.ntbSR4mAyl is 6KB 2024-01-27T08:11:32.323 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.ntbSR4mAyl 2024-01-27T08:11:32.340 DEBUG:teuthology.orchestra.run.smithi191:> sudo /bin/ls /boot/loader/entries || true 2024-01-27T08:11:32.376 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-27T08:11:32.376 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:11:32.376 INFO:teuthology.orchestra.run.smithi159.stdout:Installed: 2024-01-27T08:11:32.376 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-27T08:11:32.376 INFO:teuthology.orchestra.run.smithi159.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-27T08:11:32.376 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:11:32.376 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2024-01-27T08:11:32.405 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-27T08:11:32.405 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-27T08:11:32.405 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-27T08:11:32.406 INFO:teuthology.orchestra.run.smithi191.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-27T08:11:32.407 DEBUG:teuthology.orchestra.run.smithi191:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-27T08:11:32.518 DEBUG:teuthology.orchestra.run.smithi159:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T08:11:32.552 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2024-01-27T08:11:32.736 INFO:teuthology.orchestra.run.smithi159.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T08:11:32.736 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T08:11:32.736 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-27T08:11:32.736 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-27T08:11:32.736 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-27T08:11:32.736 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-27T08:11:32.737 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi159.front.sepia.ceph.com, path=None, version=distro) 2024-01-27T08:11:32.737 DEBUG:teuthology.orchestra.run.smithi159:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T08:11:32.946 INFO:teuthology.orchestra.run.smithi159.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-27T08:11:32.946 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-27T08:11:32.947 DEBUG:teuthology.orchestra.run.smithi159:> sudo rpm -qi grub2-tools 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Name : grub2-tools 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Epoch : 1 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Version : 2.02 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Release : 129.el8 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Architecture: x86_64 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Group : System Environment/Base 2024-01-27T08:11:32.980 INFO:teuthology.orchestra.run.smithi159.stdout:Size : 9265586 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:License : GPLv3+ 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Relocations : (not relocatable) 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Packager : CentOS BuildSystem 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Vendor : CentOS 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Summary : Support tools for GRUB. 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:Description : 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-27T08:11:32.981 INFO:teuthology.orchestra.run.smithi159.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-27T08:11:32.982 INFO:teuthology.orchestra.run.smithi159.stdout:hardware devices. 2024-01-27T08:11:32.982 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:11:32.982 INFO:teuthology.orchestra.run.smithi159.stdout:This subpackage provides tools for support of all platforms. 2024-01-27T08:11:32.983 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-27T08:11:32.983 INFO:teuthology.task.kernel:Updating grub on smithi159 to boot 4.18.0-536.el8.x86_64 2024-01-27T08:11:32.983 DEBUG:teuthology.orchestra.run.smithi159:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-27T08:11:34.825 INFO:teuthology.orchestra.run.smithi159.stderr:Generating grub configuration file ... 2024-01-27T08:11:36.870 INFO:teuthology.orchestra.run.smithi159.stderr:done 2024-01-27T08:11:36.872 DEBUG:teuthology.orchestra.run.smithi159:> mktemp 2024-01-27T08:11:36.906 INFO:teuthology.orchestra.run.smithi159.stdout:/tmp/tmp.x90TVl2eWH 2024-01-27T08:11:36.906 DEBUG:teuthology.orchestra.run.smithi159:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.x90TVl2eWH 2024-01-27T08:11:36.981 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 0666 /tmp/tmp.x90TVl2eWH 2024-01-27T08:11:37.140 DEBUG:teuthology.orchestra.remote:smithi159:/tmp/tmp.x90TVl2eWH is 6KB 2024-01-27T08:11:37.188 DEBUG:teuthology.orchestra.run.smithi159:> rm -fr /tmp/tmp.x90TVl2eWH 2024-01-27T08:11:37.206 DEBUG:teuthology.orchestra.run.smithi159:> sudo /bin/ls /boot/loader/entries || true 2024-01-27T08:11:37.282 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-27T08:11:37.282 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-27T08:11:37.282 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-27T08:11:37.282 INFO:teuthology.orchestra.run.smithi159.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-27T08:11:37.283 DEBUG:teuthology.orchestra.run.smithi159:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-27T08:11:37.446 DEBUG:teuthology.orchestra.run.smithi159:> sudo shutdown -r now 2024-01-27T08:12:02.567 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-27T08:12:02.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-01-27T08:12:02.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:12:07.452 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-27T08:12:07.452 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-27T08:12:07.453 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:12:20.924 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-01-27T08:12:25.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-01-27T08:12:29.928 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-01-27T08:12:29.929 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:12:32.988 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-01-27T08:12:34.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-27T08:12:34.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:12:37.852 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-01-27T08:12:44.989 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-01-27T08:12:44.990 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:12:49.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-27T08:12:49.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:13:08.284 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-01-27T08:13:16.821 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-01-27T08:13:17.079 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-01-27T08:13:17.079 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-01-27T08:13:17.080 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-01-27T08:13:17.096 INFO:teuthology.orchestra.run.smithi191.stdout:4.18.0-536.el8.x86_64 2024-01-27T08:13:17.097 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-27T08:13:17.097 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-27T08:13:17.097 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-27T08:13:18.098 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-27T08:13:18.098 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-27T08:13:18.169 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2024-01-27T08:13:18.184 DEBUG:teuthology.parallel:result is None 2024-01-27T08:13:23.285 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-27T08:13:23.286 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:13:23.586 DEBUG:teuthology.orchestra.run.smithi159:> true 2024-01-27T08:13:23.948 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-27T08:13:23.948 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-01-27T08:13:23.948 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2024-01-27T08:13:23.965 INFO:teuthology.orchestra.run.smithi159.stdout:4.18.0-536.el8.x86_64 2024-01-27T08:13:23.965 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-27T08:13:23.965 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-27T08:13:23.965 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-27T08:13:24.966 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-27T08:13:24.967 DEBUG:teuthology.orchestra.run.smithi159:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-27T08:13:25.071 INFO:teuthology.orchestra.run.smithi159.stdout:ttyS1 2024-01-27T08:13:25.083 DEBUG:teuthology.parallel:result is None 2024-01-27T08:13:25.083 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-27T08:13:25.117 INFO:teuthology.task.internal:Creating test directory... 2024-01-27T08:13:25.117 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-27T08:13:25.119 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-27T08:13:25.141 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-27T08:13:25.147 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-27T08:13:25.157 INFO:teuthology.task.internal:Creating archive directory... 2024-01-27T08:13:25.158 DEBUG:teuthology.orchestra.run.smithi159:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-27T08:13:25.176 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-27T08:13:25.235 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-27T08:13:25.242 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-27T08:13:25.242 DEBUG:teuthology.orchestra.run.smithi159:> 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 2024-01-27T08:13:25.244 DEBUG:teuthology.orchestra.run.smithi191:> 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 2024-01-27T08:13:25.280 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T08:13:25.291 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T08:13:25.297 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T08:13:25.309 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T08:13:25.310 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-27T08:13:25.317 INFO:teuthology.task.internal:Configuring sudo... 2024-01-27T08:13:25.317 DEBUG:teuthology.orchestra.run.smithi159:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-27T08:13:25.336 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-27T08:13:25.381 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-27T08:13:25.390 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-27T08:13:25.390 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-27T08:13:25.403 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-27T08:13:25.440 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T08:13:25.502 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T08:13:25.555 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T08:13:25.641 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T08:13:25.680 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:13:25.681 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-27T08:13:25.748 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T08:13:25.793 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T08:13:25.851 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T08:13:25.941 DEBUG:teuthology.orchestra.run.smithi191:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T08:13:25.986 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-01-27T08:13:25.986 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-27T08:13:26.056 DEBUG:teuthology.orchestra.run.smithi159:> sudo service rsyslog restart 2024-01-27T08:13:26.059 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2024-01-27T08:13:26.116 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T08:13:26.165 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T08:13:26.636 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-27T08:13:26.644 INFO:teuthology.task.internal:Starting timer... 2024-01-27T08:13:26.644 INFO:teuthology.run_tasks:Running task pcp... 2024-01-27T08:13:26.654 INFO:teuthology.run_tasks:Running task selinux... 2024-01-27T08:13:26.663 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-27T08:13:26.663 DEBUG:teuthology.orchestra.run.smithi159:> sudo service auditd rotate 2024-01-27T08:13:26.768 INFO:teuthology.orchestra.run.smithi159.stdout:Rotating logs: 2024-01-27T08:13:26.770 DEBUG:teuthology.orchestra.run.smithi191:> sudo service auditd rotate 2024-01-27T08:13:26.852 INFO:teuthology.orchestra.run.smithi191.stdout:Rotating logs: 2024-01-27T08:13:26.854 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-27T08:13:26.854 DEBUG:teuthology.orchestra.run.smithi159:> /usr/sbin/getenforce 2024-01-27T08:13:26.880 INFO:teuthology.orchestra.run.smithi159.stdout:Permissive 2024-01-27T08:13:26.880 DEBUG:teuthology.orchestra.run.smithi191:> /usr/sbin/getenforce 2024-01-27T08:13:26.938 INFO:teuthology.orchestra.run.smithi191.stdout:Permissive 2024-01-27T08:13:26.938 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi159.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi191.front.sepia.ceph.com': 'permissive'} 2024-01-27T08:13:26.938 DEBUG:teuthology.orchestra.run.smithi159:> 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 2024-01-27T08:13:26.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:13:26.965 DEBUG:teuthology.orchestra.run.smithi191:> 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 2024-01-27T08:13:26.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:13:26.994 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-27T08:13:26.994 DEBUG:teuthology.orchestra.run.smithi159:> sudo /usr/sbin/setenforce permissive 2024-01-27T08:13:27.036 DEBUG:teuthology.orchestra.run.smithi191:> sudo /usr/sbin/setenforce permissive 2024-01-27T08:13:27.064 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-27T08:13:27.206 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-27T08:13:27.225 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'}]}] 2024-01-27T08:13:27.232 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi159.front.sepia.ceph.com,smithi191.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-27T08:27:21.053 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi159.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com')] 2024-01-27T08:27:21.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-27T08:27:21.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:27:21.130 DEBUG:teuthology.orchestra.run.smithi159:> true 2024-01-27T08:27:21.197 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-27T08:27:21.197 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-01-27T08:27:21.198 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T08:27:21.271 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-01-27T08:27:21.339 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-01-27T08:27:21.339 INFO:teuthology.run_tasks:Running task clock... 2024-01-27T08:27:21.351 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-27T08:27:21.351 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-27T08:27:21.351 DEBUG:teuthology.orchestra.run.smithi159:> 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 2024-01-27T08:27:21.354 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-27T08:27:21.354 DEBUG:teuthology.orchestra.run.smithi191:> 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 2024-01-27T08:27:21.383 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-27T08:27:21.397 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-27T08:27:21.412 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-27T08:27:21.426 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-27T08:27:21.463 INFO:teuthology.orchestra.run.smithi159.stderr:sudo: ntpd: command not found 2024-01-27T08:27:21.474 INFO:teuthology.orchestra.run.smithi159.stdout:506 Cannot talk to daemon 2024-01-27T08:27:21.488 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-27T08:27:21.496 INFO:teuthology.orchestra.run.smithi191.stderr:sudo: ntpd: command not found 2024-01-27T08:27:21.502 INFO:teuthology.orchestra.run.smithi159.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-27T08:27:21.507 INFO:teuthology.orchestra.run.smithi191.stdout:506 Cannot talk to daemon 2024-01-27T08:27:21.520 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-27T08:27:21.533 INFO:teuthology.orchestra.run.smithi191.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-27T08:27:21.565 INFO:teuthology.orchestra.run.smithi159.stderr:bash: ntpq: command not found 2024-01-27T08:27:21.569 INFO:teuthology.orchestra.run.smithi159.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T08:27:21.569 INFO:teuthology.orchestra.run.smithi159.stdout:=============================================================================== 2024-01-27T08:27:21.569 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.569 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.569 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.569 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.594 INFO:teuthology.orchestra.run.smithi191.stderr:bash: ntpq: command not found 2024-01-27T08:27:21.597 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T08:27:21.597 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2024-01-27T08:27:21.598 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.598 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.598 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.598 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:27:21.599 INFO:teuthology.run_tasks:Running task pexec... 2024-01-27T08:27:21.610 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-27T08:27:21.610 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:27:21.611 DEBUG:teuthology.orchestra.run.smithi159:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-27T08:27:21.611 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi191.front.sepia.ceph.com 2024-01-27T08:27:21.611 DEBUG:teuthology.orchestra.run.smithi191:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-27T08:27:22.392 INFO:teuthology.orchestra.run.smithi159.stdout:Last metadata expiration check: 0:09:37 ago on Sat 27 Jan 2024 08:17:45 AM UTC. 2024-01-27T08:27:22.420 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:09:37 ago on Sat 27 Jan 2024 08:17:45 AM UTC. 2024-01-27T08:27:24.342 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout: Package Architecture Version Repository Size 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout:Resetting modules: 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout: container-tools 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction Summary 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:27:24.343 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:27:24.399 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout: Package Architecture Version Repository Size 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout:Resetting modules: 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:27:24.400 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:27:24.598 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2024-01-27T08:27:24.651 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-01-27T08:27:25.440 INFO:teuthology.orchestra.run.smithi159.stdout:Last metadata expiration check: 0:09:40 ago on Sat 27 Jan 2024 08:17:45 AM UTC. 2024-01-27T08:27:25.481 INFO:teuthology.orchestra.run.smithi191.stdout:Last metadata expiration check: 0:09:40 ago on Sat 27 Jan 2024 08:17:45 AM UTC. 2024-01-27T08:27:27.390 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout: Package Arch Version Repository Size 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout:Installing group/module packages: 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-27T08:27:27.425 INFO:teuthology.orchestra.run.smithi159.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout:Installing dependencies: 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout:Installing weak dependencies: 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout:Installing module profiles: 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: container-tools/common 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout:Enabling module streams: 2024-01-27T08:27:27.426 INFO:teuthology.orchestra.run.smithi159.stdout: container-tools rhel8 2024-01-27T08:27:27.427 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:27:27.427 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction Summary 2024-01-27T08:27:27.427 INFO:teuthology.orchestra.run.smithi159.stdout:================================================================================ 2024-01-27T08:27:27.427 INFO:teuthology.orchestra.run.smithi159.stdout:Install 13 Packages 2024-01-27T08:27:27.427 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:27:27.427 INFO:teuthology.orchestra.run.smithi159.stdout:Total download size: 27 M 2024-01-27T08:27:27.427 INFO:teuthology.orchestra.run.smithi159.stdout:Installed size: 89 M 2024-01-27T08:27:27.428 INFO:teuthology.orchestra.run.smithi159.stdout:Downloading Packages: 2024-01-27T08:27:27.431 INFO:teuthology.orchestra.run.smithi191.stdout:Dependencies resolved. 2024-01-27T08:27:27.465 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:27:27.465 INFO:teuthology.orchestra.run.smithi191.stdout: Package Arch Version Repository Size 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout:Installing group/module packages: 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout:Installing dependencies: 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-27T08:27:27.466 INFO:teuthology.orchestra.run.smithi191.stdout:Installing weak dependencies: 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout:Installing module profiles: 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools/common 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout:Enabling module streams: 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout: container-tools rhel8 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction Summary 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout:================================================================================ 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout:Install 13 Packages 2024-01-27T08:27:27.467 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:27:27.468 INFO:teuthology.orchestra.run.smithi191.stdout:Total download size: 27 M 2024-01-27T08:27:27.468 INFO:teuthology.orchestra.run.smithi191.stdout:Installed size: 89 M 2024-01-27T08:27:27.468 INFO:teuthology.orchestra.run.smithi191.stdout:Downloading Packages: 2024-01-27T08:31:34.042 INFO:teuthology.orchestra.run.smithi191.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] 2024-01-27T08:31:34.043 INFO:teuthology.orchestra.run.smithi191.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] 2024-01-27T08:31:34.043 INFO:teuthology.orchestra.run.smithi191.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] 2024-01-27T08:31:34.222 INFO:teuthology.orchestra.run.smithi191.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.0 kB/s | 750 kB 04:06 2024-01-27T08:31:34.272 INFO:teuthology.orchestra.run.smithi191.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.2 kB/s | 1.0 MB 04:06 2024-01-27T08:31:34.306 INFO:teuthology.orchestra.run.smithi191.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2024-01-27T08:31:34.348 INFO:teuthology.orchestra.run.smithi191.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2024-01-27T08:31:34.407 INFO:teuthology.orchestra.run.smithi191.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-27T08:31:34.449 INFO:teuthology.orchestra.run.smithi191.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 596 kB/s | 25 kB 00:00 2024-01-27T08:31:34.491 INFO:teuthology.orchestra.run.smithi191.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-01-27T08:31:34.866 INFO:teuthology.orchestra.run.smithi191.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 40 kB/s | 9.6 MB 04:07 2024-01-27T08:31:35.316 INFO:teuthology.orchestra.run.smithi191.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.9 MB/s | 3.9 MB 00:01 2024-01-27T08:31:35.408 INFO:teuthology.orchestra.run.smithi191.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 576 kB/s | 53 kB 00:00 2024-01-27T08:31:35.450 INFO:teuthology.orchestra.run.smithi191.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 984 kB/s | 41 kB 00:00 2024-01-27T08:31:35.567 INFO:teuthology.orchestra.run.smithi191.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.6 MB/s | 8.1 MB 00:01 2024-01-27T08:31:35.608 INFO:teuthology.orchestra.run.smithi191.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.4 MB/s | 2.5 MB 00:00 2024-01-27T08:31:35.609 INFO:teuthology.orchestra.run.smithi191.stdout:-------------------------------------------------------------------------------- 2024-01-27T08:31:35.609 INFO:teuthology.orchestra.run.smithi191.stdout:Total 110 kB/s | 27 MB 04:08 2024-01-27T08:31:35.865 INFO:teuthology.orchestra.run.smithi159.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] 2024-01-27T08:31:35.865 INFO:teuthology.orchestra.run.smithi159.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] 2024-01-27T08:31:35.865 INFO:teuthology.orchestra.run.smithi159.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] 2024-01-27T08:31:35.868 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction check 2024-01-27T08:31:35.890 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction check succeeded. 2024-01-27T08:31:35.890 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction test 2024-01-27T08:31:36.036 INFO:teuthology.orchestra.run.smithi159.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.0 kB/s | 750 kB 04:08 2024-01-27T08:31:36.077 INFO:teuthology.orchestra.run.smithi159.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.1 kB/s | 1.0 MB 04:08 2024-01-27T08:31:36.094 INFO:teuthology.orchestra.run.smithi159.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-01-27T08:31:36.119 INFO:teuthology.orchestra.run.smithi159.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 5.6 MB/s | 241 kB 00:00 2024-01-27T08:31:36.143 INFO:teuthology.orchestra.run.smithi191.stdout:Transaction test succeeded. 2024-01-27T08:31:36.147 INFO:teuthology.orchestra.run.smithi191.stdout:Running transaction 2024-01-27T08:31:36.162 INFO:teuthology.orchestra.run.smithi159.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 4.2 MB/s | 178 kB 00:00 2024-01-27T08:31:36.229 INFO:teuthology.orchestra.run.smithi159.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2024-01-27T08:31:36.271 INFO:teuthology.orchestra.run.smithi159.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-01-27T08:31:36.446 INFO:teuthology.orchestra.run.smithi159.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2024-01-27T08:31:36.613 INFO:teuthology.orchestra.run.smithi159.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 15 MB/s | 2.5 MB 00:00 2024-01-27T08:31:36.721 INFO:teuthology.orchestra.run.smithi159.stdout:(10/13): buildah-1.32.0-1.module_el8+712+4cd1bd 39 kB/s | 9.6 MB 04:09 2024-01-27T08:31:36.738 INFO:teuthology.orchestra.run.smithi159.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 420 kB/s | 53 kB 00:00 2024-01-27T08:31:36.789 INFO:teuthology.orchestra.run.smithi159.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 612 kB/s | 41 kB 00:00 2024-01-27T08:31:36.822 INFO:teuthology.orchestra.run.smithi191.stdout: Preparing : 1/1 2024-01-27T08:31:37.021 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-27T08:31:37.233 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-27T08:31:37.280 INFO:teuthology.orchestra.run.smithi159.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 8.1 MB/s | 8.1 MB 00:01 2024-01-27T08:31:37.281 INFO:teuthology.orchestra.run.smithi159.stdout:-------------------------------------------------------------------------------- 2024-01-27T08:31:37.281 INFO:teuthology.orchestra.run.smithi159.stdout:Total 109 kB/s | 27 MB 04:09 2024-01-27T08:31:37.459 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-27T08:31:37.537 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction check 2024-01-27T08:31:37.558 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction check succeeded. 2024-01-27T08:31:37.558 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction test 2024-01-27T08:31:37.680 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T08:31:37.821 INFO:teuthology.orchestra.run.smithi159.stdout:Transaction test succeeded. 2024-01-27T08:31:37.825 INFO:teuthology.orchestra.run.smithi159.stdout:Running transaction 2024-01-27T08:31:38.247 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-27T08:31:38.532 INFO:teuthology.orchestra.run.smithi159.stdout: Preparing : 1/1 2024-01-27T08:31:38.729 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-27T08:31:38.907 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-27T08:31:39.137 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-27T08:31:39.256 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T08:31:39.385 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T08:31:39.476 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-27T08:31:39.685 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-27T08:31:39.936 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-27T08:31:39.937 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-27T08:31:40.344 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-27T08:31:40.907 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T08:31:41.139 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-27T08:31:41.207 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T08:31:41.326 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-27T08:31:41.442 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-27T08:31:41.628 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-27T08:31:41.640 INFO:teuthology.orchestra.run.smithi191.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T08:31:42.027 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-27T08:31:42.071 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-27T08:31:42.072 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T08:31:42.072 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-27T08:31:42.564 INFO:teuthology.orchestra.run.smithi191.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-27T08:31:42.564 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout:Installed: 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:31:42.565 INFO:teuthology.orchestra.run.smithi191.stdout:Complete! 2024-01-27T08:31:42.848 DEBUG:teuthology.parallel:result is None 2024-01-27T08:31:42.932 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T08:31:43.182 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-27T08:31:43.365 INFO:teuthology.orchestra.run.smithi159.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T08:31:43.785 INFO:teuthology.orchestra.run.smithi159.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-27T08:31:43.785 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-27T08:31:43.785 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-27T08:31:43.785 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-27T08:31:43.785 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-27T08:31:43.786 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-27T08:31:44.351 INFO:teuthology.orchestra.run.smithi159.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-27T08:31:44.351 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout:Installed: 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-27T08:31:44.352 INFO:teuthology.orchestra.run.smithi159.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-27T08:31:44.353 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:31:44.353 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2024-01-27T08:31:44.641 DEBUG:teuthology.parallel:result is None 2024-01-27T08:31:44.641 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-27T08:31:44.748 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': '994126d01a889b75062bb3ee87e6fbcc61a5f31d'} 2024-01-27T08:31:44.749 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-01-27T08:31:44.749 INFO:tasks.cephadm:Cluster fsid is 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:31:44.749 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-27T08:31:44.750 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-27T08:31:44.750 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi159': '172.21.15.159', 'mon.smithi191': '172.21.15.191'} 2024-01-27T08:31:44.750 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-27T08:31:44.750 DEBUG:teuthology.orchestra.run.smithi159:> sudo hostname $(hostname -s) 2024-01-27T08:31:44.778 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2024-01-27T08:31:44.812 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-01-27T08:31:44.812 DEBUG:teuthology.orchestra.run.smithi159:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-27T08:31:45.197 INFO:teuthology.orchestra.run.smithi159.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Jan 27 08:31 /home/ubuntu/cephtest/cephadm 2024-01-27T08:31:45.198 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-27T08:31:45.532 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Jan 27 08:31 /home/ubuntu/cephtest/cephadm 2024-01-27T08:31:45.533 DEBUG:teuthology.orchestra.run.smithi159:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-27T08:31:45.552 DEBUG:teuthology.orchestra.run.smithi191:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-27T08:31:45.584 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-01-27T08:31:45.584 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-01-27T08:31:45.595 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-01-27T08:31:47.219 INFO:teuthology.orchestra.run.smithi159.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-01-27T08:31:47.246 INFO:teuthology.orchestra.run.smithi191.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout:{ 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout: "repo_digests": [ 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout: ] 2024-01-27T08:32:05.730 INFO:teuthology.orchestra.run.smithi191.stdout:} 2024-01-27T08:32:08.937 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:32:08.938 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-01-27T08:32:08.938 INFO:teuthology.orchestra.run.smithi159.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-01-27T08:32:08.938 INFO:teuthology.orchestra.run.smithi159.stdout: "repo_digests": [ 2024-01-27T08:32:08.938 INFO:teuthology.orchestra.run.smithi159.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2024-01-27T08:32:08.938 INFO:teuthology.orchestra.run.smithi159.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2024-01-27T08:32:08.938 INFO:teuthology.orchestra.run.smithi159.stdout: ] 2024-01-27T08:32:08.938 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:32:08.956 DEBUG:teuthology.orchestra.run.smithi159:> sudo mkdir -p /etc/ceph 2024-01-27T08:32:08.987 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /etc/ceph 2024-01-27T08:32:09.023 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 777 /etc/ceph 2024-01-27T08:32:09.053 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 777 /etc/ceph 2024-01-27T08:32:09.094 INFO:tasks.cephadm:Writing seed config... 2024-01-27T08:32:09.095 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-27T08:32:09.095 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-27T08:32:09.095 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-27T08:32:09.096 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-27T08:32:09.096 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-27T08:32:09.096 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-27T08:32:09.096 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-27T08:32:09.096 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-27T08:32:09.096 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:32:09.097 DEBUG:teuthology.orchestra.run.smithi159:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-27T08:32:09.114 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 = 80fefabc-bcee-11ee-95b2-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 2024-01-27T08:32:09.114 DEBUG:teuthology.orchestra.run.smithi159:mon.smithi159> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi159.service 2024-01-27T08:32:09.156 INFO:tasks.cephadm:Bootstrapping... 2024-01-27T08:32:09.156 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 80fefabc-bcee-11ee-95b2-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.159 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-27T08:32:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:-- Logs begin at Sat 2024-01-27 08:13:08 UTC. -- 2024-01-27T08:32:09.348 INFO:teuthology.orchestra.run.smithi159.stderr:-------------------------------------------------------------------------------- 2024-01-27T08:32:09.348 INFO:teuthology.orchestra.run.smithi159.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '80fefabc-bcee-11ee-95b2-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.159', '--skip-admin-label'] 2024-01-27T08:32:09.370 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: 4.6.1 2024-01-27T08:32:09.380 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying podman|docker is present... 2024-01-27T08:32:09.399 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: 4.6.1 2024-01-27T08:32:09.420 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying lvm2 is present... 2024-01-27T08:32:09.421 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying time synchronization is in place... 2024-01-27T08:32:09.426 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-27T08:32:09.432 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-27T08:32:09.438 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: enabled 2024-01-27T08:32:09.443 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: active 2024-01-27T08:32:09.444 INFO:teuthology.orchestra.run.smithi159.stderr:Unit chronyd.service is enabled and running 2024-01-27T08:32:09.444 INFO:teuthology.orchestra.run.smithi159.stderr:Repeating the final host check... 2024-01-27T08:32:09.463 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: 4.6.1 2024-01-27T08:32:09.473 INFO:teuthology.orchestra.run.smithi159.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-27T08:32:09.474 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl is present 2024-01-27T08:32:09.474 INFO:teuthology.orchestra.run.smithi159.stderr:lvcreate is present 2024-01-27T08:32:09.479 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-27T08:32:09.484 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-27T08:32:09.490 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: enabled 2024-01-27T08:32:09.495 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: active 2024-01-27T08:32:09.496 INFO:teuthology.orchestra.run.smithi159.stderr:Unit chronyd.service is enabled and running 2024-01-27T08:32:09.497 INFO:teuthology.orchestra.run.smithi159.stderr:Host looks OK 2024-01-27T08:32:09.497 INFO:teuthology.orchestra.run.smithi159.stderr:Cluster fsid: 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:09.497 INFO:teuthology.orchestra.run.smithi159.stderr:Acquiring lock 140570381877376 on /run/cephadm/80fefabc-bcee-11ee-95b2-87774f69a715.lock 2024-01-27T08:32:09.497 INFO:teuthology.orchestra.run.smithi159.stderr:Lock 140570381877376 acquired on /run/cephadm/80fefabc-bcee-11ee-95b2-87774f69a715.lock 2024-01-27T08:32:09.497 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying IP 172.21.15.159 port 3300 ... 2024-01-27T08:32:09.497 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying IP 172.21.15.159 port 6789 ... 2024-01-27T08:32:09.498 INFO:teuthology.orchestra.run.smithi159.stderr:Base mon IP is 172.21.15.159, final addrv is [v2:172.21.15.159:3300,v1:172.21.15.159:6789] 2024-01-27T08:32:09.499 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.159 metric 100 2024-01-27T08:32:09.500 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.159 metric 100 2024-01-27T08:32:09.502 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-27T08:32:09.502 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-27T08:32:09.503 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-01-27T08:32:09.504 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-27T08:32:09.505 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-27T08:32:09.505 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-27T08:32:09.505 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-27T08:32:09.505 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:724f/64 scope link 2024-01-27T08:32:09.505 INFO:teuthology.orchestra.run.smithi159.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-27T08:32:09.506 INFO:teuthology.orchestra.run.smithi159.stderr:Mon IP `172.21.15.159` is in CIDR network `172.21.0.0/20` 2024-01-27T08:32:09.506 INFO:teuthology.orchestra.run.smithi159.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-27T08:32:09.506 INFO:teuthology.orchestra.run.smithi159.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-01-27T08:32:09.585 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2024-01-27T08:32:09.917 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Getting image source signatures 2024-01-27T08:32:09.917 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2024-01-27T08:32:09.917 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2024-01-27T08:32:09.918 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2024-01-27T08:32:09.918 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2024-01-27T08:32:09.918 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2024-01-27T08:32:09.918 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2024-01-27T08:32:09.990 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: Writing manifest to image destination 2024-01-27T08:32:10.148 INFO:teuthology.orchestra.run.smithi159.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2024-01-27T08:32:10.526 INFO:teuthology.orchestra.run.smithi159.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-01-27T08:32:10.875 INFO:teuthology.orchestra.run.smithi159.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-01-27T08:32:10.875 INFO:teuthology.orchestra.run.smithi159.stderr:Extracting ceph user uid/gid from container image... 2024-01-27T08:32:11.157 INFO:teuthology.orchestra.run.smithi159.stderr:stat: 167 167 2024-01-27T08:32:11.466 INFO:teuthology.orchestra.run.smithi159.stderr:Creating initial keys... 2024-01-27T08:32:11.728 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-authtool: AQCLv7RlcVClKhAAeL6t7f6vmbZ4l/6W+MGYWA== 2024-01-27T08:32:12.328 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-authtool: AQCMv7RlMaOhEhAAY3aADLRB8bGY93UbWZaSDA== 2024-01-27T08:32:12.912 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-authtool: AQCMv7RlWneeNRAA+N8pLbZlP5se5X8Y1HPNJg== 2024-01-27T08:32:13.247 INFO:teuthology.orchestra.run.smithi159.stderr:Creating initial monmap... 2024-01-27T08:32:13.538 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-27T08:32:13.539 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-01-27T08:32:13.539 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:13.539 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-27T08:32:13.869 INFO:teuthology.orchestra.run.smithi159.stderr:monmaptool for smithi159 [v2:172.21.15.159:3300,v1:172.21.15.159:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-27T08:32:13.869 INFO:teuthology.orchestra.run.smithi159.stderr:setting min_mon_release = octopus 2024-01-27T08:32:13.869 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: set fsid to 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:13.869 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-27T08:32:13.869 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:32:13.869 INFO:teuthology.orchestra.run.smithi159.stderr:Creating mon... 2024-01-27T08:32:14.539 INFO:teuthology.orchestra.run.smithi159.stderr:create mon.smithi159 on 2024-01-27T08:32:14.641 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-27T08:32:14.733 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-80fefabc-bcee-11ee-95b2-87774f69a715.target → /etc/systemd/system/ceph-80fefabc-bcee-11ee-95b2-87774f69a715.target. 2024-01-27T08:32:14.733 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-80fefabc-bcee-11ee-95b2-87774f69a715.target → /etc/systemd/system/ceph-80fefabc-bcee-11ee-95b2-87774f69a715.target. 2024-01-27T08:32:14.927 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to reset failed state of unit ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi159.service: Unit ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi159.service not loaded. 2024-01-27T08:32:14.933 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/ceph-80fefabc-bcee-11ee-95b2-87774f69a715.target.wants/ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi159.service → /etc/systemd/system/ceph-80fefabc-bcee-11ee-95b2-87774f69a715@.service. 2024-01-27T08:32:15.449 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: disabled 2024-01-27T08:32:15.456 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-27T08:32:15.456 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld.service is not enabled 2024-01-27T08:32:15.456 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to enable service . firewalld.service is not available 2024-01-27T08:32:15.457 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mon to start... 2024-01-27T08:32:15.457 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mon... 2024-01-27T08:32:15.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:15 smithi159 ceph-mon[34437]: mon.smithi159 is new leader, mons smithi159 in quorum (ranks 0) 2024-01-27T08:32:15.903 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: cluster: 2024-01-27T08:32:15.903 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: id: 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:15.903 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-27T08:32:15.903 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:15.903 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: services: 2024-01-27T08:32:15.903 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi159 (age 0.437178s) 2024-01-27T08:32:15.903 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: data: 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: pgs: 2024-01-27T08:32:15.904 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:16.271 INFO:teuthology.orchestra.run.smithi159.stderr:mon is available 2024-01-27T08:32:16.272 INFO:teuthology.orchestra.run.smithi159.stderr:Assimilating anything we can from ceph.conf... 2024-01-27T08:32:16.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:16.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [global] 2024-01-27T08:32:16.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: fsid = 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:16.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.159:3300,v1:172.21.15.159:6789] 2024-01-27T08:32:16.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-27T08:32:16.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [mgr] 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [osd] 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-27T08:32:16.720 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-27T08:32:16.741 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:16 smithi159 ceph-mon[34437]: mon.smithi159 is new leader, mons smithi159 in quorum (ranks 0) 2024-01-27T08:32:16.741 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:16 smithi159 ceph-mon[34437]: monmap e1: 1 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0]} 2024-01-27T08:32:16.741 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:16 smithi159 ceph-mon[34437]: fsmap 2024-01-27T08:32:16.741 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:16 smithi159 ceph-mon[34437]: osdmap e1: 0 total, 0 up, 0 in 2024-01-27T08:32:16.742 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:16 smithi159 ceph-mon[34437]: mgrmap e1: no daemons active 2024-01-27T08:32:16.742 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:16 smithi159 ceph-mon[34437]: from='client.? 172.21.15.159:0/2975792887' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-27T08:32:17.080 INFO:teuthology.orchestra.run.smithi159.stderr:Generating new minimal ceph.conf... 2024-01-27T08:32:17.787 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:17 smithi159 ceph-mon[34437]: from='client.? 172.21.15.159:0/1218234420' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-27T08:32:17.787 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:17 smithi159 ceph-mon[34437]: from='client.? 172.21.15.159:0/1218234420' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-27T08:32:17.821 INFO:teuthology.orchestra.run.smithi159.stderr:Restarting the monitor... 2024-01-27T08:32:18.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:17 smithi159 systemd[1]: Stopping Ceph mon.smithi159 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:32:18.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:17 smithi159 bash[34735]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon.smithi159" found: no such container 2024-01-27T08:32:18.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:17 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi159[34414]: 2024-01-27T08:32:17.919+0000 7f4f1c45b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi159 -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 2024-01-27T08:32:18.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:17 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi159[34414]: 2024-01-27T08:32:17.919+0000 7f4f1c45b700 -1 mon.smithi159@0(leader) e1 *** Got Signal Terminated *** 2024-01-27T08:32:18.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 bash[34747]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi159 2024-01-27T08:32:18.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 bash[34786]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon.smithi159" found: no such container 2024-01-27T08:32:18.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 systemd[1]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi159.service: Succeeded. 2024-01-27T08:32:18.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 systemd[1]: Stopped Ceph mon.smithi159 for 80fefabc-bcee-11ee-95b2-87774f69a715. 2024-01-27T08:32:18.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 systemd[1]: Starting Ceph mon.smithi159 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:32:18.730 INFO:teuthology.orchestra.run.smithi159.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-27T08:32:18.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: set uid:gid to 167:167 (ceph:ceph) 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: pidfile_write: ignore empty --pid-file 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: load: jerasure load: lrc 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: RocksDB version: 6.15.5 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Compile date Apr 18 2022 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: DB SUMMARY 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: DB Session ID: 3XRV0PPLT8R5BCVLGPZM 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: CURRENT file: CURRENT 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: IDENTITY file: IDENTITY 2024-01-27T08:32:18.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi159/store.db dir, Total Num: 1, files: 000008.sst 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi159/store.db: 000010.log size: 80791 ; 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.error_if_exists: 0 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.create_if_missing: 0 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.paranoid_checks: 1 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.env: 0x560cb8b7c860 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.fs: Posix File System 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.info_log: 0x560cb9645fa0 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_file_opening_threads: 16 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.statistics: (nil) 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.use_fsync: 0 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_log_file_size: 0 2024-01-27T08:32:18.977 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.keep_log_file_num: 1000 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.recycle_log_file_num: 0 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.allow_fallocate: 1 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.allow_mmap_reads: 0 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.allow_mmap_writes: 0 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.use_direct_reads: 0 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.create_missing_column_families: 0 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 bash[34854]: f4f7065dc5a3e4c1ac8e16a2712454450a71be356780dbdf35530a197bbbb1a2 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.db_log_dir: 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi159/store.db 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T08:32:18.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.advise_random_on_open: 1 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.db_write_buffer_size: 0 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.write_buffer_manager: 0x560cb97362d0 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T08:32:18.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.rate_limiter: (nil) 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.wal_recovery_mode: 2 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.enable_thread_tracking: 0 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.enable_pipelined_write: 0 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.unordered_write: 0 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.row_cache: None 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.wal_filter: None 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.allow_ingest_behind: 0 2024-01-27T08:32:18.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.preserve_deletes: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.two_write_queues: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.manual_wal_flush: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.atomic_flush: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.log_readahead_size: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.best_efforts_recovery: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.allow_data_in_errors: 0 2024-01-27T08:32:18.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.db_host_id: __hostname__ 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_background_jobs: 2 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_background_compactions: -1 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_subcompactions: 1 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_total_wal_size: 0 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_open_files: -1 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bytes_per_sync: 0 2024-01-27T08:32:18.982 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_readahead_size: 0 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_background_flushes: -1 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Compression algorithms supported: 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kZSTD supported: 0 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kXpressCompression supported: 0 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kLZ4HCCompression supported: 1 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kLZ4Compression supported: 1 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kBZip2Compression supported: 0 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kZlibCompression supported: 1 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: kSnappyCompression supported: 1 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T08:32:18.983 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi159/store.db/MANIFEST-000009 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.merge_operator: 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_filter: None 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_filter_factory: None 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.sst_partitioner_factory: None 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560cb9611d00) 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: cache_index_and_filter_blocks: 1 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T08:32:18.984 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: pin_top_level_index_and_filter: 1 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: index_type: 0 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: data_block_index_type: 0 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: index_shortening: 1 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: data_block_hash_table_util_ratio: 0.750000 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: hash_index_allow_collision: 1 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: checksum: 1 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: no_block_cache: 0 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache: 0x560cb967c170 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache_name: BinnedLRUCache 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache_options: 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: capacity : 536870912 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: num_shard_bits : 4 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: strict_capacity_limit : 0 2024-01-27T08:32:18.985 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: high_pri_pool_ratio: 0.000 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_cache_compressed: (nil) 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: persistent_cache: (nil) 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_size: 4096 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_size_deviation: 10 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_restart_interval: 16 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: index_block_restart_interval: 1 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: metadata_block_size: 4096 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: partition_filters: 0 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: use_delta_encoding: 1 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: whole_key_filtering: 1 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: verify_compression: 0 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: read_amp_bytes_per_bit: 0 2024-01-27T08:32:18.986 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: format_version: 4 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: enable_index_compression: 1 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: block_align: 0 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.write_buffer_size: 33554432 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_write_buffer_number: 2 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression: NoCompression 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression: Disabled 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.prefix_extractor: nullptr 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.num_levels: 7 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T08:32:18.987 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression_opts.level: 32767 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression_opts.strategy: 0 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compression_opts.enabled: false 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T08:32:18.988 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.target_file_size_base: 67108864 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T08:32:18.989 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.arena_block_size: 4194304 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.disable_auto_compactions: 0 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T08:32:18.990 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.table_properties_collectors: 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.inplace_update_support: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.bloom_locality: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.max_successive_merges: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.paranoid_file_checks: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.force_consistency_checks: 1 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.report_bg_io_stats: 0 2024-01-27T08:32:18.991 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.ttl: 2592000 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.enable_blob_files: false 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.min_blob_size: 0 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.blob_file_size: 268435456 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.blob_compression_type: NoCompression 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.enable_blob_garbage_collection: false 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi159/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 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: EVENT_LOG_v1 {"time_micros": 1706344338728622, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-01-27T08:32:18.992 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: 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. 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: EVENT_LOG_v1 {"time_micros": 1706344338729291, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77649, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75907, "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": 70363, "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": 1706344338, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "b108b7e7-4524-4bbb-a4d0-b64a9494ef9a", "db_session_id": "3XRV0PPLT8R5BCVLGPZM"}} 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: EVENT_LOG_v1 {"time_micros": 1706344338729756, "job": 1, "event": "recovery_finished"} 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi159/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 systemd[1]: Started Ceph mon.smithi159 for 80fefabc-bcee-11ee-95b2-87774f69a715. 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x560cb9662a80 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: DB pointer 0x560cb9672000 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** DB Stats ** 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-27T08:32:18.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.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 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 166.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 166.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.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 166.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.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 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:32:18.994 INFO:journalctl@ceph.mon.smithi159.smithi159.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 166.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative compaction: 0.00 GB write, 24.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval compaction: 0.00 GB write, 24.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.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 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.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 2024-01-27T08:32:18.995 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 166.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 166.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.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 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** Compaction Stats [default] ** 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.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 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.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 166.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T08:32:18.996 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Cumulative compaction: 0.00 GB write, 23.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.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 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: starting mon.smithi159 rank 0 at public addrs [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] at bind addrs [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi159 fsid 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???) e1 preinit fsid 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???).mds e1 new map 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???).mds e1 print_map 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: e1 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.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} 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: legacy client fscid: -1 2024-01-27T08:32:18.997 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout: No filesystems configured 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expand map: {default=false} 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta from 'false' to 'false' 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expanded map: {default=false} 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expand map: {default=info} 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta from 'info' to 'info' 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expanded map: {default=info} 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expand map: {default=daemon} 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta from 'daemon' to 'daemon' 2024-01-27T08:32:18.998 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expanded map: {default=daemon} 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expand map: {default=debug} 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta from 'debug' to 'debug' 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: expand_channel_meta expanded map: {default=debug} 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mon.smithi159 is new leader, mons smithi159 in quorum (ranks 0) 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: monmap e1: 1 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0]} 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: fsmap 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: osdmap e1: 0 total, 0 up, 0 in 2024-01-27T08:32:18.999 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:18 smithi159 ceph-mon[34891]: mgrmap e1: no daemons active 2024-01-27T08:32:19.555 INFO:teuthology.orchestra.run.smithi159.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-27T08:32:19.555 INFO:teuthology.orchestra.run.smithi159.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-27T08:32:19.555 INFO:teuthology.orchestra.run.smithi159.stderr:Creating mgr... 2024-01-27T08:32:19.556 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying port 9283 ... 2024-01-27T08:32:19.676 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to reset failed state of unit ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mgr.smithi159.bmcles.service: Unit ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mgr.smithi159.bmcles.service not loaded. 2024-01-27T08:32:19.682 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/ceph-80fefabc-bcee-11ee-95b2-87774f69a715.target.wants/ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mgr.smithi159.bmcles.service → /etc/systemd/system/ceph-80fefabc-bcee-11ee-95b2-87774f69a715@.service. 2024-01-27T08:32:20.208 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: disabled 2024-01-27T08:32:20.215 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-27T08:32:20.216 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld.service is not enabled 2024-01-27T08:32:20.216 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to enable service . firewalld.service is not available 2024-01-27T08:32:20.224 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: disabled 2024-01-27T08:32:20.232 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-27T08:32:20.233 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld.service is not enabled 2024-01-27T08:32:20.233 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-27T08:32:20.234 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr to start... 2024-01-27T08:32:20.234 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr... 2024-01-27T08:32:20.331 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:20 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2751021348' entity='client.admin' 2024-01-27T08:32:20.790 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsid": "80fefabc-bcee-11ee-95b2-87774f69a715", 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "health": { 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 0 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:20.791 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "smithi159" 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T08:32:20.792 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T08:32:20.793 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": false, 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "iostat", 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "nfs", 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "restful" 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:20.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T08:32:20.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:20.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modified": "2024-01-27T08:32:15.467715+0000", 2024-01-27T08:32:20.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:20.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:20.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T08:32:20.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:32:21.120 INFO:teuthology.orchestra.run.smithi159.stderr:mgr not available, waiting (1/15)... 2024-01-27T08:32:21.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:21 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1236509504' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T08:32:23.577 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:23.577 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:32:23.577 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsid": "80fefabc-bcee-11ee-95b2-87774f69a715", 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "health": { 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 0 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "smithi159" 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:23.578 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T08:32:23.579 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T08:32:23.583 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": false, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T08:32:23.584 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "iostat", 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "nfs", 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "restful" 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modified": "2024-01-27T08:32:15.467715+0000", 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T08:32:23.585 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:32:23.849 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:23 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/212092374' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T08:32:23.962 INFO:teuthology.orchestra.run.smithi159.stderr:mgr not available, waiting (2/15)... 2024-01-27T08:32:26.438 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:26.438 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsid": "80fefabc-bcee-11ee-95b2-87774f69a715", 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "health": { 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 0 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "smithi159" 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:26.439 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T08:32:26.440 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T08:32:26.441 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": false, 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "iostat", 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "nfs", 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "restful" 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modified": "2024-01-27T08:32:15.467715+0000", 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:26.442 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:26.443 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T08:32:26.443 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:32:26.448 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: Activating manager daemon smithi159.bmcles 2024-01-27T08:32:26.448 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: mgrmap e2: smithi159.bmcles(active, starting, since 0.00280588s) 2024-01-27T08:32:26.448 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr metadata", "who": "smithi159.bmcles", "id": "smithi159.bmcles"}]: dispatch 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: Manager daemon smithi159.bmcles is now available 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:26.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:26 smithi159 ceph-mon[34891]: from='mgr.14100 172.21.15.159:0/1977970152' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:26.770 INFO:teuthology.orchestra.run.smithi159.stderr:mgr not available, waiting (3/15)... 2024-01-27T08:32:27.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:27 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/164640909' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T08:32:27.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:27 smithi159 ceph-mon[34891]: mgrmap e3: smithi159.bmcles(active, since 1.00658s) 2024-01-27T08:32:29.606 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:29 smithi159 ceph-mon[34891]: mgrmap e4: smithi159.bmcles(active, since 2s) 2024-01-27T08:32:30.489 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:30.489 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:32:30.489 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsid": "80fefabc-bcee-11ee-95b2-87774f69a715", 2024-01-27T08:32:30.489 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "health": { 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 0 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "smithi159" 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T08:32:30.490 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T08:32:30.491 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": true, 2024-01-27T08:32:30.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "iostat", 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "nfs", 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "restful" 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modified": "2024-01-27T08:32:15.467715+0000", 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T08:32:30.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:32:30.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:30 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/811297155' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T08:32:31.962 INFO:teuthology.orchestra.run.smithi159.stderr:mgr is available 2024-01-27T08:32:32.518 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:32.518 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [global] 2024-01-27T08:32:32.518 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: fsid = 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:32.518 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-27T08:32:32.518 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-27T08:32:32.518 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-27T08:32:32.518 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-27T08:32:32.519 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:32.519 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [mgr] 2024-01-27T08:32:32.519 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-27T08:32:32.519 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-27T08:32:32.519 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [osd] 2024-01-27T08:32:32.519 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-27T08:32:32.519 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-27T08:32:32.821 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:32 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4224484816' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-27T08:32:32.860 INFO:teuthology.orchestra.run.smithi159.stderr:Enabling cephadm module... 2024-01-27T08:32:33.876 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:33 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1200968064' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-27T08:32:34.515 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:32:34.515 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-27T08:32:34.515 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": true, 2024-01-27T08:32:34.515 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "active_name": "smithi159.bmcles", 2024-01-27T08:32:34.516 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-27T08:32:34.516 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:32:34.861 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for the mgr to restart... 2024-01-27T08:32:34.861 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr epoch 5... 2024-01-27T08:32:34.968 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:34 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1200968064' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-27T08:32:34.968 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:34 smithi159 ceph-mon[34891]: mgrmap e5: smithi159.bmcles(active, since 7s) 2024-01-27T08:32:34.968 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:34 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4107662905' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-27T08:32:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: Active manager daemon smithi159.bmcles restarted 2024-01-27T08:32:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: Activating manager daemon smithi159.bmcles 2024-01-27T08:32:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: osdmap e2: 0 total, 0 up, 0 in 2024-01-27T08:32:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: mgrmap e6: smithi159.bmcles(active, starting, since 0.130628s) 2024-01-27T08:32:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:32:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr metadata", "who": "smithi159.bmcles", "id": "smithi159.bmcles"}]: dispatch 2024-01-27T08:32:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: Manager daemon smithi159.bmcles is now available 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:40.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:40 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:32:40.754 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:32:40.754 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-27T08:32:40.754 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "initialized": true 2024-01-27T08:32:40.754 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:32:41.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:41 smithi159 ceph-mon[34891]: [27/Jan/2024:08:32:40] ENGINE Bus STARTING 2024-01-27T08:32:41.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:41 smithi159 ceph-mon[34891]: [27/Jan/2024:08:32:40] ENGINE Serving on https://172.21.15.159:7150 2024-01-27T08:32:41.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:41 smithi159 ceph-mon[34891]: [27/Jan/2024:08:32:40] ENGINE Bus STARTED 2024-01-27T08:32:41.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:41 smithi159 ceph-mon[34891]: mgrmap e7: smithi159.bmcles(active, since 1.13638s) 2024-01-27T08:32:42.880 INFO:teuthology.orchestra.run.smithi159.stderr:mgr epoch 5 is available 2024-01-27T08:32:42.880 INFO:teuthology.orchestra.run.smithi159.stderr:Setting orchestrator backend to cephadm... 2024-01-27T08:32:42.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:42 smithi159 ceph-mon[34891]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-27T08:32:42.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:42 smithi159 ceph-mon[34891]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-27T08:32:43.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:43 smithi159 ceph-mon[34891]: mgrmap e8: smithi159.bmcles(active, since 3s) 2024-01-27T08:32:45.537 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:45 smithi159 ceph-mon[34891]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:45.538 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:45 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:45.538 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:45 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:32:45.950 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: value unchanged 2024-01-27T08:32:46.317 INFO:teuthology.orchestra.run.smithi159.stderr:Generating ssh key... 2024-01-27T08:32:46.939 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:46 smithi159 ceph-mon[34891]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:47.841 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqBPwDnZNqQh6xI5IgvJRb76IyKAqmQxhye6f0kkd7+2WOVJDsnrh/Q4tZm0jaUGPxJBFheaqaJDk10luVraymCFpFAqYPTKex9QFogVDAGlJM7hJyPzM/wQBcI4VJ99PnQ4sq2AIZos1CVwyt0q3n3Woe43gqfpTYpKZA51A0pV/2MZo5rt/ASE+fH/B/gSt8z2oMspovpm80Ijx7NUUNj9Yf07KTfk1yNzP71pgdTuuZbyKI+rEJCA+42YwGH4J2QMTcmdV0f5wPIQadqVww4HdBLXGBjItpbJE+A1LMxTDTNJSvjuaTb9frwXKLqjfNK0SJZ8PIFEHS4Hj+KOnK6yXCMDK1BU7Xnqz1UBmFqEzpyyx0wNJ3ZtUNTX2XTc+N4yzWiBD911OgepgU/8Nq2EA3QZX5tGpAKuYKzl0ogUWmgyn8GS84HL/Bp+l2gwQCl7ldHMT790y0LUrGWwKF1RZPK/k6esQsXS99SL7N6fmwIGJyx8njfTLBLMqZZSM= ceph-80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:32:48.175 INFO:teuthology.orchestra.run.smithi159.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-27T08:32:48.176 INFO:teuthology.orchestra.run.smithi159.stderr:Adding key to root@localhost authorized_keys... 2024-01-27T08:32:48.176 INFO:teuthology.orchestra.run.smithi159.stderr:Adding host smithi159... 2024-01-27T08:32:48.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:47 smithi159 ceph-mon[34891]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:48.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:47 smithi159 ceph-mon[34891]: Generating ssh key... 2024-01-27T08:32:48.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:47 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:48.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:47 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:48.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:48 smithi159 ceph-mon[34891]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:49.495 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Added host 'smithi159' with addr '172.21.15.159' 2024-01-27T08:32:49.808 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying mon service with default placement... 2024-01-27T08:32:50.370 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-27T08:32:50.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:50 smithi159 ceph-mon[34891]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi159", "addr": "172.21.15.159", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:50.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:50 smithi159 ceph-mon[34891]: Deploying cephadm binary to smithi159 2024-01-27T08:32:50.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:50 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:50.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:50 smithi159 ceph-mon[34891]: Added host smithi159 2024-01-27T08:32:50.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:50 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:32:50.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:50 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:50.746 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying mgr service with default placement... 2024-01-27T08:32:51.392 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-27T08:32:51.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:51 smithi159 ceph-mon[34891]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:51.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:51 smithi159 ceph-mon[34891]: Saving service mon spec with placement count:5 2024-01-27T08:32:51.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:51 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:51.824 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying crash service with default placement... 2024-01-27T08:32:52.411 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-27T08:32:52.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:52 smithi159 ceph-mon[34891]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:52.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:52 smithi159 ceph-mon[34891]: Saving service mgr spec with placement count:2 2024-01-27T08:32:52.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:52 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:52.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:52 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:52.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:52 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:52.882 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying prometheus service with default placement... 2024-01-27T08:32:53.480 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-27T08:32:53.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:53 smithi159 ceph-mon[34891]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:53.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:53 smithi159 ceph-mon[34891]: Saving service crash spec with placement * 2024-01-27T08:32:53.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:53 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:53.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:53 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:53.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:53 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:53.824 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying grafana service with default placement... 2024-01-27T08:32:54.486 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-27T08:32:54.839 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:54 smithi159 ceph-mon[34891]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:54.840 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:54 smithi159 ceph-mon[34891]: Saving service prometheus spec with placement count:1 2024-01-27T08:32:54.840 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:54 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:54.841 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying node-exporter service with default placement... 2024-01-27T08:32:55.365 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-27T08:32:55.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:55 smithi159 ceph-mon[34891]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:55.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:55 smithi159 ceph-mon[34891]: Saving service grafana spec with placement count:1 2024-01-27T08:32:55.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:55 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:55.757 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying alertmanager service with default placement... 2024-01-27T08:32:56.351 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-27T08:32:56.651 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:56 smithi159 ceph-mon[34891]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:56.651 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:56 smithi159 ceph-mon[34891]: Saving service node-exporter spec with placement * 2024-01-27T08:32:56.651 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:56 smithi159 ceph-mon[34891]: from='mgr.14120 172.21.15.159:0/1703462157' entity='mgr.smithi159.bmcles' 2024-01-27T08:32:57.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:57 smithi159 ceph-mon[34891]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:32:57.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:57 smithi159 ceph-mon[34891]: Saving service alertmanager spec with placement count:1 2024-01-27T08:32:57.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:57 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3463574278' entity='client.admin' 2024-01-27T08:32:58.406 INFO:teuthology.orchestra.run.smithi159.stderr:Enabling the dashboard module... 2024-01-27T08:32:59.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:59 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2472163973' entity='client.admin' 2024-01-27T08:32:59.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:32:59 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4027832143' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-27T08:33:00.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:33:00.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-27T08:33:00.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": true, 2024-01-27T08:33:00.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "active_name": "smithi159.bmcles", 2024-01-27T08:33:00.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-27T08:33:00.719 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:33:01.076 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:00 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4027832143' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-27T08:33:01.076 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:00 smithi159 ceph-mon[34891]: mgrmap e9: smithi159.bmcles(active, since 20s) 2024-01-27T08:33:01.076 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:00 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/528241515' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-27T08:33:01.148 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for the mgr to restart... 2024-01-27T08:33:01.148 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr epoch 9... 2024-01-27T08:33:06.945 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-27T08:33:06.945 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-27T08:33:06.945 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "initialized": true 2024-01-27T08:33:06.945 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: Active manager daemon smithi159.bmcles restarted 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: Activating manager daemon smithi159.bmcles 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: osdmap e3: 0 total, 0 up, 0 in 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: mgrmap e10: smithi159.bmcles(active, starting, since 0.0535971s) 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr metadata", "who": "smithi159.bmcles", "id": "smithi159.bmcles"}]: dispatch 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T08:33:07.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: Manager daemon smithi159.bmcles is now available 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: [27/Jan/2024:08:33:06] ENGINE Bus STARTING 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: [27/Jan/2024:08:33:06] ENGINE Serving on https://172.21.15.159:7150 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: [27/Jan/2024:08:33:06] ENGINE Bus STARTED 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:07.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:06 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:07.298 INFO:teuthology.orchestra.run.smithi159.stderr:mgr epoch 9 is available 2024-01-27T08:33:07.298 INFO:teuthology.orchestra.run.smithi159.stderr:Generating a dashboard self-signed certificate... 2024-01-27T08:33:07.943 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-27T08:33:08.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:07 smithi159 ceph-mon[34891]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-27T08:33:08.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:07 smithi159 ceph-mon[34891]: mgrmap e11: smithi159.bmcles(active, since 1.05604s) 2024-01-27T08:33:08.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:07 smithi159 ceph-mon[34891]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-27T08:33:08.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:07 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:08.513 INFO:teuthology.orchestra.run.smithi159.stderr:Creating initial admin user... 2024-01-27T08:33:09.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:08 smithi159 ceph-mon[34891]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:33:09.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:08 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:09.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:08 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:09.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:08 smithi159 ceph-mon[34891]: mgrmap e12: smithi159.bmcles(active, since 2s) 2024-01-27T08:33:09.266 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mPns0SqEKnE.Ho6dIdpy1OF05p5dKTgW3qkrJohknZb.UpwRo7rFm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706344389, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-27T08:33:09.622 INFO:teuthology.orchestra.run.smithi159.stderr:Fetching dashboard port number... 2024-01-27T08:33:10.149 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 8443 2024-01-27T08:33:10.440 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:10 smithi159 ceph-mon[34891]: 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 2024-01-27T08:33:10.440 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:10 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:10.440 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:10 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/421002172' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-27T08:33:10.522 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: disabled 2024-01-27T08:33:10.529 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-27T08:33:10.530 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld.service is not enabled 2024-01-27T08:33:10.530 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-27T08:33:10.532 INFO:teuthology.orchestra.run.smithi159.stderr:Ceph Dashboard is now available at: 2024-01-27T08:33:10.532 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:10.532 INFO:teuthology.orchestra.run.smithi159.stderr: URL: https://smithi159.front.sepia.ceph.com:8443/ 2024-01-27T08:33:10.533 INFO:teuthology.orchestra.run.smithi159.stderr: User: admin 2024-01-27T08:33:10.533 INFO:teuthology.orchestra.run.smithi159.stderr: Password: 5ixck9neyz 2024-01-27T08:33:10.533 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:10.533 INFO:teuthology.orchestra.run.smithi159.stderr:Enabling autotune for osd_memory_target 2024-01-27T08:33:12.044 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-27T08:33:12.430 INFO:teuthology.orchestra.run.smithi159.stderr:You can access the Ceph CLI with: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: ceph telemetry on 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr:For more information see: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:33:12.431 INFO:teuthology.orchestra.run.smithi159.stderr:Bootstrap complete. 2024-01-27T08:33:12.462 INFO:tasks.cephadm:Fetching config... 2024-01-27T08:33:12.462 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:33:12.462 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-27T08:33:12.481 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-27T08:33:12.481 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:33:12.481 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-27T08:33:12.539 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-27T08:33:12.539 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:33:12.539 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/keyring of=/dev/stdout 2024-01-27T08:33:12.607 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-27T08:33:12.607 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:33:12.607 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-27T08:33:12.665 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-27T08:33:12.665 DEBUG:teuthology.orchestra.run.smithi159:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqBPwDnZNqQh6xI5IgvJRb76IyKAqmQxhye6f0kkd7+2WOVJDsnrh/Q4tZm0jaUGPxJBFheaqaJDk10luVraymCFpFAqYPTKex9QFogVDAGlJM7hJyPzM/wQBcI4VJ99PnQ4sq2AIZos1CVwyt0q3n3Woe43gqfpTYpKZA51A0pV/2MZo5rt/ASE+fH/B/gSt8z2oMspovpm80Ijx7NUUNj9Yf07KTfk1yNzP71pgdTuuZbyKI+rEJCA+42YwGH4J2QMTcmdV0f5wPIQadqVww4HdBLXGBjItpbJE+A1LMxTDTNJSvjuaTb9frwXKLqjfNK0SJZ8PIFEHS4Hj+KOnK6yXCMDK1BU7Xnqz1UBmFqEzpyyx0wNJ3ZtUNTX2XTc+N4yzWiBD911OgepgU/8Nq2EA3QZX5tGpAKuYKzl0ogUWmgyn8GS84HL/Bp+l2gwQCl7ldHMT790y0LUrGWwKF1RZPK/k6esQsXS99SL7N6fmwIGJyx8njfTLBLMqZZSM= ceph-80fefabc-bcee-11ee-95b2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-27T08:33:12.744 INFO:teuthology.orchestra.run.smithi159.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqBPwDnZNqQh6xI5IgvJRb76IyKAqmQxhye6f0kkd7+2WOVJDsnrh/Q4tZm0jaUGPxJBFheaqaJDk10luVraymCFpFAqYPTKex9QFogVDAGlJM7hJyPzM/wQBcI4VJ99PnQ4sq2AIZos1CVwyt0q3n3Woe43gqfpTYpKZA51A0pV/2MZo5rt/ASE+fH/B/gSt8z2oMspovpm80Ijx7NUUNj9Yf07KTfk1yNzP71pgdTuuZbyKI+rEJCA+42YwGH4J2QMTcmdV0f5wPIQadqVww4HdBLXGBjItpbJE+A1LMxTDTNJSvjuaTb9frwXKLqjfNK0SJZ8PIFEHS4Hj+KOnK6yXCMDK1BU7Xnqz1UBmFqEzpyyx0wNJ3ZtUNTX2XTc+N4yzWiBD911OgepgU/8Nq2EA3QZX5tGpAKuYKzl0ogUWmgyn8GS84HL/Bp+l2gwQCl7ldHMT790y0LUrGWwKF1RZPK/k6esQsXS99SL7N6fmwIGJyx8njfTLBLMqZZSM= ceph-80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:33:12.755 DEBUG:teuthology.orchestra.run.smithi191:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqBPwDnZNqQh6xI5IgvJRb76IyKAqmQxhye6f0kkd7+2WOVJDsnrh/Q4tZm0jaUGPxJBFheaqaJDk10luVraymCFpFAqYPTKex9QFogVDAGlJM7hJyPzM/wQBcI4VJ99PnQ4sq2AIZos1CVwyt0q3n3Woe43gqfpTYpKZA51A0pV/2MZo5rt/ASE+fH/B/gSt8z2oMspovpm80Ijx7NUUNj9Yf07KTfk1yNzP71pgdTuuZbyKI+rEJCA+42YwGH4J2QMTcmdV0f5wPIQadqVww4HdBLXGBjItpbJE+A1LMxTDTNJSvjuaTb9frwXKLqjfNK0SJZ8PIFEHS4Hj+KOnK6yXCMDK1BU7Xnqz1UBmFqEzpyyx0wNJ3ZtUNTX2XTc+N4yzWiBD911OgepgU/8Nq2EA3QZX5tGpAKuYKzl0ogUWmgyn8GS84HL/Bp+l2gwQCl7ldHMT790y0LUrGWwKF1RZPK/k6esQsXS99SL7N6fmwIGJyx8njfTLBLMqZZSM= ceph-80fefabc-bcee-11ee-95b2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-27T08:33:12.800 INFO:teuthology.orchestra.run.smithi191.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqBPwDnZNqQh6xI5IgvJRb76IyKAqmQxhye6f0kkd7+2WOVJDsnrh/Q4tZm0jaUGPxJBFheaqaJDk10luVraymCFpFAqYPTKex9QFogVDAGlJM7hJyPzM/wQBcI4VJ99PnQ4sq2AIZos1CVwyt0q3n3Woe43gqfpTYpKZA51A0pV/2MZo5rt/ASE+fH/B/gSt8z2oMspovpm80Ijx7NUUNj9Yf07KTfk1yNzP71pgdTuuZbyKI+rEJCA+42YwGH4J2QMTcmdV0f5wPIQadqVww4HdBLXGBjItpbJE+A1LMxTDTNJSvjuaTb9frwXKLqjfNK0SJZ8PIFEHS4Hj+KOnK6yXCMDK1BU7Xnqz1UBmFqEzpyyx0wNJ3ZtUNTX2XTc+N4yzWiBD911OgepgU/8Nq2EA3QZX5tGpAKuYKzl0ogUWmgyn8GS84HL/Bp+l2gwQCl7ldHMT790y0LUrGWwKF1RZPK/k6esQsXS99SL7N6fmwIGJyx8njfTLBLMqZZSM= ceph-80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:33:12.812 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-27T08:33:13.136 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:12 smithi159 ceph-mon[34891]: mgrmap e13: smithi159.bmcles(active, since 6s) 2024-01-27T08:33:13.136 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:12 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1096718986' entity='client.admin' 2024-01-27T08:33:14.864 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-27T08:33:14.864 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-27T08:33:15.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:15 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3357200800' entity='client.admin' 2024-01-27T08:33:15.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:15 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:15.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:15 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd/host:smithi159", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:33:15.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:15 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:16.792 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:16 smithi159 ceph-mon[34891]: Deploying daemon alertmanager.smithi159 on smithi159 2024-01-27T08:33:16.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:16 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:16.988 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi191 2024-01-27T08:33:16.988 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-01-27T08:33:16.988 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.conf 2024-01-27T08:33:17.010 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-01-27T08:33:17.010 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:33:17.070 INFO:tasks.cephadm:Adding host smithi191 to orchestrator... 2024-01-27T08:33:17.071 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch host add smithi191 2024-01-27T08:33:17.711 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:17 smithi159 ceph-mon[34891]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:33:19.562 INFO:teuthology.orchestra.run.smithi159.stdout:Added host 'smithi191' with addr '172.21.15.191' 2024-01-27T08:33:19.903 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:19 smithi159 ceph-mon[34891]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:33:19.903 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:19 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:20.041 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch host ls --format=json 2024-01-27T08:33:20.897 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:20 smithi159 ceph-mon[34891]: Deploying cephadm binary to smithi191 2024-01-27T08:33:20.897 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:20 smithi159 ceph-mon[34891]: Added host smithi191 2024-01-27T08:33:21.671 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:33:21.672 INFO:teuthology.orchestra.run.smithi159.stdout:[{"addr": "172.21.15.159", "hostname": "smithi159", "labels": [], "status": ""}, {"addr": "172.21.15.191", "hostname": "smithi191", "labels": [], "status": ""}] 2024-01-27T08:33:22.133 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:21 smithi159 ceph-mon[34891]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:33:22.170 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-27T08:33:22.170 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd crush tunables default 2024-01-27T08:33:23.653 INFO:teuthology.orchestra.run.smithi159.stderr:adjusted tunables profile to default 2024-01-27T08:33:23.917 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:23 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:23.917 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:23 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T08:33:23.917 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:23 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-27T08:33:23.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:23 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:23.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:23 smithi159 ceph-mon[34891]: Deploying daemon crash.smithi159 on smithi159 2024-01-27T08:33:23.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:23 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/252895519' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-27T08:33:24.043 INFO:tasks.cephadm:Adding mon.smithi159 on smithi159 2024-01-27T08:33:24.044 INFO:tasks.cephadm:Adding mon.smithi191 on smithi191 2024-01-27T08:33:24.044 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch apply mon '2;smithi159:172.21.15.159=smithi159;smithi191:172.21.15.191=smithi191' 2024-01-27T08:33:24.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:24 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/252895519' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-27T08:33:24.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:24 smithi159 ceph-mon[34891]: osdmap e4: 0 total, 0 up, 0 in 2024-01-27T08:33:24.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:24 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:24.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:24 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:24.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:24 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:24.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:24 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T08:33:24.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:24 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:25.384 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mon update... 2024-01-27T08:33:25.764 DEBUG:teuthology.orchestra.run.smithi191:mon.smithi191> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi191.service 2024-01-27T08:33:25.766 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:25.766 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:25.795 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:-- Logs begin at Sat 2024-01-27 08:12:54 UTC. -- 2024-01-27T08:33:25.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:25 smithi159 ceph-mon[34891]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T08:33:25.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:25 smithi159 ceph-mon[34891]: Deploying daemon grafana.smithi159 on smithi159 2024-01-27T08:33:25.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:25 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:26.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:26 smithi159 ceph-mon[34891]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi159:172.21.15.159=smithi159;smithi191:172.21.15.191=smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:33:26.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:26 smithi159 ceph-mon[34891]: Saving service mon spec with placement smithi159:172.21.15.159=smithi159;smithi191:172.21.15.191=smithi191;count:2 2024-01-27T08:33:26.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:26 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:27.196 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:27.196 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:27.198 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:27.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:27 smithi159 ceph-mon[34891]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:27.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:27 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/1073549803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:28.569 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:28.570 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:29.999 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:29.999 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:30.001 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:30.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:29 smithi159 ceph-mon[34891]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:31.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:30 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/3931007210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:31.391 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:31.392 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:32.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:31 smithi159 ceph-mon[34891]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:32.769 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:32.770 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:32.771 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:34.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:33 smithi159 ceph-mon[34891]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:34.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:33 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/655428967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:34.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:34.151 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:35.639 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:35.639 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:35.641 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:35 smithi159 ceph-mon[34891]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:35 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:35 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/739991459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:36.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:36 smithi159 ceph-mon[34891]: Deploying daemon node-exporter.smithi159 on smithi159 2024-01-27T08:33:36.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:36 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:37.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:37.026 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:38.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:37 smithi159 ceph-mon[34891]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:38.402 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:38.402 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:38.404 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:39.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:38 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:39.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:38 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-27T08:33:39.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:38 smithi159 ceph-mon[34891]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:39.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:38 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/2586019250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:39.804 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:39.805 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:40.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:39 smithi159 ceph-mon[34891]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-27T08:33:40.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:39 smithi159 ceph-mon[34891]: mgrmap e14: smithi159.bmcles(active, since 32s) 2024-01-27T08:33:41.291 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:41.292 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:41.294 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:41.703 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:41 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/1141342702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:42.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:42.675 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:44.059 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:44.060 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:44.061 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:44.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:44 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/1021376472' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:45.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:45.424 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:46.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:45 smithi159 ceph-mon[34891]: Active manager daemon smithi159.bmcles restarted 2024-01-27T08:33:46.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:45 smithi159 ceph-mon[34891]: Activating manager daemon smithi159.bmcles 2024-01-27T08:33:46.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:45 smithi159 ceph-mon[34891]: osdmap e5: 0 total, 0 up, 0 in 2024-01-27T08:33:46.883 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:46.962 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:46.963 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: mgrmap e15: smithi159.bmcles(active, starting, since 0.949782s) 2024-01-27T08:33:46.963 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:33:46.963 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr metadata", "who": "smithi159.bmcles", "id": "smithi159.bmcles"}]: dispatch 2024-01-27T08:33:46.963 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T08:33:46.963 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T08:33:46.963 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: Manager daemon smithi159.bmcles is now available 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:46.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:46.964 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:48.217 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:47 smithi159 ceph-mon[34891]: [27/Jan/2024:08:33:46] ENGINE Bus STARTING 2024-01-27T08:33:48.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:47 smithi159 ceph-mon[34891]: [27/Jan/2024:08:33:46] ENGINE Serving on https://172.21.15.159:7150 2024-01-27T08:33:48.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:47 smithi159 ceph-mon[34891]: [27/Jan/2024:08:33:46] ENGINE Bus STARTED 2024-01-27T08:33:48.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:47 smithi159 ceph-mon[34891]: mgrmap e16: smithi159.bmcles(active, since 1.95521s) 2024-01-27T08:33:48.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:47 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/2490028912' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:48.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:47 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:48.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:48.313 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:48.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:48 smithi159 ceph-mon[34891]: mgrmap e17: smithi159.bmcles(active, since 2s) 2024-01-27T08:33:48.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:49.947 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:49.947 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:49.949 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:50.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd/host:smithi159", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: Updating smithi159:/etc/ceph/ceph.conf 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:50.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T08:33:50.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-27T08:33:50.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:50.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:49 smithi159 ceph-mon[34891]: Deploying daemon crash.smithi191 on smithi191 2024-01-27T08:33:51.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:50 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/2791737924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:51.402 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:51.403 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:52.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:52.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:33:52.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-27T08:33:52.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:33:52.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:52.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:52 smithi159 ceph-mon[34891]: Deploying daemon mgr.smithi191.onztue on smithi191 2024-01-27T08:33:53.037 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:33:53.037 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:32:13.519527Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T08:33:53.039 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-01-27T08:33:53.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:53 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/3024393895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:54.517 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T08:33:54.517 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T08:33:54.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:54.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T08:33:54.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:54.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:33:54 smithi159 ceph-mon[34891]: Deploying daemon mon.smithi191 on smithi191 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 systemd[1]: Started Ceph mon.smithi191 for 80fefabc-bcee-11ee-95b2-87774f69a715. 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.keep_log_file_num: 1000 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.recycle_log_file_num: 0 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.allow_fallocate: 1 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.allow_mmap_reads: 0 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.allow_mmap_writes: 0 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.use_direct_reads: 0 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T08:33:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.create_missing_column_families: 0 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.db_log_dir: 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi191/store.db 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.advise_random_on_open: 1 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.db_write_buffer_size: 0 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.write_buffer_manager: 0x55956ed202d0 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T08:33:56.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.rate_limiter: (nil) 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.wal_recovery_mode: 2 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.enable_thread_tracking: 0 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.enable_pipelined_write: 0 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.unordered_write: 0 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.row_cache: None 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.wal_filter: None 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.allow_ingest_behind: 0 2024-01-27T08:33:56.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.preserve_deletes: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.two_write_queues: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.manual_wal_flush: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.atomic_flush: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.log_readahead_size: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.best_efforts_recovery: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.allow_data_in_errors: 0 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.db_host_id: __hostname__ 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_background_jobs: 2 2024-01-27T08:33:56.663 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_background_compactions: -1 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_subcompactions: 1 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_total_wal_size: 0 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_open_files: -1 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bytes_per_sync: 0 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T08:33:56.664 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_readahead_size: 0 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_background_flushes: -1 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Compression algorithms supported: 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kZSTD supported: 0 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kXpressCompression supported: 0 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kLZ4HCCompression supported: 1 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kLZ4Compression supported: 1 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kBZip2Compression supported: 0 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kZlibCompression supported: 1 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: kSnappyCompression supported: 1 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi191/store.db/MANIFEST-000003 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-01-27T08:33:56.665 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.merge_operator: 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_filter: None 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_filter_factory: None 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.sst_partitioner_factory: None 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55956ebfbd00) 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: cache_index_and_filter_blocks: 1 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: pin_top_level_index_and_filter: 1 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: index_type: 0 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: data_block_index_type: 0 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: index_shortening: 1 2024-01-27T08:33:56.666 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: data_block_hash_table_util_ratio: 0.750000 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: hash_index_allow_collision: 1 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: checksum: 1 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: no_block_cache: 0 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_cache: 0x55956ec66170 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_cache_name: BinnedLRUCache 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_cache_options: 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: capacity : 536870912 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: num_shard_bits : 4 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: strict_capacity_limit : 0 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: high_pri_pool_ratio: 0.000 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_cache_compressed: (nil) 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: persistent_cache: (nil) 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_size: 4096 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_size_deviation: 10 2024-01-27T08:33:56.667 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_restart_interval: 16 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: index_block_restart_interval: 1 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: metadata_block_size: 4096 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: partition_filters: 0 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: use_delta_encoding: 1 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: whole_key_filtering: 1 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: verify_compression: 0 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: read_amp_bytes_per_bit: 0 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: format_version: 4 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: enable_index_compression: 1 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: block_align: 0 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.write_buffer_size: 33554432 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_write_buffer_number: 2 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression: NoCompression 2024-01-27T08:33:56.668 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression: Disabled 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.prefix_extractor: nullptr 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.num_levels: 7 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T08:33:56.669 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression_opts.level: 32767 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression_opts.strategy: 0 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compression_opts.enabled: false 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.target_file_size_base: 67108864 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T08:33:56.670 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.arena_block_size: 4194304 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.disable_auto_compactions: 0 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T08:33:56.671 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.table_properties_collectors: 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.inplace_update_support: 0 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.bloom_locality: 0 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.max_successive_merges: 0 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T08:33:56.672 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.paranoid_file_checks: 0 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.force_consistency_checks: 1 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.report_bg_io_stats: 0 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.ttl: 2592000 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.enable_blob_files: false 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.min_blob_size: 0 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.blob_file_size: 268435456 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.blob_compression_type: NoCompression 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.enable_blob_garbage_collection: false 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi191/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: EVENT_LOG_v1 {"time_micros": 1706344436358306, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-01-27T08:33:56.673 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: 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. 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: EVENT_LOG_v1 {"time_micros": 1706344436358716, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706344436, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "7cb0ba87-404c-443d-a156-3c88384c8072", "db_session_id": "B17Q6R4FJJBTPJZS0ZCY"}} 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: EVENT_LOG_v1 {"time_micros": 1706344436359171, "job": 1, "event": "recovery_finished"} 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi191/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55956ec4ca80 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: DB pointer 0x55956ec5c000 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ** DB Stats ** 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-27T08:33:56.674 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ** Compaction Stats [default] ** 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.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 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.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.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.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.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.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.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ** Compaction Stats [default] ** 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.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 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.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.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T08:33:56.675 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Cumulative compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Interval compaction: 0.00 GB write, 0.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.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 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ** Compaction Stats [default] ** 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.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 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.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.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.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.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.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 2024-01-27T08:33:56.676 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ** Compaction Stats [default] ** 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.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 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.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.8 0.00 0.00 1 0.000 0 0 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: AddFile(Keys): cumulative 0, interval 0 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Cumulative compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.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 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: ** File Read Latency Histogram By Level [default] ** 2024-01-27T08:33:56.677 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191 does not exist in monmap, will attempt to join an existing cluster 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: using public_addr v2:172.21.15.191:0/0 -> [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: starting mon.smithi191 rank -1 at public addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] at bind addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi191 fsid 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(???) e0 preinit fsid 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).mds e1 new map 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).mds e1 print_map 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: e1 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.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} 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: legacy client fscid: -1 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout: No filesystems configured 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-27T08:33:56.678 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/655428967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/739991459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.679 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Deploying daemon node-exporter.smithi159 on smithi159 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/2586019250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14162 172.21.15.159:0/2796764439' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mgrmap e14: smithi159.bmcles(active, since 32s) 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/1141342702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/1021376472' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Active manager daemon smithi159.bmcles restarted 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Activating manager daemon smithi159.bmcles 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: osdmap e5: 0 total, 0 up, 0 in 2024-01-27T08:33:56.680 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mgrmap e15: smithi159.bmcles(active, starting, since 0.949782s) 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr metadata", "who": "smithi159.bmcles", "id": "smithi159.bmcles"}]: dispatch 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Manager daemon smithi159.bmcles is now available 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.681 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: [27/Jan/2024:08:33:46] ENGINE Bus STARTING 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: [27/Jan/2024:08:33:46] ENGINE Serving on https://172.21.15.159:7150 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: [27/Jan/2024:08:33:46] ENGINE Bus STARTED 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mgrmap e16: smithi159.bmcles(active, since 1.95521s) 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/2490028912' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mgrmap e17: smithi159.bmcles(active, since 2s) 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.682 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd/host:smithi159", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Updating smithi159:/etc/ceph/ceph.conf 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Deploying daemon crash.smithi191 on smithi191 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/2791737924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:33:56.683 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Deploying daemon mgr.smithi191.onztue on smithi191 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/3024393895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: Deploying daemon mon.smithi191 on smithi191 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-27T08:33:56.684 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:33:56 smithi191 ceph-mon[37786]: mon.smithi191@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-01-27T08:34:01.433 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-01-27T08:34:01.433 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":2,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","modified":"2024-01-27T08:33:56.394112Z","created":"2024-01-27T08:32:13.519527Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi191","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:3300","nonce":0},{"type":"v1","addr":"172.21.15.191:6789","nonce":0}]},"addr":"172.21.15.191:6789/0","public_addr":"172.21.15.191:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-27T08:34:01.436 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 2 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: mon.smithi159 calling monitor election 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/3480551497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: mon.smithi191 calling monitor election 2024-01-27T08:34:01.737 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/crt"}]: dispatch 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: mon.smithi159 is new leader, mons smithi159,smithi191 in quorum (ranks 0,1) 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: monmap e2: 2 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: fsmap 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: osdmap e5: 0 total, 0 up, 0 in 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: mgrmap e17: smithi159.bmcles(active, since 16s) 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: Standby manager daemon smithi191.onztue started 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/key"}]: dispatch 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T08:34:01.738 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: overall HEALTH_OK 2024-01-27T08:34:01.739 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:01.767 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-27T08:34:01.767 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph config generate-minimal-conf 2024-01-27T08:34:01.797 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:34:01.797 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: mon.smithi159 calling monitor election 2024-01-27T08:34:01.797 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.797 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/3480551497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T08:34:01.797 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.797 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: mon.smithi191 calling monitor election 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/crt"}]: dispatch 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: mon.smithi159 is new leader, mons smithi159,smithi191 in quorum (ranks 0,1) 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: monmap e2: 2 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: fsmap 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: osdmap e5: 0 total, 0 up, 0 in 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: mgrmap e17: smithi159.bmcles(active, since 16s) 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: Standby manager daemon smithi191.onztue started 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/key"}]: dispatch 2024-01-27T08:34:01.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/2296060699' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T08:34:01.799 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: overall HEALTH_OK 2024-01-27T08:34:01.799 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:02.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:02 smithi159 ceph-mon[34891]: Deploying daemon node-exporter.smithi191 on smithi191 2024-01-27T08:34:02.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:02 smithi159 ceph-mon[34891]: mgrmap e18: smithi159.bmcles(active, since 16s), standbys: smithi191.onztue 2024-01-27T08:34:02.765 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:02 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr metadata", "who": "smithi191.onztue", "id": "smithi191.onztue"}]: dispatch 2024-01-27T08:34:02.765 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:02 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:02.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:02 smithi191 ceph-mon[37786]: Deploying daemon node-exporter.smithi191 on smithi191 2024-01-27T08:34:02.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:02 smithi191 ceph-mon[37786]: mgrmap e18: smithi159.bmcles(active, since 16s), standbys: smithi191.onztue 2024-01-27T08:34:02.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:02 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr metadata", "who": "smithi191.onztue", "id": "smithi191.onztue"}]: dispatch 2024-01-27T08:34:02.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:02 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:34:03.100 INFO:teuthology.orchestra.run.smithi159.stdout:# minimal ceph.conf for 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:34:03.100 INFO:teuthology.orchestra.run.smithi159.stdout:[global] 2024-01-27T08:34:03.100 INFO:teuthology.orchestra.run.smithi159.stdout: fsid = 80fefabc-bcee-11ee-95b2-87774f69a715 2024-01-27T08:34:03.100 INFO:teuthology.orchestra.run.smithi159.stdout: mon_host = [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-01-27T08:34:03.465 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-27T08:34:03.465 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:34:03.465 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.conf 2024-01-27T08:34:03.535 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:34:03.535 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:34:03.602 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-01-27T08:34:03.602 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.conf 2024-01-27T08:34:03.633 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-01-27T08:34:03.633 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:34:03.701 INFO:tasks.cephadm:Deploying OSDs... 2024-01-27T08:34:03.702 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:34:03.702 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T08:34:03.720 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-27T08:34:03.720 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_1 2024-01-27T08:34:03.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:03 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/716203340' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 163705 Links: 1 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-27 08:33:35.767552780 +0000 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-27 08:22:42.738286771 +0000 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-27 08:22:42.738286771 +0000 2024-01-27T08:34:03.740 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-27T08:34:03.741 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-27T08:34:03.806 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-27T08:34:03.806 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-27T08:34:03.806 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000181108 s, 2.8 MB/s 2024-01-27T08:34:03.807 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-27T08:34:03.866 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_2 2024-01-27T08:34:03.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:03 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/716203340' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 164290 Links: 1 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-27 08:33:35.767552780 +0000 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-27 08:22:43.081280402 +0000 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-27 08:22:43.081280402 +0000 2024-01-27T08:34:03.924 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-27T08:34:03.924 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-27T08:34:03.990 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-27T08:34:03.990 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-27T08:34:03.990 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000222738 s, 2.3 MB/s 2024-01-27T08:34:03.991 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-27T08:34:04.050 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_3 2024-01-27T08:34:04.107 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 165042 Links: 1 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-27 08:33:35.767552780 +0000 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-27 08:22:43.433273865 +0000 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-27 08:22:43.433273865 +0000 2024-01-27T08:34:04.108 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-27T08:34:04.108 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-27T08:34:04.174 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-27T08:34:04.174 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-27T08:34:04.174 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000233933 s, 2.2 MB/s 2024-01-27T08:34:04.175 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-27T08:34:04.233 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_4 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 6h/6d Inode: 166951 Links: 1 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-27 08:33:35.767552780 +0000 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-27 08:22:43.767267662 +0000 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-27 08:22:43.767267662 +0000 2024-01-27T08:34:04.291 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-27T08:34:04.292 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-27T08:34:04.356 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-27T08:34:04.356 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-27T08:34:04.356 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000229879 s, 2.2 MB/s 2024-01-27T08:34:04.357 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-27T08:34:04.417 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-01-27T08:34:04.417 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T08:34:04.436 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-27T08:34:04.436 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_1 2024-01-27T08:34:04.494 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-27T08:34:04.494 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:04.494 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 6h/6d Inode: 162369 Links: 1 2024-01-27T08:34:04.494 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:04.494 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:04.495 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-01-27 08:34:02.020880557 +0000 2024-01-27T08:34:04.495 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-01-27 08:22:42.238166904 +0000 2024-01-27T08:34:04.495 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-01-27 08:22:42.238166904 +0000 2024-01-27T08:34:04.495 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-01-27T08:34:04.495 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-27T08:34:04.561 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-01-27T08:34:04.561 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-01-27T08:34:04.561 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000261157 s, 2.0 MB/s 2024-01-27T08:34:04.562 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-27T08:34:04.621 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_2 2024-01-27T08:34:04.679 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-27T08:34:04.679 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:04.679 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 6h/6d Inode: 163944 Links: 1 2024-01-27T08:34:04.679 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:04.680 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:04.680 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-01-27 08:34:02.020880557 +0000 2024-01-27T08:34:04.680 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-01-27 08:22:42.564161517 +0000 2024-01-27T08:34:04.680 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-01-27 08:22:42.564161517 +0000 2024-01-27T08:34:04.680 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-01-27T08:34:04.680 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-27T08:34:04.744 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-01-27T08:34:04.745 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-01-27T08:34:04.745 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000241966 s, 2.1 MB/s 2024-01-27T08:34:04.746 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-27T08:34:04.804 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_3 2024-01-27T08:34:04.861 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 6h/6d Inode: 162455 Links: 1 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-01-27 08:34:02.021880539 +0000 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-01-27 08:22:42.910155800 +0000 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-01-27 08:22:42.910155800 +0000 2024-01-27T08:34:04.862 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-01-27T08:34:04.862 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-27T08:34:04.927 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-01-27T08:34:04.927 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-01-27T08:34:04.927 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.00018385 s, 2.8 MB/s 2024-01-27T08:34:04.928 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-27T08:34:04.987 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_4 2024-01-27T08:34:05.045 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-27T08:34:05.045 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T08:34:05.045 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 6h/6d Inode: 163530 Links: 1 2024-01-27T08:34:05.045 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T08:34:05.045 INFO:teuthology.orchestra.run.smithi191.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T08:34:05.045 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-01-27 08:34:02.021880539 +0000 2024-01-27T08:34:05.045 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-01-27 08:22:43.261150001 +0000 2024-01-27T08:34:05.046 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-01-27 08:22:43.261150001 +0000 2024-01-27T08:34:05.046 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-01-27T08:34:05.046 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-27T08:34:05.111 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-01-27T08:34:05.111 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-01-27T08:34:05.111 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000234464 s, 2.2 MB/s 2024-01-27T08:34:05.112 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-27T08:34:05.171 INFO:tasks.cephadm:Deploying osd.0 on smithi159 with /dev/vg_nvme/lv_4... 2024-01-27T08:34:05.171 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-27T08:34:05.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:05 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:05.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:05 smithi159 ceph-mon[34891]: Deploying daemon prometheus.smithi159 on smithi159 2024-01-27T08:34:05.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:05 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:05.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:05 smithi191 ceph-mon[37786]: Deploying daemon prometheus.smithi159 on smithi159 2024-01-27T08:34:06.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:06 smithi159 ceph-mon[34891]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:06.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:06 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:07.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:06 smithi191 ceph-mon[37786]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:07.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:06 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:09.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:08 smithi191 ceph-mon[37786]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:09.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:08 smithi159 ceph-mon[34891]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:11.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:10 smithi191 ceph-mon[37786]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:11.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:10 smithi159 ceph-mon[34891]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:12.605 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-27T08:34:12.605 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-27T08:34:12.606 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2024-01-27T08:34:12.606 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2024-01-27T08:34:12.606 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124307 s, 844 MB/s 2024-01-27T08:34:12.606 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2024-01-27T08:34:12.965 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:12 smithi159 ceph-mon[34891]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:13.065 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_4 2024-01-27T08:34:13.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:12 smithi191 ceph-mon[37786]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:14.910 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:14 smithi159 ceph-mon[34891]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:15.135 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:14 smithi191 ceph-mon[37786]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:16.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:16.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:34:16.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:16.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:34:16.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:34:16.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:34:16.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:34:16.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:16.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:16.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:16.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:17.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:17.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: Updating smithi191:/etc/ceph/ceph.conf 2024-01-27T08:34:17.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:34:17.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:17.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3415134775' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68482377-c84f-450f-abb8-9a9e51ecbe86"}]: dispatch 2024-01-27T08:34:17.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3415134775' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68482377-c84f-450f-abb8-9a9e51ecbe86"}]': finished 2024-01-27T08:34:17.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: osdmap e6: 1 total, 0 up, 1 in 2024-01-27T08:34:17.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:17 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: Updating smithi191:/etc/ceph/ceph.conf 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3415134775' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "68482377-c84f-450f-abb8-9a9e51ecbe86"}]: dispatch 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3415134775' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "68482377-c84f-450f-abb8-9a9e51ecbe86"}]': finished 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: osdmap e6: 1 total, 0 up, 1 in 2024-01-27T08:34:17.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:17 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:18.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:18 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3035850334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:34:18.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:18 smithi191 ceph-mon[37786]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:18.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:18 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:18.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:18 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3035850334' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:34:18.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:18 smithi159 ceph-mon[34891]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:18.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:18 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: Updating smithi159:/etc/ceph/ceph.conf 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: Reconfiguring mon.smithi159 (unknown last config time)... 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:19.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:19 smithi191 ceph-mon[37786]: Reconfiguring daemon mon.smithi159 on smithi159 2024-01-27T08:34:19.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: Updating smithi159:/etc/ceph/ceph.conf 2024-01-27T08:34:19.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:19.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:19.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: Reconfiguring mon.smithi159 (unknown last config time)... 2024-01-27T08:34:19.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T08:34:19.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T08:34:19.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:19.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:19 smithi159 ceph-mon[34891]: Reconfiguring daemon mon.smithi159 on smithi159 2024-01-27T08:34:20.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:20 smithi159 ceph-mon[34891]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:20.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:20 smithi191 ceph-mon[37786]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:22.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:22.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: Reconfiguring mgr.smithi159.bmcles (unknown last config time)... 2024-01-27T08:34:22.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.bmcles", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:34:22.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:34:22.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:22.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: Reconfiguring daemon mgr.smithi159.bmcles on smithi159 2024-01-27T08:34:22.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:22.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:22 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:22.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:22.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: Reconfiguring mgr.smithi159.bmcles (unknown last config time)... 2024-01-27T08:34:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.bmcles", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:34:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:34:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: Reconfiguring daemon mgr.smithi159.bmcles on smithi159 2024-01-27T08:34:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:22 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:23.440 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:23 smithi159 ceph-mon[34891]: Reconfiguring alertmanager.smithi159 (dependencies changed)... 2024-01-27T08:34:23.440 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:23 smithi159 ceph-mon[34891]: Reconfiguring daemon alertmanager.smithi159 on smithi159 2024-01-27T08:34:23.440 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:23 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-27T08:34:23.440 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:23 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:23.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:23 smithi191 ceph-mon[37786]: Reconfiguring alertmanager.smithi159 (dependencies changed)... 2024-01-27T08:34:23.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:23 smithi191 ceph-mon[37786]: Reconfiguring daemon alertmanager.smithi159 on smithi159 2024-01-27T08:34:23.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:23 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-27T08:34:23.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:23 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:24.958 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:24 smithi159 ceph-mon[34891]: Deploying daemon osd.0 on smithi159 2024-01-27T08:34:24.958 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:24 smithi159 ceph-mon[34891]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:25.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:24 smithi191 ceph-mon[37786]: Deploying daemon osd.0 on smithi159 2024-01-27T08:34:25.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:24 smithi191 ceph-mon[37786]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:26.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:26 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:26.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:26 smithi159 ceph-mon[34891]: Reconfiguring crash.smithi159 (monmap changed)... 2024-01-27T08:34:26.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:26 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T08:34:26.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:26 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:26.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:26 smithi159 ceph-mon[34891]: Reconfiguring daemon crash.smithi159 on smithi159 2024-01-27T08:34:26.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:26 smithi159 ceph-mon[34891]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:26.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:26 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:26.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:26 smithi191 ceph-mon[37786]: Reconfiguring crash.smithi159 (monmap changed)... 2024-01-27T08:34:26.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:26 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T08:34:26.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:26 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:26.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:26 smithi191 ceph-mon[37786]: Reconfiguring daemon crash.smithi159 on smithi159 2024-01-27T08:34:26.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:26 smithi191 ceph-mon[37786]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:29.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:28 smithi159 ceph-mon[34891]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:29.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:28 smithi191 ceph-mon[37786]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:29.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:29.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:30.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:30.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:30.919 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 0 on host 'smithi159' 2024-01-27T08:34:31.156 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:30 smithi159 ceph-mon[34891]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:31.156 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:30 smithi159 ceph-mon[34891]: Reconfiguring grafana.smithi159 (dependencies changed)... 2024-01-27T08:34:31.156 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:30 smithi159 ceph-mon[34891]: Reconfiguring daemon grafana.smithi159 on smithi159 2024-01-27T08:34:31.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:30 smithi191 ceph-mon[37786]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:31.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:30 smithi191 ceph-mon[37786]: Reconfiguring grafana.smithi159 (dependencies changed)... 2024-01-27T08:34:31.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:30 smithi191 ceph-mon[37786]: Reconfiguring daemon grafana.smithi159 on smithi159 2024-01-27T08:34:31.345 DEBUG:teuthology.orchestra.run.smithi159:osd.0> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.0.service 2024-01-27T08:34:31.348 INFO:tasks.cephadm:Deploying osd.1 on smithi159 with /dev/vg_nvme/lv_3... 2024-01-27T08:34:31.348 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-27T08:34:31.378 INFO:journalctl@ceph.osd.0.smithi159.stdout:-- Logs begin at Sat 2024-01-27 08:13:08 UTC. -- 2024-01-27T08:34:31.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:31.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:31 smithi159 ceph-mon[34891]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:32.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:32.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:31 smithi191 ceph-mon[37786]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:32.436 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:34:32 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-0[47664]: 2024-01-27T08:34:32.096+0000 7f51498f93c0 -1 osd.0 0 log_to_monitors true 2024-01-27T08:34:33.117 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:32 smithi159 ceph-mon[34891]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T08:34:33.289 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-27T08:34:33.289 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-27T08:34:33.289 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2024-01-27T08:34:33.289 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2024-01-27T08:34:33.289 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0191648 s, 547 MB/s 2024-01-27T08:34:33.289 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2024-01-27T08:34:33.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:32 smithi191 ceph-mon[37786]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T08:34:33.738 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_3 2024-01-27T08:34:34.224 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-0[47664]: 2024-01-27T08:34:33.930+0000 7f51402fc700 -1 osd.0 0 waiting for initial osdmap 2024-01-27T08:34:34.224 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-0[47664]: 2024-01-27T08:34:33.934+0000 7f513cc97700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:34:34.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-27T08:34:34.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: osdmap e7: 1 total, 0 up, 1 in 2024-01-27T08:34:34.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:34.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:34:34.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:34.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: Reconfiguring crash.smithi191 (monmap changed)... 2024-01-27T08:34:34.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T08:34:34.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:34.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: Reconfiguring daemon crash.smithi191 on smithi191 2024-01-27T08:34:34.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:33 smithi159 ceph-mon[34891]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:34.231 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-27T08:34:34.231 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: osdmap e7: 1 total, 0 up, 1 in 2024-01-27T08:34:34.231 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:34.231 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:34:34.231 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:34.231 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: Reconfiguring crash.smithi191 (monmap changed)... 2024-01-27T08:34:34.231 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T08:34:34.232 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:34.232 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: Reconfiguring daemon crash.smithi191 on smithi191 2024-01-27T08:34:34.232 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:33 smithi191 ceph-mon[37786]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T08:34:35.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: osdmap e8: 1 total, 0 up, 1 in 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: Reconfiguring mgr.smithi191.onztue (monmap changed)... 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:34 smithi191 ceph-mon[37786]: Reconfiguring daemon mgr.smithi191.onztue on smithi191 2024-01-27T08:34:35.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: from='osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: osdmap e8: 1 total, 0 up, 1 in 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: Reconfiguring mgr.smithi191.onztue (monmap changed)... 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:35.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:34 smithi159 ceph-mon[34891]: Reconfiguring daemon mgr.smithi191.onztue on smithi191 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173] boot 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: osdmap e9: 1 total, 1 up, 1 in 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:35.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:35.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: Reconfiguring mon.smithi191 (monmap changed)... 2024-01-27T08:34:35.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T08:34:35.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T08:34:35.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:35.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: Reconfiguring daemon mon.smithi191 on smithi191 2024-01-27T08:34:35.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:35 smithi159 ceph-mon[34891]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:36.113 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: osd.0 [v2:172.21.15.159:6802/2597521173,v1:172.21.15.159:6803/2597521173] boot 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: osdmap e9: 1 total, 1 up, 1 in 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: Reconfiguring mon.smithi191 (monmap changed)... 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: Reconfiguring daemon mon.smithi191 on smithi191 2024-01-27T08:34:36.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:35 smithi191 ceph-mon[37786]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: osdmap e10: 1 total, 1 up, 1 in 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/200485664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf9e2ffd-6da2-4fd9-8678-41080dd7396d"}]: dispatch 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/200485664' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf9e2ffd-6da2-4fd9-8678-41080dd7396d"}]': finished 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: osdmap e11: 2 total, 1 up, 2 in 2024-01-27T08:34:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: osdmap e10: 1 total, 1 up, 1 in 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/200485664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bf9e2ffd-6da2-4fd9-8678-41080dd7396d"}]: dispatch 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/200485664' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bf9e2ffd-6da2-4fd9-8678-41080dd7396d"}]': finished 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: osdmap e11: 2 total, 1 up, 2 in 2024-01-27T08:34:37.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:38.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:37 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1644010125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:34:38.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:37 smithi159 ceph-mon[34891]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:38.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:37 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1644010125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:34:38.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:37 smithi191 ceph-mon[37786]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:40.949 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:40 smithi159 ceph-mon[34891]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:41.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:40 smithi191 ceph-mon[37786]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:42.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:42 smithi159 ceph-mon[34891]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:42.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-27T08:34:42.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:42.964 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:42 smithi159 ceph-mon[34891]: Deploying daemon osd.1 on smithi159 2024-01-27T08:34:43.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:42 smithi191 ceph-mon[37786]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:43.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-27T08:34:43.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:43.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:42 smithi191 ceph-mon[37786]: Deploying daemon osd.1 on smithi159 2024-01-27T08:34:44.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:44 smithi159 ceph-mon[34891]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:45.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:44 smithi191 ceph-mon[37786]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:46.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:46.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:46 smithi191 ceph-mon[37786]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:34:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:34:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:46 smithi159 ceph-mon[34891]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:46.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:34:46.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:34:47.217 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 1 on host 'smithi159' 2024-01-27T08:34:47.580 DEBUG:teuthology.orchestra.run.smithi159:osd.1> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.1.service 2024-01-27T08:34:47.582 INFO:tasks.cephadm:Deploying osd.2 on smithi159 with /dev/vg_nvme/lv_2... 2024-01-27T08:34:47.582 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-27T08:34:47.610 INFO:journalctl@ceph.osd.1.smithi159.stdout:-- Logs begin at Sat 2024-01-27 08:13:08 UTC. -- 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.159:9093"}]: dispatch 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.159:9093"}]: dispatch 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.159:3000"}]: dispatch 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.159:3000"}]: dispatch 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.159:9095"}]: dispatch 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.159:9095"}]: dispatch 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:34:48.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-mon[34891]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:48.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.159:9093"}]: dispatch 2024-01-27T08:34:48.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.159:9093"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.159:3000"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.159:3000"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.159:9095"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.159:9095"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:34:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:48.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:34:48.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:48 smithi191 ceph-mon[37786]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:48.948 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:34:48 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-1[51028]: 2024-01-27T08:34:48.605+0000 7fd103bb33c0 -1 osd.1 0 log_to_monitors true 2024-01-27T08:34:49.400 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-27T08:34:49.400 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-27T08:34:49.400 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2024-01-27T08:34:49.401 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2024-01-27T08:34:49.401 INFO:teuthology.orchestra.run.smithi159.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.014935 s, 702 MB/s 2024-01-27T08:34:49.401 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2024-01-27T08:34:49.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:49 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:49.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:49 smithi191 ceph-mon[37786]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-27T08:34:49.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:49 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:49.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:49 smithi159 ceph-mon[34891]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-27T08:34:49.935 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_2 2024-01-27T08:34:50.479 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:34:50 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-1[51028]: 2024-01-27T08:34:50.364+0000 7fd0fa5b6700 -1 osd.1 0 waiting for initial osdmap 2024-01-27T08:34:50.479 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:34:50 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-1[51028]: 2024-01-27T08:34:50.371+0000 7fd0f5f4f700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:34:50.479 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:50 smithi159 ceph-mon[34891]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-27T08:34:50.479 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:50 smithi159 ceph-mon[34891]: osdmap e12: 2 total, 1 up, 2 in 2024-01-27T08:34:50.479 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:50 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:50.479 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:50 smithi159 ceph-mon[34891]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:34:50.479 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:50 smithi159 ceph-mon[34891]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:50.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:50 smithi191 ceph-mon[37786]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-27T08:34:50.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:50 smithi191 ceph-mon[37786]: osdmap e12: 2 total, 1 up, 2 in 2024-01-27T08:34:50.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:50 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:50.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:50 smithi191 ceph-mon[37786]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:34:50.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:50 smithi191 ceph-mon[37786]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:51.627 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:51 smithi159 ceph-mon[34891]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:34:51.627 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:51 smithi159 ceph-mon[34891]: osdmap e13: 2 total, 1 up, 2 in 2024-01-27T08:34:51.627 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:51 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:51.627 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:51 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:51.627 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:51 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:51.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:51 smithi191 ceph-mon[37786]: from='osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:34:51.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:51 smithi191 ceph-mon[37786]: osdmap e13: 2 total, 1 up, 2 in 2024-01-27T08:34:51.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:51 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:51.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:51 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:51.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:51 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:52.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109] boot 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: osdmap e14: 2 total, 2 up, 2 in 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:52.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:52 smithi191 ceph-mon[37786]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:52.666 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:34:52.666 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:34:52.666 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:52.666 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: osd.1 [v2:172.21.15.159:6810/2081084109,v1:172.21.15.159:6811/2081084109] boot 2024-01-27T08:34:52.666 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: osdmap e14: 2 total, 2 up, 2 in 2024-01-27T08:34:52.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:34:52.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:34:52.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:34:52.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:34:52.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:52.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:52 smithi159 ceph-mon[34891]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-01-27T08:34:53.657 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:53 smithi159 ceph-mon[34891]: osdmap e15: 2 total, 2 up, 2 in 2024-01-27T08:34:53.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:53 smithi191 ceph-mon[37786]: osdmap e15: 2 total, 2 up, 2 in 2024-01-27T08:34:54.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: Detected new or changed devices on smithi159 2024-01-27T08:34:54.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:54.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:34:54.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi159 to 6449M 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4180919317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08a60b16-ca01-49c8-8c23-1732db094987"}]: dispatch 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4180919317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08a60b16-ca01-49c8-8c23-1732db094987"}]': finished 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: osdmap e16: 3 total, 2 up, 3 in 2024-01-27T08:34:54.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:54 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:34:54.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: Detected new or changed devices on smithi159 2024-01-27T08:34:54.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:54.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:34:54.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi159 to 6449M 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/4180919317' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08a60b16-ca01-49c8-8c23-1732db094987"}]: dispatch 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/4180919317' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08a60b16-ca01-49c8-8c23-1732db094987"}]': finished 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: osdmap e16: 3 total, 2 up, 3 in 2024-01-27T08:34:54.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:54 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:34:55.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:55 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:55.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:55 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3053706387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:34:55.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:55 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:55.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:55 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3053706387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:34:56.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:56 smithi159 ceph-mon[34891]: pgmap v39: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:34:56.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:56.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:56 smithi191 ceph-mon[37786]: pgmap v39: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:34:56.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:34:58.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:34:58 smithi159 ceph-mon[34891]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:34:59.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:34:58 smithi191 ceph-mon[37786]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:00.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:00 smithi159 ceph-mon[34891]: Detected new or changed devices on smithi159 2024-01-27T08:35:00.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:00 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:00.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:00 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:00.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:00 smithi159 ceph-mon[34891]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:00.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:00 smithi191 ceph-mon[37786]: Detected new or changed devices on smithi159 2024-01-27T08:35:00.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:00 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:00.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:00 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:00.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:00 smithi191 ceph-mon[37786]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:01.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-27T08:35:01.413 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:01.413 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:01 smithi159 ceph-mon[34891]: Deploying daemon osd.2 on smithi159 2024-01-27T08:35:01.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-27T08:35:01.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:01.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:01 smithi191 ceph-mon[37786]: Deploying daemon osd.2 on smithi159 2024-01-27T08:35:02.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:02 smithi159 ceph-mon[34891]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:02.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:02 smithi191 ceph-mon[37786]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:04 smithi159 ceph-mon[34891]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:04 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:04 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:04 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:04 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:04 smithi191 ceph-mon[37786]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:04 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:04 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:04 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:05.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:04 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:06.306 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:06 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:06.306 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:06 smithi159 ceph-mon[34891]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:06.338 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 2 on host 'smithi159' 2024-01-27T08:35:06.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:06 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:06.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:06 smithi191 ceph-mon[37786]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:07.029 DEBUG:teuthology.orchestra.run.smithi159:osd.2> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.2.service 2024-01-27T08:35:07.032 INFO:tasks.cephadm:Deploying osd.3 on smithi159 with /dev/vg_nvme/lv_1... 2024-01-27T08:35:07.032 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-27T08:35:07.065 INFO:journalctl@ceph.osd.2.smithi159.stdout:-- Logs begin at Sat 2024-01-27 08:13:08 UTC. -- 2024-01-27T08:35:07.340 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:07 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-2[55607]: 2024-01-27T08:35:07.071+0000 7f57d37c43c0 -1 osd.2 0 log_to_monitors true 2024-01-27T08:35:07.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:07 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:07.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:07 smithi159 ceph-mon[34891]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T08:35:07.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:07 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:07.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:07 smithi191 ceph-mon[37786]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T08:35:08.474 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-2[55607]: 2024-01-27T08:35:08.342+0000 7f57ca1c7700 -1 osd.2 0 waiting for initial osdmap 2024-01-27T08:35:08.474 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-2[55607]: 2024-01-27T08:35:08.347+0000 7f57c2b5a700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:35:08.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-27T08:35:08.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: osdmap e17: 3 total, 2 up, 3 in 2024-01-27T08:35:08.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:08.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:35:08.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:08.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:08.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:35:08.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: osdmap e18: 3 total, 2 up, 3 in 2024-01-27T08:35:08.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:08 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:08.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-27T08:35:08.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: osdmap e17: 3 total, 2 up, 3 in 2024-01-27T08:35:08.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:08.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:35:08.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:08.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:08.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: from='osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:35:08.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: osdmap e18: 3 total, 2 up, 3 in 2024-01-27T08:35:08.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:08 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:08.964 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-27T08:35:08.964 INFO:teuthology.orchestra.run.smithi159.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-27T08:35:08.964 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10+0 records in 2024-01-27T08:35:08.964 INFO:teuthology.orchestra.run.smithi159.stderr:10+0 records out 2024-01-27T08:35:08.964 INFO:teuthology.orchestra.run.smithi159.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112604 s, 931 MB/s 2024-01-27T08:35:08.964 INFO:teuthology.orchestra.run.smithi159.stderr:--> Zapping successful for: 2024-01-27T08:35:09.424 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi159:vg_nvme/lv_1 2024-01-27T08:35:09.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:09 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:09.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:09 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:10.456 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:35:10.456 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:35:10.456 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:10.456 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754] boot 2024-01-27T08:35:10.456 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: osdmap e19: 3 total, 3 up, 3 in 2024-01-27T08:35:10.456 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:10.457 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:10.457 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:10 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-27T08:35:10.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:35:10.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:35:10.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:10.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: osd.2 [v2:172.21.15.159:6818/3539617754,v1:172.21.15.159:6819/3539617754] boot 2024-01-27T08:35:10.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: osdmap e19: 3 total, 3 up, 3 in 2024-01-27T08:35:10.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:35:10.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-01-27T08:35:10.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:10 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: osdmap e20: 3 total, 3 up, 3 in 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:11.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi159 to 4299M 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:35:11.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:11 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: osdmap e20: 3 total, 3 up, 3 in 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:11.670 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi159 to 4299M 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:35:11.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:11 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:11.973 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:35:11 smithi159 sudo[57934]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-27T08:35:11.973 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:35:11 smithi159 sudo[57934]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:11.973 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:35:11 smithi159 sudo[57934]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:12.349 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[57977]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-27T08:35:12.349 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[57977]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:12.349 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[57977]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:12.612 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:12 smithi159 ceph-mon[34891]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:35:12.613 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:12 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-01-27T08:35:12.613 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:12 smithi159 ceph-mon[34891]: osdmap e21: 3 total, 3 up, 3 in 2024-01-27T08:35:12.613 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:12 smithi159 ceph-mon[34891]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:12.613 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:12 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:12.613 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58031]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-27T08:35:12.613 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58031]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:12.613 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58031]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:12.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:12 smithi191 ceph-mon[37786]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi159:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:35:12.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:12 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-01-27T08:35:12.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:12 smithi191 ceph-mon[37786]: osdmap e21: 3 total, 3 up, 3 in 2024-01-27T08:35:12.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:12 smithi191 ceph-mon[37786]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:12.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:12 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:12.865 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58098]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-27T08:35:12.865 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58098]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:12.865 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58098]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:12.866 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58104]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-27T08:35:12.866 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58104]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:12.866 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:12 smithi159 sudo[58104]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:13.223 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58115]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-27T08:35:13.224 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58115]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:13.224 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58115]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:13.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58118]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-27T08:35:13.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58118]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:13.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58118]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:13.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58137]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-27T08:35:13.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58137]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:13.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 sudo[58137]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:13.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:13 smithi191 ceph-mon[37786]: osdmap e22: 3 total, 3 up, 3 in 2024-01-27T08:35:13.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:13 smithi191 ceph-mon[37786]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-27T08:35:13.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:13 smithi191 sudo[40335]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-01-27T08:35:13.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:13 smithi191 sudo[40335]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:13.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:13 smithi191 sudo[40335]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:13.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 ceph-mon[34891]: osdmap e22: 3 total, 3 up, 3 in 2024-01-27T08:35:13.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:13 smithi159 ceph-mon[34891]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-27T08:35:14.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 sudo[40338]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-01-27T08:35:14.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 sudo[40338]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-01-27T08:35:14.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 sudo[40338]: pam_unix(sudo:session): session closed for user root 2024-01-27T08:35:14.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: mgrmap e19: smithi159.bmcles(active, since 89s), standbys: smithi191.onztue 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1761351132' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e5b6099-3edd-4131-a66b-47540390277d"}]: dispatch 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1761351132' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e5b6099-3edd-4131-a66b-47540390277d"}]': finished 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: osdmap e23: 4 total, 3 up, 4 in 2024-01-27T08:35:14.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:14.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: mgrmap e19: smithi159.bmcles(active, since 89s), standbys: smithi191.onztue 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1761351132' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e5b6099-3edd-4131-a66b-47540390277d"}]: dispatch 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1761351132' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e5b6099-3edd-4131-a66b-47540390277d"}]': finished 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: osdmap e23: 4 total, 3 up, 4 in 2024-01-27T08:35:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:15.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:15 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2195002914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:35:15.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:15 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:15.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:15 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:15.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:15 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2195002914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:35:15.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:15 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:15.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:15 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:16.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:16 smithi191 ceph-mon[37786]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:16.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:16 smithi159 ceph-mon[34891]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:18.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:18 smithi159 ceph-mon[34891]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-01-27T08:35:19.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:18 smithi191 ceph-mon[37786]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-01-27T08:35:19.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-27T08:35:19.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:20.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-27T08:35:20.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:21.069 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:20 smithi159 ceph-mon[34891]: Deploying daemon osd.3 on smithi159 2024-01-27T08:35:21.069 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:20 smithi159 ceph-mon[34891]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-01-27T08:35:21.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:20 smithi191 ceph-mon[37786]: Deploying daemon osd.3 on smithi159 2024-01-27T08:35:21.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:20 smithi191 ceph-mon[37786]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-01-27T08:35:23.113 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:22 smithi159 ceph-mon[34891]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-01-27T08:35:23.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:22 smithi191 ceph-mon[37786]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-01-27T08:35:24.376 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:24 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:24.376 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:24 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:24.376 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:24 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:24.376 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:24 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:24.376 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:24 smithi159 ceph-mon[34891]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-01-27T08:35:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:24 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:24 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:24 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:24 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:24 smithi191 ceph-mon[37786]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-01-27T08:35:25.620 INFO:teuthology.orchestra.run.smithi159.stdout:Created osd(s) 3 on host 'smithi159' 2024-01-27T08:35:26.161 DEBUG:teuthology.orchestra.run.smithi159:osd.3> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.3.service 2024-01-27T08:35:26.163 INFO:tasks.cephadm:Deploying osd.4 on smithi191 with /dev/vg_nvme/lv_4... 2024-01-27T08:35:26.164 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-27T08:35:26.194 INFO:journalctl@ceph.osd.3.smithi159.stdout:-- Logs begin at Sat 2024-01-27 08:13:08 UTC. -- 2024-01-27T08:35:26.473 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:35:26 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-3[59971]: 2024-01-27T08:35:26.352+0000 7f809b93a3c0 -1 osd.3 0 log_to_monitors true 2024-01-27T08:35:26.812 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:26 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:26.813 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:26 smithi191 ceph-mon[37786]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 69 KiB/s wr, 4 op/s 2024-01-27T08:35:26.813 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:26 smithi191 ceph-mon[37786]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-27T08:35:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:26 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:26 smithi159 ceph-mon[34891]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 69 KiB/s wr, 4 op/s 2024-01-27T08:35:26.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:26 smithi159 ceph-mon[34891]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-27T08:35:27.550 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-27T08:35:27.550 INFO:teuthology.orchestra.run.smithi191.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-27T08:35:27.550 INFO:teuthology.orchestra.run.smithi191.stderr: stderr: 10+0 records in 2024-01-27T08:35:27.550 INFO:teuthology.orchestra.run.smithi191.stderr:10+0 records out 2024-01-27T08:35:27.550 INFO:teuthology.orchestra.run.smithi191.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124212 s, 844 MB/s 2024-01-27T08:35:27.551 INFO:teuthology.orchestra.run.smithi191.stderr: stderr: 2024-01-27T08:35:27.551 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping successful for: 2024-01-27T08:35:27.841 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:27 smithi191 ceph-mon[37786]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-27T08:35:27.841 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:27 smithi191 ceph-mon[37786]: osdmap e24: 4 total, 3 up, 4 in 2024-01-27T08:35:27.841 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:27.841 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:27 smithi191 ceph-mon[37786]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:35:27.841 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:27.886 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi191:vg_nvme/lv_4 2024-01-27T08:35:27.908 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:35:27 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-3[59971]: 2024-01-27T08:35:27.627+0000 7f809233d700 -1 osd.3 0 waiting for initial osdmap 2024-01-27T08:35:27.908 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:35:27 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-3[59971]: 2024-01-27T08:35:27.634+0000 7f808e4d7700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:35:27.908 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:27 smithi159 ceph-mon[34891]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-27T08:35:27.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:27 smithi159 ceph-mon[34891]: osdmap e24: 4 total, 3 up, 4 in 2024-01-27T08:35:27.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:27.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:27 smithi159 ceph-mon[34891]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-27T08:35:27.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:28.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:28 smithi191 ceph-mon[37786]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:35:28.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:28 smithi191 ceph-mon[37786]: osdmap e25: 4 total, 3 up, 4 in 2024-01-27T08:35:28.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:28 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:28.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:28 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:28.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:28 smithi191 ceph-mon[37786]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:28.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:28 smithi159 ceph-mon[34891]: from='osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-27T08:35:28.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:28 smithi159 ceph-mon[34891]: osdmap e25: 4 total, 3 up, 4 in 2024-01-27T08:35:28.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:28 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:28.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:28 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:28.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:28 smithi159 ceph-mon[34891]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-01-27T08:35:29.820 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:35:29.820 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:35:29.820 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:29.820 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616] boot 2024-01-27T08:35:29.820 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: osdmap e26: 4 total, 4 up, 4 in 2024-01-27T08:35:29.820 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:29.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:29 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: osd.3 [v2:172.21.15.159:6826/1730328616,v1:172.21.15.159:6827/1730328616] boot 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: osdmap e26: 4 total, 4 up, 4 in 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:29.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:29.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:29 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:31.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:30 smithi159 ceph-mon[34891]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:35:31.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:30 smithi159 ceph-mon[34891]: Detected new or changed devices on smithi159 2024-01-27T08:35:31.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:30 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi159 to 3224M 2024-01-27T08:35:31.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:30 smithi159 ceph-mon[34891]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:31.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:30 smithi159 ceph-mon[34891]: osdmap e27: 4 total, 4 up, 4 in 2024-01-27T08:35:31.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:30 smithi191 ceph-mon[37786]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:35:31.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:30 smithi191 ceph-mon[37786]: Detected new or changed devices on smithi159 2024-01-27T08:35:31.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:30 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi159 to 3224M 2024-01-27T08:35:31.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:30 smithi191 ceph-mon[37786]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:31.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:30 smithi191 ceph-mon[37786]: osdmap e27: 4 total, 4 up, 4 in 2024-01-27T08:35:32.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:31 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/270821700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94762f85-8832-4b6e-b056-40f7c2f969b6"}]: dispatch 2024-01-27T08:35:32.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:31 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94762f85-8832-4b6e-b056-40f7c2f969b6"}]: dispatch 2024-01-27T08:35:32.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:31 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94762f85-8832-4b6e-b056-40f7c2f969b6"}]': finished 2024-01-27T08:35:32.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:31 smithi191 ceph-mon[37786]: osdmap e28: 5 total, 4 up, 5 in 2024-01-27T08:35:32.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:32.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:31 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/3362608013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:35:32.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:31 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/270821700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94762f85-8832-4b6e-b056-40f7c2f969b6"}]: dispatch 2024-01-27T08:35:32.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:31 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "94762f85-8832-4b6e-b056-40f7c2f969b6"}]: dispatch 2024-01-27T08:35:32.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:31 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "94762f85-8832-4b6e-b056-40f7c2f969b6"}]': finished 2024-01-27T08:35:32.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:31 smithi159 ceph-mon[34891]: osdmap e28: 5 total, 4 up, 5 in 2024-01-27T08:35:32.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:32.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:31 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/3362608013' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:35:33.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:32 smithi191 ceph-mon[37786]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:33.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:33.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:33.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:32 smithi159 ceph-mon[34891]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:33.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:33.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:35.052 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:34 smithi191 ceph-mon[37786]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:35.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:34 smithi159 ceph-mon[34891]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:37.156 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:36 smithi191 ceph-mon[37786]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:37.156 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-27T08:35:37.156 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:37.156 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:36 smithi191 ceph-mon[37786]: Deploying daemon osd.4 on smithi191 2024-01-27T08:35:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:36 smithi159 ceph-mon[34891]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-27T08:35:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:37.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:36 smithi159 ceph-mon[34891]: Deploying daemon osd.4 on smithi191 2024-01-27T08:35:39.082 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:38 smithi191 ceph-mon[37786]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:39.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:38 smithi159 ceph-mon[34891]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:40.494 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:40.495 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:40.495 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:40.495 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:40.495 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:40 smithi191 ceph-mon[37786]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:40.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:40.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:40 smithi159 ceph-mon[34891]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:41.422 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 4 on host 'smithi191' 2024-01-27T08:35:41.791 DEBUG:teuthology.orchestra.run.smithi191:osd.4> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.4.service 2024-01-27T08:35:41.793 INFO:tasks.cephadm:Deploying osd.5 on smithi191 with /dev/vg_nvme/lv_3... 2024-01-27T08:35:41.793 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-27T08:35:41.820 INFO:journalctl@ceph.osd.4.smithi191.stdout:-- Logs begin at Sat 2024-01-27 08:12:54 UTC. -- 2024-01-27T08:35:42.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:42.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:42.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:42.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:42.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:42.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:42.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-mon[37786]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:42.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:42.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:42.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:42.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:42.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:42.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:42 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:42.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:42 smithi159 ceph-mon[34891]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:42.661 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:35:42 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:35:42.434+0000 7f79f15fd3c0 -1 osd.4 0 log_to_monitors true 2024-01-27T08:35:43.656 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-27T08:35:43.656 INFO:teuthology.orchestra.run.smithi191.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-27T08:35:43.656 INFO:teuthology.orchestra.run.smithi191.stderr: stderr: 10+0 records in 2024-01-27T08:35:43.657 INFO:teuthology.orchestra.run.smithi191.stderr:10+0 records out 2024-01-27T08:35:43.657 INFO:teuthology.orchestra.run.smithi191.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0110127 s, 952 MB/s 2024-01-27T08:35:43.657 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping successful for: 2024-01-27T08:35:43.691 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:43 smithi191 ceph-mon[37786]: from='osd.4 [v2:172.21.15.191:6800/3000349704,v1:172.21.15.191:6801/3000349704]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T08:35:43.691 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:43 smithi191 ceph-mon[37786]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T08:35:43.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:43 smithi159 ceph-mon[34891]: from='osd.4 [v2:172.21.15.191:6800/3000349704,v1:172.21.15.191:6801/3000349704]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T08:35:43.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:43 smithi159 ceph-mon[34891]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T08:35:44.096 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi191:vg_nvme/lv_3 2024-01-27T08:35:44.661 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:35:44.436+0000 7f79e8000700 -1 osd.4 0 waiting for initial osdmap 2024-01-27T08:35:44.661 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:35:44.439+0000 7f79e419a700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:35:44.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-27T08:35:44.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: osdmap e29: 5 total, 4 up, 5 in 2024-01-27T08:35:44.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:44.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='osd.4 [v2:172.21.15.191:6800/3000349704,v1:172.21.15.191:6801/3000349704]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:35:44.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:35:44.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:44.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: Detected new or changed devices on smithi191 2024-01-27T08:35:44.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:44.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:44.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi191 to 15970M 2024-01-27T08:35:44.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:44.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:44 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:44.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: osdmap e29: 5 total, 4 up, 5 in 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='osd.4 [v2:172.21.15.191:6800/3000349704,v1:172.21.15.191:6801/3000349704]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: Detected new or changed devices on smithi191 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi191 to 15970M 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:44.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:44 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:45.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:45 smithi191 ceph-mon[37786]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:35:45.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:45 smithi191 ceph-mon[37786]: osdmap e30: 5 total, 4 up, 5 in 2024-01-27T08:35:45.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:45.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:45.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:35:45.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:35:45.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:45.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:45 smithi159 ceph-mon[34891]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:35:45.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:45 smithi159 ceph-mon[34891]: osdmap e30: 5 total, 4 up, 5 in 2024-01-27T08:35:45.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:45.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:45.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:35:45.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:35:45.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:46.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: osd.4 [v2:172.21.15.191:6800/3000349704,v1:172.21.15.191:6801/3000349704] boot 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: osdmap e31: 5 total, 5 up, 5 in 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:35:46.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:35:46.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: osd.4 [v2:172.21.15.191:6800/3000349704,v1:172.21.15.191:6801/3000349704] boot 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: osdmap e31: 5 total, 5 up, 5 in 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:35:46.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:35:47.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:47 smithi159 ceph-mon[34891]: osdmap e32: 5 total, 5 up, 5 in 2024-01-27T08:35:47.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:47 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/860070562' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d7698c9-ac37-4e0e-8c30-179c8e060827"}]: dispatch 2024-01-27T08:35:47.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:47 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d7698c9-ac37-4e0e-8c30-179c8e060827"}]: dispatch 2024-01-27T08:35:47.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:47 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d7698c9-ac37-4e0e-8c30-179c8e060827"}]': finished 2024-01-27T08:35:47.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:47 smithi159 ceph-mon[34891]: osdmap e33: 6 total, 5 up, 6 in 2024-01-27T08:35:47.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:47 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:35:47.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:47 smithi191 ceph-mon[37786]: osdmap e32: 5 total, 5 up, 5 in 2024-01-27T08:35:47.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:47 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/860070562' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d7698c9-ac37-4e0e-8c30-179c8e060827"}]: dispatch 2024-01-27T08:35:47.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:47 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d7698c9-ac37-4e0e-8c30-179c8e060827"}]: dispatch 2024-01-27T08:35:47.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:47 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d7698c9-ac37-4e0e-8c30-179c8e060827"}]': finished 2024-01-27T08:35:47.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:47 smithi191 ceph-mon[37786]: osdmap e33: 6 total, 5 up, 6 in 2024-01-27T08:35:47.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:47 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:35:48.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:48 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/16932367' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:35:48.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:48 smithi159 ceph-mon[34891]: pgmap v82: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-01-27T08:35:48.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:48 smithi159 ceph-mon[34891]: osdmap e34: 6 total, 5 up, 6 in 2024-01-27T08:35:48.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:48 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:35:48.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:48 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/16932367' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:35:48.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:48 smithi191 ceph-mon[37786]: pgmap v82: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-01-27T08:35:48.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:48 smithi191 ceph-mon[37786]: osdmap e34: 6 total, 5 up, 6 in 2024-01-27T08:35:48.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:48 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:35:50.216 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:50 smithi191 ceph-mon[37786]: osdmap e35: 6 total, 5 up, 6 in 2024-01-27T08:35:50.216 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:50 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:35:50.216 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:50 smithi191 ceph-mon[37786]: pgmap v85: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-01-27T08:35:50.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:50 smithi159 ceph-mon[34891]: osdmap e35: 6 total, 5 up, 6 in 2024-01-27T08:35:50.509 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:50 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:35:50.509 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:50 smithi159 ceph-mon[34891]: pgmap v85: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-01-27T08:35:52.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:52 smithi191 ceph-mon[37786]: pgmap v86: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-01-27T08:35:52.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:52 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-27T08:35:52.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:52 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:53.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:52 smithi159 ceph-mon[34891]: pgmap v86: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-01-27T08:35:53.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-27T08:35:53.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:52 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:53.892 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:53 smithi191 ceph-mon[37786]: Deploying daemon osd.5 on smithi191 2024-01-27T08:35:54.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:53 smithi159 ceph-mon[34891]: Deploying daemon osd.5 on smithi191 2024-01-27T08:35:55.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:54 smithi159 ceph-mon[34891]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-01-27T08:35:55.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:54 smithi191 ceph-mon[37786]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-01-27T08:35:56.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:56.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:56.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:56.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:56.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:56 smithi159 ceph-mon[34891]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:35:56.843 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:56.843 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:56.843 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:56.843 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:56.844 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:56 smithi191 ceph-mon[37786]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:35:57.897 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 5 on host 'smithi191' 2024-01-27T08:35:58.297 DEBUG:teuthology.orchestra.run.smithi191:osd.5> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.5.service 2024-01-27T08:35:58.300 INFO:tasks.cephadm:Deploying osd.6 on smithi191 with /dev/vg_nvme/lv_2... 2024-01-27T08:35:58.300 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-27T08:35:58.330 INFO:journalctl@ceph.osd.5.smithi191.stdout:-- Logs begin at Sat 2024-01-27 08:12:54 UTC. -- 2024-01-27T08:35:58.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:58.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:58.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-mon[37786]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:35:58.586 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:58.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:58.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:58.587 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:58.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:58 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:58.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:58 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:58.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:58 smithi159 ceph-mon[34891]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:35:58.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:58 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:35:58.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:58 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:35:58.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:58 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:35:58.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:58 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:35:58.843 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:35:58 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:35:58.639+0000 7f0cc04ae3c0 -1 osd.5 0 log_to_monitors true 2024-01-27T08:35:59.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:59 smithi191 ceph-mon[37786]: from='osd.5 [v2:172.21.15.191:6808/686406106,v1:172.21.15.191:6809/686406106]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T08:35:59.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:35:59 smithi191 ceph-mon[37786]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T08:35:59.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:59 smithi159 ceph-mon[34891]: from='osd.5 [v2:172.21.15.191:6808/686406106,v1:172.21.15.191:6809/686406106]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T08:35:59.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:35:59 smithi159 ceph-mon[34891]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T08:36:00.166 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-27T08:36:00.166 INFO:teuthology.orchestra.run.smithi191.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-27T08:36:00.166 INFO:teuthology.orchestra.run.smithi191.stderr: stderr: 10+0 records in 2024-01-27T08:36:00.166 INFO:teuthology.orchestra.run.smithi191.stderr:10+0 records out 2024-01-27T08:36:00.166 INFO:teuthology.orchestra.run.smithi191.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109859 s, 954 MB/s 2024-01-27T08:36:00.166 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping successful for: 2024-01-27T08:36:00.527 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi191:vg_nvme/lv_2 2024-01-27T08:36:00.838 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:36:00.600+0000 7f0cb6eb1700 -1 osd.5 0 waiting for initial osdmap 2024-01-27T08:36:00.838 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:36:00.605+0000 7f0cb1848700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:36:00.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-mon[37786]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-27T08:36:00.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-mon[37786]: osdmap e36: 6 total, 5 up, 6 in 2024-01-27T08:36:00.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:00.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-mon[37786]: from='osd.5 [v2:172.21.15.191:6808/686406106,v1:172.21.15.191:6809/686406106]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:00.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-mon[37786]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:00.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:00 smithi191 ceph-mon[37786]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:36:00.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:00 smithi159 ceph-mon[34891]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-27T08:36:00.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:00 smithi159 ceph-mon[34891]: osdmap e36: 6 total, 5 up, 6 in 2024-01-27T08:36:00.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:00 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:00.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:00 smithi159 ceph-mon[34891]: from='osd.5 [v2:172.21.15.191:6808/686406106,v1:172.21.15.191:6809/686406106]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:00.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:00 smithi159 ceph-mon[34891]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:00.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:00 smithi159 ceph-mon[34891]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-01-27T08:36:01.884 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: osdmap e37: 6 total, 5 up, 6 in 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: Detected new or changed devices on smithi191 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi191 to 7985M 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: osd.5 [v2:172.21.15.191:6808/686406106,v1:172.21.15.191:6809/686406106] boot 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: osdmap e38: 6 total, 6 up, 6 in 2024-01-27T08:36:01.885 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:01.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:36:01.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: osdmap e37: 6 total, 5 up, 6 in 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: Detected new or changed devices on smithi191 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi191 to 7985M 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: osd.5 [v2:172.21.15.191:6808/686406106,v1:172.21.15.191:6809/686406106] boot 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: osdmap e38: 6 total, 6 up, 6 in 2024-01-27T08:36:01.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:36:02.813 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:36:02.814 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:36:02.814 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:02.814 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:36:02.814 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:36:02.814 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:36:02.814 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:02.814 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:02 smithi191 ceph-mon[37786]: osdmap e39: 6 total, 6 up, 6 in 2024-01-27T08:36:02.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:36:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:36:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:36:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:36:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:36:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:02 smithi159 ceph-mon[34891]: osdmap e39: 6 total, 6 up, 6 in 2024-01-27T08:36:03.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:03 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/2762296698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a7c619a-7456-48cf-8dd0-53db8c30e1f1"}]: dispatch 2024-01-27T08:36:03.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:03 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a7c619a-7456-48cf-8dd0-53db8c30e1f1"}]: dispatch 2024-01-27T08:36:03.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:03 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a7c619a-7456-48cf-8dd0-53db8c30e1f1"}]': finished 2024-01-27T08:36:03.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:03 smithi191 ceph-mon[37786]: osdmap e40: 7 total, 6 up, 7 in 2024-01-27T08:36:03.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:03 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:03.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:03 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/2762296698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a7c619a-7456-48cf-8dd0-53db8c30e1f1"}]: dispatch 2024-01-27T08:36:03.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:03 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a7c619a-7456-48cf-8dd0-53db8c30e1f1"}]: dispatch 2024-01-27T08:36:03.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:03 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a7c619a-7456-48cf-8dd0-53db8c30e1f1"}]': finished 2024-01-27T08:36:03.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:03 smithi159 ceph-mon[34891]: osdmap e40: 7 total, 6 up, 7 in 2024-01-27T08:36:03.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:03 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:04 smithi159 ceph-mon[34891]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:04 smithi159 ceph-mon[34891]: osdmap e41: 7 total, 6 up, 7 in 2024-01-27T08:36:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:04 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:04 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/2554796594' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:36:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:04 smithi191 ceph-mon[37786]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:04 smithi191 ceph-mon[37786]: osdmap e41: 7 total, 6 up, 7 in 2024-01-27T08:36:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:04 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:04 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/2554796594' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:36:06.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:05 smithi191 ceph-mon[37786]: osdmap e42: 7 total, 6 up, 7 in 2024-01-27T08:36:06.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:05 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:06.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:05 smithi159 ceph-mon[34891]: osdmap e42: 7 total, 6 up, 7 in 2024-01-27T08:36:06.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:05 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:06.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:06 smithi191 ceph-mon[37786]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:07.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:06 smithi159 ceph-mon[34891]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:09.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:08 smithi191 ceph-mon[37786]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:09.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:08 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-27T08:36:09.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:08 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:09.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:08 smithi159 ceph-mon[34891]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:09.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:08 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-27T08:36:09.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:08 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:10.124 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:09 smithi191 ceph-mon[37786]: Deploying daemon osd.6 on smithi191 2024-01-27T08:36:10.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:09 smithi159 ceph-mon[34891]: Deploying daemon osd.6 on smithi191 2024-01-27T08:36:11.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:10 smithi191 ceph-mon[37786]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:11.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:10 smithi159 ceph-mon[34891]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:13.130 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:12 smithi191 ceph-mon[37786]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:13.131 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:12 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:13.131 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:12 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:13.131 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:12 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:13.131 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:12 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:13.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:12 smithi159 ceph-mon[34891]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:13.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:12 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:13.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:12 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:13.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:12 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:13.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:12 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:14.032 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 6 on host 'smithi191' 2024-01-27T08:36:14.363 DEBUG:teuthology.orchestra.run.smithi191:osd.6> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.6.service 2024-01-27T08:36:14.365 INFO:tasks.cephadm:Deploying osd.7 on smithi191 with /dev/vg_nvme/lv_1... 2024-01-27T08:36:14.365 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-27T08:36:14.394 INFO:journalctl@ceph.osd.6.smithi191.stdout:-- Logs begin at Sat 2024-01-27 08:12:54 UTC. -- 2024-01-27T08:36:14.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:14.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:14.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:14 smithi191 ceph-mon[37786]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:14.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:14.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:14.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:14.821 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:14 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:14.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:14 smithi159 ceph-mon[34891]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:14.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:14 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:15.410 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:36:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:36:15.110+0000 7f4d0b1203c0 -1 osd.6 0 log_to_monitors true 2024-01-27T08:36:15.729 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:15 smithi191 ceph-mon[37786]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T08:36:15.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:15 smithi159 ceph-mon[34891]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T08:36:16.195 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-27T08:36:16.195 INFO:teuthology.orchestra.run.smithi191.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-27T08:36:16.195 INFO:teuthology.orchestra.run.smithi191.stderr: stderr: 10+0 records in 2024-01-27T08:36:16.195 INFO:teuthology.orchestra.run.smithi191.stderr:10+0 records out 2024-01-27T08:36:16.195 INFO:teuthology.orchestra.run.smithi191.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125752 s, 834 MB/s 2024-01-27T08:36:16.196 INFO:teuthology.orchestra.run.smithi191.stderr:--> Zapping successful for: 2024-01-27T08:36:16.631 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch daemon add osd smithi191:vg_nvme/lv_1 2024-01-27T08:36:16.911 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:36:16.662+0000 7f4d01b23700 -1 osd.6 0 waiting for initial osdmap 2024-01-27T08:36:16.911 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:36:16.669+0000 7f4cfc4ba700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:36:16.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-27T08:36:16.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: osdmap e43: 7 total, 6 up, 7 in 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:16.912 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:16 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:16.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-27T08:36:16.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: osdmap e43: 7 total, 6 up, 7 in 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:16.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:16 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:17.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:17 smithi191 ceph-mon[37786]: Detected new or changed devices on smithi191 2024-01-27T08:36:17.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:17 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi191 to 5323M 2024-01-27T08:36:17.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:17 smithi191 ceph-mon[37786]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:36:17.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:17 smithi191 ceph-mon[37786]: osdmap e44: 7 total, 6 up, 7 in 2024-01-27T08:36:17.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:17 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:17.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:17 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:17.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:17 smithi159 ceph-mon[34891]: Detected new or changed devices on smithi191 2024-01-27T08:36:17.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:17 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi191 to 5323M 2024-01-27T08:36:17.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:17 smithi159 ceph-mon[34891]: from='osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:36:17.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:17 smithi159 ceph-mon[34891]: osdmap e44: 7 total, 6 up, 7 in 2024-01-27T08:36:17.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:17 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:17.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:17 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301] boot 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: osdmap e45: 7 total, 7 up, 7 in 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:36:18.903 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:18 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:18.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: osd.6 [v2:172.21.15.191:6816/3525860301,v1:172.21.15.191:6817/3525860301] boot 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: osdmap e45: 7 total, 7 up, 7 in 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T08:36:18.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:18 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:19.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:19 smithi159 ceph-mon[34891]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:36:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:19 smithi159 ceph-mon[34891]: osdmap e46: 7 total, 7 up, 7 in 2024-01-27T08:36:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:19 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/1636692689' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97aa9b6c-b03c-4bea-9643-992c2a453941"}]: dispatch 2024-01-27T08:36:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:19 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97aa9b6c-b03c-4bea-9643-992c2a453941"}]: dispatch 2024-01-27T08:36:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:19 smithi159 ceph-mon[34891]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97aa9b6c-b03c-4bea-9643-992c2a453941"}]': finished 2024-01-27T08:36:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:19 smithi159 ceph-mon[34891]: osdmap e47: 8 total, 7 up, 8 in 2024-01-27T08:36:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:19 smithi191 ceph-mon[37786]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi191:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:36:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:19 smithi191 ceph-mon[37786]: osdmap e46: 7 total, 7 up, 7 in 2024-01-27T08:36:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:19 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/1636692689' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97aa9b6c-b03c-4bea-9643-992c2a453941"}]: dispatch 2024-01-27T08:36:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:19 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97aa9b6c-b03c-4bea-9643-992c2a453941"}]: dispatch 2024-01-27T08:36:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:19 smithi191 ceph-mon[37786]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97aa9b6c-b03c-4bea-9643-992c2a453941"}]': finished 2024-01-27T08:36:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:19 smithi191 ceph-mon[37786]: osdmap e47: 8 total, 7 up, 8 in 2024-01-27T08:36:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:20.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:20 smithi159 ceph-mon[34891]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:20.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:20 smithi159 ceph-mon[34891]: from='client.? 172.21.15.191:0/3084062666' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:36:20.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:20 smithi159 ceph-mon[34891]: osdmap e48: 8 total, 7 up, 8 in 2024-01-27T08:36:20.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:20 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:21.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:20 smithi191 ceph-mon[37786]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:21.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:20 smithi191 ceph-mon[37786]: from='client.? 172.21.15.191:0/3084062666' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T08:36:21.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:20 smithi191 ceph-mon[37786]: osdmap e48: 8 total, 7 up, 8 in 2024-01-27T08:36:21.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:20 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:22.723 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:22 smithi191 ceph-mon[37786]: osdmap e49: 8 total, 7 up, 8 in 2024-01-27T08:36:22.723 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:22 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:22.723 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:22 smithi191 ceph-mon[37786]: pgmap v115: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-01-27T08:36:22.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:22 smithi159 ceph-mon[34891]: osdmap e49: 8 total, 7 up, 8 in 2024-01-27T08:36:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:22 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:22 smithi159 ceph-mon[34891]: pgmap v115: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-01-27T08:36:25.119 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:24 smithi159 ceph-mon[34891]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-01-27T08:36:25.119 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:24 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-27T08:36:25.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:24 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:25.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:24 smithi191 ceph-mon[37786]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-01-27T08:36:25.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:24 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-27T08:36:25.151 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:24 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:26.142 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:25 smithi191 ceph-mon[37786]: Deploying daemon osd.7 on smithi191 2024-01-27T08:36:26.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:25 smithi159 ceph-mon[34891]: Deploying daemon osd.7 on smithi191 2024-01-27T08:36:27.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:26 smithi191 ceph-mon[37786]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-01-27T08:36:27.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:26 smithi159 ceph-mon[34891]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-01-27T08:36:29.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:28 smithi191 ceph-mon[37786]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-01-27T08:36:29.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:28 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:29.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:28 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:29.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:28 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:29.114 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:28 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:29.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:28 smithi159 ceph-mon[34891]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-01-27T08:36:29.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:28 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:29.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:28 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:29.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:28 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:29.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:28 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:30.166 INFO:teuthology.orchestra.run.smithi191.stdout:Created osd(s) 7 on host 'smithi191' 2024-01-27T08:36:30.646 DEBUG:teuthology.orchestra.run.smithi191:osd.7> sudo journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.7.service 2024-01-27T08:36:30.648 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-27T08:36:30.648 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T08:36:30.676 INFO:journalctl@ceph.osd.7.smithi191.stdout:-- Logs begin at Sat 2024-01-27 08:12:54 UTC. -- 2024-01-27T08:36:30.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:30 smithi191 ceph-mon[37786]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:30.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:30 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:30.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:30 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:30.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:30 smithi159 ceph-mon[34891]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:30.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:30 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:30.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:30 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:31.660 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:36:31 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:36:31.320+0000 7f6b6faf13c0 -1 osd.7 0 log_to_monitors true 2024-01-27T08:36:31.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:31 smithi159 ceph-mon[34891]: from='osd.7 [v2:172.21.15.191:6824/2441755440,v1:172.21.15.191:6825/2441755440]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T08:36:31.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:31 smithi159 ceph-mon[34891]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T08:36:32.051 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:36:32.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:31 smithi191 ceph-mon[37786]: from='osd.7 [v2:172.21.15.191:6824/2441755440,v1:172.21.15.191:6825/2441755440]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T08:36:32.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:31 smithi191 ceph-mon[37786]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T08:36:32.435 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1706344577,"num_in_osds":8,"osd_in_since":1706344579,"num_remapped_pgs":0} 2024-01-27T08:36:33.161 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:36:32.863+0000 7f6b664f4700 -1 osd.7 0 waiting for initial osdmap 2024-01-27T08:36:33.161 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:36:32.870+0000 7f6b5ee87700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-27T08:36:33.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:33.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-27T08:36:33.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: osdmap e50: 8 total, 7 up, 8 in 2024-01-27T08:36:33.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:33.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='osd.7 [v2:172.21.15.191:6824/2441755440,v1:172.21.15.191:6825/2441755440]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:33.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:33.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2140108521' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:33.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: osdmap e50: 8 total, 7 up, 8 in 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='osd.7 [v2:172.21.15.191:6824/2441755440,v1:172.21.15.191:6825/2441755440]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2140108521' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:36:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:36:33.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:36:33.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:36:33.225 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:36:33.436 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T08:36:34.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: Detected new or changed devices on smithi191 2024-01-27T08:36:34.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi191 to 3992M 2024-01-27T08:36:34.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:36:34.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: osdmap e51: 8 total, 7 up, 8 in 2024-01-27T08:36:34.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:34.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:34.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: osd.7 [v2:172.21.15.191:6824/2441755440,v1:172.21.15.191:6825/2441755440] boot 2024-01-27T08:36:34.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: osdmap e52: 8 total, 8 up, 8 in 2024-01-27T08:36:34.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: Detected new or changed devices on smithi191 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi191 to 3992M 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: osdmap e51: 8 total, 7 up, 8 in 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: osd.7 [v2:172.21.15.191:6824/2441755440,v1:172.21.15.191:6825/2441755440] boot 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: osdmap e52: 8 total, 8 up, 8 in 2024-01-27T08:36:34.165 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:36:34.851 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:36:35.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:34 smithi159 ceph-mon[34891]: purged_snaps scrub starts 2024-01-27T08:36:35.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:34 smithi159 ceph-mon[34891]: purged_snaps scrub ok 2024-01-27T08:36:35.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:34 smithi159 ceph-mon[34891]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:35.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:34 smithi159 ceph-mon[34891]: osdmap e53: 8 total, 8 up, 8 in 2024-01-27T08:36:35.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:34 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2345964586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T08:36:35.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:34 smithi191 ceph-mon[37786]: purged_snaps scrub starts 2024-01-27T08:36:35.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:34 smithi191 ceph-mon[37786]: purged_snaps scrub ok 2024-01-27T08:36:35.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:34 smithi191 ceph-mon[37786]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-01-27T08:36:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:34 smithi191 ceph-mon[37786]: osdmap e53: 8 total, 8 up, 8 in 2024-01-27T08:36:35.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:34 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2345964586' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T08:36:35.205 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1706344593,"num_in_osds":8,"osd_in_since":1706344579,"num_remapped_pgs":1} 2024-01-27T08:36:35.205 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T08:36:35.431 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:36.592 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:36:36.641 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":54,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","created":"2024-01-27T08:32:15.467132+0000","modified":"2024-01-27T08:36:35.789620+0000","last_up_change":"2024-01-27T08:36:33.786938+0000","last_in_change":"2024-01-27T08:36:19.579767+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":"2024-01-27T08:35:10.058146+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":"68482377-c84f-450f-abb8-9a9e51ecbe86","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.159:6802","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6803","nonce":2597521173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6805","nonce":2597521173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6809","nonce":2597521173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6807","nonce":2597521173}]},"public_addr":"172.21.15.159:6803/2597521173","cluster_addr":"172.21.15.159:6805/2597521173","heartbeat_back_addr":"172.21.15.159:6809/2597521173","heartbeat_front_addr":"172.21.15.159:6807/2597521173","state":["exists","up"]},{"osd":1,"uuid":"bf9e2ffd-6da2-4fd9-8678-41080dd7396d","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.159:6810","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6811","nonce":2081084109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6813","nonce":2081084109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6816","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6817","nonce":2081084109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6815","nonce":2081084109}]},"public_addr":"172.21.15.159:6811/2081084109","cluster_addr":"172.21.15.159:6813/2081084109","heartbeat_back_addr":"172.21.15.159:6817/2081084109","heartbeat_front_addr":"172.21.15.159:6815/2081084109","state":["exists","up"]},{"osd":2,"uuid":"08a60b16-ca01-49c8-8c23-1732db094987","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.159:6818","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6819","nonce":3539617754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6821","nonce":3539617754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6824","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6825","nonce":3539617754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6823","nonce":3539617754}]},"public_addr":"172.21.15.159:6819/3539617754","cluster_addr":"172.21.15.159:6821/3539617754","heartbeat_back_addr":"172.21.15.159:6825/3539617754","heartbeat_front_addr":"172.21.15.159:6823/3539617754","state":["exists","up"]},{"osd":3,"uuid":"4e5b6099-3edd-4131-a66b-47540390277d","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.159:6826","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6827","nonce":1730328616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6829","nonce":1730328616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6832","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6833","nonce":1730328616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6831","nonce":1730328616}]},"public_addr":"172.21.15.159:6827/1730328616","cluster_addr":"172.21.15.159:6829/1730328616","heartbeat_back_addr":"172.21.15.159:6833/1730328616","heartbeat_front_addr":"172.21.15.159:6831/1730328616","state":["exists","up"]},{"osd":4,"uuid":"94762f85-8832-4b6e-b056-40f7c2f969b6","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.191:6800","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6801","nonce":3000349704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6803","nonce":3000349704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6807","nonce":3000349704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6805","nonce":3000349704}]},"public_addr":"172.21.15.191:6801/3000349704","cluster_addr":"172.21.15.191:6803/3000349704","heartbeat_back_addr":"172.21.15.191:6807/3000349704","heartbeat_front_addr":"172.21.15.191:6805/3000349704","state":["exists","up"]},{"osd":5,"uuid":"3d7698c9-ac37-4e0e-8c30-179c8e060827","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.191:6808","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6809","nonce":686406106}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6811","nonce":686406106}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6815","nonce":686406106}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6813","nonce":686406106}]},"public_addr":"172.21.15.191:6809/686406106","cluster_addr":"172.21.15.191:6811/686406106","heartbeat_back_addr":"172.21.15.191:6815/686406106","heartbeat_front_addr":"172.21.15.191:6813/686406106","state":["exists","up"]},{"osd":6,"uuid":"5a7c619a-7456-48cf-8dd0-53db8c30e1f1","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.191:6816","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6817","nonce":3525860301}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6819","nonce":3525860301}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6823","nonce":3525860301}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6821","nonce":3525860301}]},"public_addr":"172.21.15.191:6817/3525860301","cluster_addr":"172.21.15.191:6819/3525860301","heartbeat_back_addr":"172.21.15.191:6823/3525860301","heartbeat_front_addr":"172.21.15.191:6821/3525860301","state":["exists","up"]},{"osd":7,"uuid":"97aa9b6c-b03c-4bea-9643-992c2a453941","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.191:6824","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6825","nonce":2441755440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6827","nonce":2441755440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6831","nonce":2441755440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6829","nonce":2441755440}]},"public_addr":"172.21.15.191:6825/2441755440","cluster_addr":"172.21.15.191:6827/2441755440","heartbeat_back_addr":"172.21.15.191:6831/2441755440","heartbeat_front_addr":"172.21.15.191:6829/2441755440","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":"2024-01-27T08:34:33.132835+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":"2024-01-27T08:34:49.571251+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":"2024-01-27T08:35:08.068248+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":"2024-01-27T08:35:27.381747+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":"2024-01-27T08:35:43.394055+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":"2024-01-27T08:35:59.671198+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":"2024-01-27T08:36:16.150615+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":"2024-01-27T08:36:32.329030+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.159:0/2269895110":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/820949788":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/4269214076":"2024-01-28T08:33:44.806160+0000","172.21.15.159:6801/433178608":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/1722959581":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/4216691670":"2024-01-28T08:33:05.883250+0000","172.21.15.159:6801/3945832735":"2024-01-28T08:33:44.806160+0000","172.21.15.159:6800/433178608":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/864918157":"2024-01-28T08:33:05.883250+0000","172.21.15.159:6800/3860201239":"2024-01-28T08:32:39.611190+0000","172.21.15.159:6801/3860201239":"2024-01-28T08:32:39.611190+0000","172.21.15.159:0/3125349116":"2024-01-28T08:32:39.611190+0000","172.21.15.159:0/4050488000":"2024-01-28T08:32:39.611190+0000","172.21.15.159:6800/3945832735":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/3644813763":"2024-01-28T08:32:39.611190+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}} 2024-01-27T08:36:36.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:36 smithi159 ceph-mon[34891]: pgmap v126: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:36.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:36 smithi159 ceph-mon[34891]: osdmap e54: 8 total, 8 up, 8 in 2024-01-27T08:36:36.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:36 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2247603957' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T08:36:36.976 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-01-27T08:35:10.058146+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': {}}}] 2024-01-27T08:36:36.977 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-01-27T08:36:37.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:36 smithi191 ceph-mon[37786]: pgmap v126: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:37.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:36 smithi191 ceph-mon[37786]: osdmap e54: 8 total, 8 up, 8 in 2024-01-27T08:36:37.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:36 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2247603957' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T08:36:37.202 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:37.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:37 smithi159 ceph-mon[34891]: osdmap e55: 8 total, 8 up, 8 in 2024-01-27T08:36:38.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:37 smithi191 ceph-mon[37786]: osdmap e55: 8 total, 8 up, 8 in 2024-01-27T08:36:38.418 INFO:teuthology.orchestra.run.smithi159.stdout:pg_num: 1 2024-01-27T08:36:38.793 INFO:tasks.cephadm:Setting up client nodes... 2024-01-27T08:36:38.793 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-27T08:36:38.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:38 smithi159 ceph-mon[34891]: pgmap v129: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:38.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:38 smithi159 ceph-mon[34891]: osdmap e56: 8 total, 8 up, 8 in 2024-01-27T08:36:38.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:38 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1133193102' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-01-27T08:36:39.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:38 smithi191 ceph-mon[37786]: pgmap v129: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:39.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:38 smithi191 ceph-mon[37786]: osdmap e56: 8 total, 8 up, 8 in 2024-01-27T08:36:39.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:38 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1133193102' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-01-27T08:36:40.217 INFO:teuthology.orchestra.run.smithi159.stdout:[client.0] 2024-01-27T08:36:40.217 INFO:teuthology.orchestra.run.smithi159.stdout: key = AQCYwLRlRZ/FDBAA7Upmcrb0tKKc7MwtxE3Q1Q== 2024-01-27T08:36:40.592 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-27T08:36:40.592 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-27T08:36:40.592 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-27T08:36:40.632 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-27T08:36:40.632 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-27T08:36:40.632 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph mgr dump --format=json 2024-01-27T08:36:40.894 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:40 smithi159 ceph-mon[34891]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-01-27T08:36:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:40 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/544759883' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T08:36:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:40 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/544759883' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T08:36:41.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:40 smithi191 ceph-mon[37786]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2024-01-27T08:36:41.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:40 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/544759883' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T08:36:41.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:40 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/544759883' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T08:36:42.168 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:36:42.558 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":19,"active_gid":14206,"active_name":"smithi159.bmcles","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6800","nonce":1337279379},{"type":"v1","addr":"172.21.15.159:6801","nonce":1337279379}]},"active_addr":"172.21.15.159:6801/1337279379","active_change":"2024-01-27T08:33:44.806518+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14224,"name":"smithi191.onztue","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.159:8443/","prometheus":"http://172.21.15.159: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.159:0","nonce":120230910}]},{"addrvec":[{"type":"v2","addr":"172.21.15.159:0","nonce":3284752524}]},{"addrvec":[{"type":"v2","addr":"172.21.15.159:0","nonce":3433585285}]},{"addrvec":[{"type":"v2","addr":"172.21.15.159:0","nonce":1211597332}]}]}} 2024-01-27T08:36:42.565 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-27T08:36:42.565 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-27T08:36:42.565 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T08:36:42.790 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:43.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:42 smithi159 ceph-mon[34891]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-27T08:36:43.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:42 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/573176198' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-27T08:36:43.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:42 smithi191 ceph-mon[37786]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-01-27T08:36:43.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:42 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/573176198' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-27T08:36:44.010 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:36:44.011 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":56,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","created":"2024-01-27T08:32:15.467132+0000","modified":"2024-01-27T08:36:37.796323+0000","last_up_change":"2024-01-27T08:36:33.786938+0000","last_in_change":"2024-01-27T08:36:19.579767+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":"2024-01-27T08:35:10.058146+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":"68482377-c84f-450f-abb8-9a9e51ecbe86","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.159:6802","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6803","nonce":2597521173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6805","nonce":2597521173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6809","nonce":2597521173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6807","nonce":2597521173}]},"public_addr":"172.21.15.159:6803/2597521173","cluster_addr":"172.21.15.159:6805/2597521173","heartbeat_back_addr":"172.21.15.159:6809/2597521173","heartbeat_front_addr":"172.21.15.159:6807/2597521173","state":["exists","up"]},{"osd":1,"uuid":"bf9e2ffd-6da2-4fd9-8678-41080dd7396d","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.159:6810","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6811","nonce":2081084109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6813","nonce":2081084109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6816","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6817","nonce":2081084109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6815","nonce":2081084109}]},"public_addr":"172.21.15.159:6811/2081084109","cluster_addr":"172.21.15.159:6813/2081084109","heartbeat_back_addr":"172.21.15.159:6817/2081084109","heartbeat_front_addr":"172.21.15.159:6815/2081084109","state":["exists","up"]},{"osd":2,"uuid":"08a60b16-ca01-49c8-8c23-1732db094987","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.159:6818","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6819","nonce":3539617754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6821","nonce":3539617754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6824","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6825","nonce":3539617754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6823","nonce":3539617754}]},"public_addr":"172.21.15.159:6819/3539617754","cluster_addr":"172.21.15.159:6821/3539617754","heartbeat_back_addr":"172.21.15.159:6825/3539617754","heartbeat_front_addr":"172.21.15.159:6823/3539617754","state":["exists","up"]},{"osd":3,"uuid":"4e5b6099-3edd-4131-a66b-47540390277d","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.159:6826","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6827","nonce":1730328616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6829","nonce":1730328616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6832","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6833","nonce":1730328616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6831","nonce":1730328616}]},"public_addr":"172.21.15.159:6827/1730328616","cluster_addr":"172.21.15.159:6829/1730328616","heartbeat_back_addr":"172.21.15.159:6833/1730328616","heartbeat_front_addr":"172.21.15.159:6831/1730328616","state":["exists","up"]},{"osd":4,"uuid":"94762f85-8832-4b6e-b056-40f7c2f969b6","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.191:6800","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6801","nonce":3000349704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6803","nonce":3000349704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6807","nonce":3000349704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6805","nonce":3000349704}]},"public_addr":"172.21.15.191:6801/3000349704","cluster_addr":"172.21.15.191:6803/3000349704","heartbeat_back_addr":"172.21.15.191:6807/3000349704","heartbeat_front_addr":"172.21.15.191:6805/3000349704","state":["exists","up"]},{"osd":5,"uuid":"3d7698c9-ac37-4e0e-8c30-179c8e060827","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.191:6808","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6809","nonce":686406106}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6811","nonce":686406106}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6815","nonce":686406106}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6813","nonce":686406106}]},"public_addr":"172.21.15.191:6809/686406106","cluster_addr":"172.21.15.191:6811/686406106","heartbeat_back_addr":"172.21.15.191:6815/686406106","heartbeat_front_addr":"172.21.15.191:6813/686406106","state":["exists","up"]},{"osd":6,"uuid":"5a7c619a-7456-48cf-8dd0-53db8c30e1f1","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.191:6816","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6817","nonce":3525860301}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6819","nonce":3525860301}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6823","nonce":3525860301}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6821","nonce":3525860301}]},"public_addr":"172.21.15.191:6817/3525860301","cluster_addr":"172.21.15.191:6819/3525860301","heartbeat_back_addr":"172.21.15.191:6823/3525860301","heartbeat_front_addr":"172.21.15.191:6821/3525860301","state":["exists","up"]},{"osd":7,"uuid":"97aa9b6c-b03c-4bea-9643-992c2a453941","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.191:6824","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6825","nonce":2441755440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6827","nonce":2441755440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6831","nonce":2441755440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6829","nonce":2441755440}]},"public_addr":"172.21.15.191:6825/2441755440","cluster_addr":"172.21.15.191:6827/2441755440","heartbeat_back_addr":"172.21.15.191:6831/2441755440","heartbeat_front_addr":"172.21.15.191:6829/2441755440","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":"2024-01-27T08:34:33.132835+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":"2024-01-27T08:34:49.571251+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":"2024-01-27T08:35:08.068248+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":"2024-01-27T08:35:27.381747+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":"2024-01-27T08:35:43.394055+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":"2024-01-27T08:35:59.671198+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":"2024-01-27T08:36:16.150615+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":"2024-01-27T08:36:32.329030+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.159:0/2269895110":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/820949788":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/4269214076":"2024-01-28T08:33:44.806160+0000","172.21.15.159:6801/433178608":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/1722959581":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/4216691670":"2024-01-28T08:33:05.883250+0000","172.21.15.159:6801/3945832735":"2024-01-28T08:33:44.806160+0000","172.21.15.159:6800/433178608":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/864918157":"2024-01-28T08:33:05.883250+0000","172.21.15.159:6800/3860201239":"2024-01-28T08:32:39.611190+0000","172.21.15.159:6801/3860201239":"2024-01-28T08:32:39.611190+0000","172.21.15.159:0/3125349116":"2024-01-28T08:32:39.611190+0000","172.21.15.159:0/4050488000":"2024-01-28T08:32:39.611190+0000","172.21.15.159:6800/3945832735":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/3644813763":"2024-01-28T08:32:39.611190+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}} 2024-01-27T08:36:44.394 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-27T08:36:44.394 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T08:36:44.619 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:45.096 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:44 smithi159 ceph-mon[34891]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-01-27T08:36:45.097 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:44 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1176788264' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T08:36:45.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:44 smithi191 ceph-mon[37786]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-01-27T08:36:45.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:44 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1176788264' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T08:36:45.791 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:36:45.791 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":56,"fsid":"80fefabc-bcee-11ee-95b2-87774f69a715","created":"2024-01-27T08:32:15.467132+0000","modified":"2024-01-27T08:36:37.796323+0000","last_up_change":"2024-01-27T08:36:33.786938+0000","last_in_change":"2024-01-27T08:36:19.579767+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":"2024-01-27T08:35:10.058146+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":"68482377-c84f-450f-abb8-9a9e51ecbe86","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.159:6802","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6803","nonce":2597521173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6805","nonce":2597521173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6809","nonce":2597521173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":2597521173},{"type":"v1","addr":"172.21.15.159:6807","nonce":2597521173}]},"public_addr":"172.21.15.159:6803/2597521173","cluster_addr":"172.21.15.159:6805/2597521173","heartbeat_back_addr":"172.21.15.159:6809/2597521173","heartbeat_front_addr":"172.21.15.159:6807/2597521173","state":["exists","up"]},{"osd":1,"uuid":"bf9e2ffd-6da2-4fd9-8678-41080dd7396d","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.159:6810","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6811","nonce":2081084109}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6813","nonce":2081084109}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6816","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6817","nonce":2081084109}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":2081084109},{"type":"v1","addr":"172.21.15.159:6815","nonce":2081084109}]},"public_addr":"172.21.15.159:6811/2081084109","cluster_addr":"172.21.15.159:6813/2081084109","heartbeat_back_addr":"172.21.15.159:6817/2081084109","heartbeat_front_addr":"172.21.15.159:6815/2081084109","state":["exists","up"]},{"osd":2,"uuid":"08a60b16-ca01-49c8-8c23-1732db094987","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.159:6818","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6819","nonce":3539617754}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6821","nonce":3539617754}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6824","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6825","nonce":3539617754}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":3539617754},{"type":"v1","addr":"172.21.15.159:6823","nonce":3539617754}]},"public_addr":"172.21.15.159:6819/3539617754","cluster_addr":"172.21.15.159:6821/3539617754","heartbeat_back_addr":"172.21.15.159:6825/3539617754","heartbeat_front_addr":"172.21.15.159:6823/3539617754","state":["exists","up"]},{"osd":3,"uuid":"4e5b6099-3edd-4131-a66b-47540390277d","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.159:6826","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6827","nonce":1730328616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6829","nonce":1730328616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6832","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6833","nonce":1730328616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":1730328616},{"type":"v1","addr":"172.21.15.159:6831","nonce":1730328616}]},"public_addr":"172.21.15.159:6827/1730328616","cluster_addr":"172.21.15.159:6829/1730328616","heartbeat_back_addr":"172.21.15.159:6833/1730328616","heartbeat_front_addr":"172.21.15.159:6831/1730328616","state":["exists","up"]},{"osd":4,"uuid":"94762f85-8832-4b6e-b056-40f7c2f969b6","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.191:6800","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6801","nonce":3000349704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6803","nonce":3000349704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6807","nonce":3000349704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":3000349704},{"type":"v1","addr":"172.21.15.191:6805","nonce":3000349704}]},"public_addr":"172.21.15.191:6801/3000349704","cluster_addr":"172.21.15.191:6803/3000349704","heartbeat_back_addr":"172.21.15.191:6807/3000349704","heartbeat_front_addr":"172.21.15.191:6805/3000349704","state":["exists","up"]},{"osd":5,"uuid":"3d7698c9-ac37-4e0e-8c30-179c8e060827","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.191:6808","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6809","nonce":686406106}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6811","nonce":686406106}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6815","nonce":686406106}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":686406106},{"type":"v1","addr":"172.21.15.191:6813","nonce":686406106}]},"public_addr":"172.21.15.191:6809/686406106","cluster_addr":"172.21.15.191:6811/686406106","heartbeat_back_addr":"172.21.15.191:6815/686406106","heartbeat_front_addr":"172.21.15.191:6813/686406106","state":["exists","up"]},{"osd":6,"uuid":"5a7c619a-7456-48cf-8dd0-53db8c30e1f1","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.191:6816","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6817","nonce":3525860301}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6819","nonce":3525860301}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6823","nonce":3525860301}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":3525860301},{"type":"v1","addr":"172.21.15.191:6821","nonce":3525860301}]},"public_addr":"172.21.15.191:6817/3525860301","cluster_addr":"172.21.15.191:6819/3525860301","heartbeat_back_addr":"172.21.15.191:6823/3525860301","heartbeat_front_addr":"172.21.15.191:6821/3525860301","state":["exists","up"]},{"osd":7,"uuid":"97aa9b6c-b03c-4bea-9643-992c2a453941","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.191:6824","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6825","nonce":2441755440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6827","nonce":2441755440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6831","nonce":2441755440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":2441755440},{"type":"v1","addr":"172.21.15.191:6829","nonce":2441755440}]},"public_addr":"172.21.15.191:6825/2441755440","cluster_addr":"172.21.15.191:6827/2441755440","heartbeat_back_addr":"172.21.15.191:6831/2441755440","heartbeat_front_addr":"172.21.15.191:6829/2441755440","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":"2024-01-27T08:34:33.132835+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":"2024-01-27T08:34:49.571251+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":"2024-01-27T08:35:08.068248+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":"2024-01-27T08:35:27.381747+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":"2024-01-27T08:35:43.394055+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":"2024-01-27T08:35:59.671198+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":"2024-01-27T08:36:16.150615+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":"2024-01-27T08:36:32.329030+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.159:0/2269895110":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/820949788":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/4269214076":"2024-01-28T08:33:44.806160+0000","172.21.15.159:6801/433178608":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/1722959581":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/4216691670":"2024-01-28T08:33:05.883250+0000","172.21.15.159:6801/3945832735":"2024-01-28T08:33:44.806160+0000","172.21.15.159:6800/433178608":"2024-01-28T08:33:05.883250+0000","172.21.15.159:0/864918157":"2024-01-28T08:33:05.883250+0000","172.21.15.159:6800/3860201239":"2024-01-28T08:32:39.611190+0000","172.21.15.159:6801/3860201239":"2024-01-28T08:32:39.611190+0000","172.21.15.159:0/3125349116":"2024-01-28T08:32:39.611190+0000","172.21.15.159:0/4050488000":"2024-01-28T08:32:39.611190+0000","172.21.15.159:6800/3945832735":"2024-01-28T08:33:44.806160+0000","172.21.15.159:0/3644813763":"2024-01-28T08:32:39.611190+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}} 2024-01-27T08:36:46.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:45 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/919612844' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T08:36:46.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:45 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/919612844' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T08:36:46.207 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-27T08:36:46.208 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-27T08:36:46.208 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-27T08:36:46.209 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-27T08:36:46.209 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-27T08:36:46.209 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-27T08:36:46.210 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-27T08:36:46.210 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-27T08:36:46.611 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:46.666 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:46.772 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:47.028 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:47.101 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:46 smithi159 ceph-mon[34891]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-01-27T08:36:47.101 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:36:47.101 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:36:47.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:46 smithi191 ceph-mon[37786]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-01-27T08:36:47.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:36:47.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:36:47.324 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:47.874 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:49.029 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:48 smithi159 ceph-mon[34891]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-01-27T08:36:49.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:48 smithi191 ceph-mon[37786]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-01-27T08:36:49.535 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:50.091 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:51.060 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:50 smithi159 ceph-mon[34891]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-01-27T08:36:51.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:50 smithi191 ceph-mon[37786]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-01-27T08:36:51.768 INFO:teuthology.orchestra.run.smithi159.stdout:163208757260 2024-01-27T08:36:51.768 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-27T08:36:52.075 INFO:teuthology.orchestra.run.smithi159.stdout:81604378647 2024-01-27T08:36:52.076 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-27T08:36:52.601 INFO:teuthology.orchestra.run.smithi159.stdout:111669149715 2024-01-27T08:36:52.602 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-27T08:36:52.856 INFO:teuthology.orchestra.run.smithi159.stdout:38654705693 2024-01-27T08:36:52.856 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-27T08:36:53.107 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:52 smithi159 ceph-mon[34891]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:53.124 INFO:teuthology.orchestra.run.smithi159.stdout:133143986191 2024-01-27T08:36:53.125 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-27T08:36:53.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:52 smithi191 ceph-mon[37786]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:53.230 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:53.462 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:53.511 INFO:teuthology.orchestra.run.smithi159.stdout:60129542171 2024-01-27T08:36:53.512 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-27T08:36:54.017 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:54.808 INFO:teuthology.orchestra.run.smithi159.stdout:223338299399 2024-01-27T08:36:54.809 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-27T08:36:54.929 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:54 smithi159 ceph-mon[34891]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:55.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:54 smithi191 ceph-mon[37786]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:55.626 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:55.626 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:55.861 INFO:teuthology.orchestra.run.smithi159.stdout:111669149716 2024-01-27T08:36:55.999 INFO:teuthology.orchestra.run.smithi159.stdout:193273528330 2024-01-27T08:36:56.000 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-27T08:36:56.077 INFO:teuthology.orchestra.run.smithi159.stdout:163208757261 2024-01-27T08:36:56.691 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757260 got 163208757261 for osd.5 2024-01-27T08:36:56.691 DEBUG:teuthology.parallel:result is None 2024-01-27T08:36:56.695 INFO:teuthology.orchestra.run.smithi159.stdout:81604378649 2024-01-27T08:36:56.771 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:56.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:56 smithi159 ceph-mon[34891]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:56.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:56 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2779192491' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-27T08:36:56.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:56 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1956643129' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-27T08:36:56.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:56 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3754282400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-27T08:36:57.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:56 smithi191 ceph-mon[37786]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:57.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2779192491' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-27T08:36:57.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1956643129' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-27T08:36:57.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:56 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3754282400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-27T08:36:57.540 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378649 for osd.2 2024-01-27T08:36:57.540 DEBUG:teuthology.parallel:result is None 2024-01-27T08:36:57.889 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149715 got 111669149716 for osd.3 2024-01-27T08:36:57.889 DEBUG:teuthology.parallel:result is None 2024-01-27T08:36:58.054 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:58.064 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:36:58.539 INFO:teuthology.orchestra.run.smithi159.stdout:38654705694 2024-01-27T08:36:58.902 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:58 smithi159 ceph-mon[34891]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:58.902 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:36:58 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1311425456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-27T08:36:59.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:58 smithi191 ceph-mon[37786]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:36:59.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:36:58 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1311425456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-27T08:36:59.548 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705693 got 38654705694 for osd.0 2024-01-27T08:36:59.548 DEBUG:teuthology.parallel:result is None 2024-01-27T08:36:59.858 INFO:teuthology.orchestra.run.smithi159.stdout:133143986193 2024-01-27T08:37:00.427 INFO:teuthology.orchestra.run.smithi159.stdout:60129542173 2024-01-27T08:37:00.478 INFO:teuthology.orchestra.run.smithi159.stdout:193273528332 2024-01-27T08:37:00.489 INFO:teuthology.orchestra.run.smithi159.stdout:223338299400 2024-01-27T08:37:00.612 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986191 got 133143986193 for osd.4 2024-01-27T08:37:00.613 DEBUG:teuthology.parallel:result is None 2024-01-27T08:37:01.027 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542173 for osd.1 2024-01-27T08:37:01.028 DEBUG:teuthology.parallel:result is None 2024-01-27T08:37:01.138 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:00 smithi159 ceph-mon[34891]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:01.138 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:00 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2410471586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-27T08:37:01.138 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:00 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4282618989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-27T08:37:01.138 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:00 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2396506386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-27T08:37:01.138 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:00 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/540172590' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-27T08:37:01.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:00 smithi191 ceph-mon[37786]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:01.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:00 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2410471586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-27T08:37:01.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:00 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/4282618989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-27T08:37:01.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:00 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2396506386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-27T08:37:01.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:00 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/540172590' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-27T08:37:01.233 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299399 got 223338299400 for osd.7 2024-01-27T08:37:01.233 DEBUG:teuthology.parallel:result is None 2024-01-27T08:37:01.480 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528332 for osd.6 2024-01-27T08:37:01.481 DEBUG:teuthology.parallel:result is None 2024-01-27T08:37:01.481 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-27T08:37:01.481 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph pg dump --format=json 2024-01-27T08:37:01.709 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:37:02.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:02 smithi159 ceph-mon[34891]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:03.156 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:37:03.158 INFO:teuthology.orchestra.run.smithi159.stderr:dumped all 2024-01-27T08:37:03.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:02 smithi191 ceph-mon[37786]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:03.483 INFO:teuthology.orchestra.run.smithi159.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2024-01-27T08:37:01.791163+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":48312,"kb_used_data":6008,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912904,"statfs":{"total":767960285184,"available":767910813696,"internally_reserved":0,"allocated":6152192,"data_stored":3436108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002169"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2024-01-27T08:36:37.806697+0000","last_change":"2024-01-27T08:36:37.806697+0000","last_active":"2024-01-27T08:36:37.806697+0000","last_peered":"2024-01-27T08:36:37.806697+0000","last_clean":"2024-01-27T08:36:37.806697+0000","last_became_active":"2024-01-27T08:36:37.806164+0000","last_became_peered":"2024-01-27T08:36:37.806164+0000","last_unstale":"2024-01-27T08:36:37.806697+0000","last_undegraded":"2024-01-27T08:36:37.806697+0000","last_fullsized":"2024-01-27T08:36:37.806697+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":"2024-01-27T08:35:10.347452+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-27T08:35:10.347452+0000","last_clean_scrub_stamp":"2024-01-27T08:35:10.347452+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 @ 2024-01-28T13:43:44.496486+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":760108,"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.60999999999999999}]},{"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.57899999999999996}]},{"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.55400000000000005}]},{"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.68899999999999995}]},{"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.46999999999999997}]},{"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.40000000000000002}]},{"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.42599999999999999}]}]},{"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":759785,"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.55300000000000005}]},{"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.52100000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.504}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61299999999999999}]},{"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.53500000000000003}]},{"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.48899999999999999}]},{"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.56399999999999995}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":230915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 27 08:36:54 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.36099999999999999,"15min":0.35899999999999999},"min":{"1min":0.24099999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.34399999999999997,"15min":0.33700000000000002},"min":{"1min":0.23599999999999999,"5min":0.221,"15min":0.221},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.308}]},{"osd":2,"last update":"Sat Jan 27 08:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.318}]},{"osd":3,"last update":"Sat Jan 27 08:36:30 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.36199999999999999}]},{"osd":4,"last update":"Sat Jan 27 08:36:47 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.76100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65700000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79500000000000004}]},{"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.625}]}]},{"osd":0,"up_from":9,"seq":38654705695,"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":760373,"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":"Sat Jan 27 08:36:54 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.32800000000000001,"15min":0.32400000000000001},"min":{"1min":0.27200000000000002,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.47099999999999997,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.33800000000000002,"15min":0.33000000000000002},"min":{"1min":0.27600000000000002,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.27600000000000002}]},{"osd":2,"last update":"Sat Jan 27 08:36:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.26100000000000001}]},{"osd":3,"last update":"Sat Jan 27 08:36:30 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.29899999999999999}]},{"osd":4,"last update":"Sat Jan 27 08:36:48 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"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.55000000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57799999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59799999999999998}]}]},{"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":6196,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738956,"statfs":{"total":95995035648,"available":95988690944,"internally_reserved":0,"allocated":569344,"data_stored":231180,"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":"Sat Jan 27 08:36:09 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.34699999999999998}]},{"osd":1,"last update":"Sat Jan 27 08:36:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.33300000000000002}]},{"osd":3,"last update":"Sat Jan 27 08:36:30 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.374},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.32200000000000001}]},{"osd":4,"last update":"Sat Jan 27 08:36:48 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.42899999999999999}]},{"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.40400000000000003}]},{"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.47099999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149717,"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":231180,"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":"Sat Jan 27 08:36:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.44},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.39000000000000001}]},{"osd":1,"last update":"Sat Jan 27 08:36:31 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.46500000000000002}]},{"osd":2,"last update":"Sat Jan 27 08:36:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.45100000000000001}]},{"osd":4,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":2.6850000000000001,"5min":2.6850000000000001,"15min":2.6850000000000001},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":3.125,"5min":3.125,"15min":3.125},"last":0.57599999999999996}]},{"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.59699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]},{"osd":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.56599999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231445,"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":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.48699999999999999}]},{"osd":1,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.497},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.61399999999999999}]},{"osd":2,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.53100000000000003}]},{"osd":3,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.54700000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41999999999999998}]},{"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.55700000000000005}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":231122,"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.56899999999999995}]},{"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.58299999999999996}]},{"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.40699999999999997}]},{"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.51600000000000001}]},{"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.53400000000000003}]},{"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.45700000000000002}]},{"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.60699999999999998}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-27T08:37:03.484 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph pg dump --format=json 2024-01-27T08:37:03.707 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:37:04.860 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:37:04.861 INFO:teuthology.orchestra.run.smithi159.stderr:dumped all 2024-01-27T08:37:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:04 smithi159 ceph-mon[34891]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:05.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:04 smithi159 ceph-mon[34891]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:04 smithi191 ceph-mon[37786]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:04 smithi191 ceph-mon[37786]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:05.271 INFO:teuthology.orchestra.run.smithi159.stdout:{"pg_ready":true,"pg_map":{"version":143,"stamp":"2024-01-27T08:37:03.791681+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":48312,"kb_used_data":6008,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912904,"statfs":{"total":767960285184,"available":767910813696,"internally_reserved":0,"allocated":6152192,"data_stored":3436108,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002210"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2024-01-27T08:36:37.806697+0000","last_change":"2024-01-27T08:36:37.806697+0000","last_active":"2024-01-27T08:36:37.806697+0000","last_peered":"2024-01-27T08:36:37.806697+0000","last_clean":"2024-01-27T08:36:37.806697+0000","last_became_active":"2024-01-27T08:36:37.806164+0000","last_became_peered":"2024-01-27T08:36:37.806164+0000","last_unstale":"2024-01-27T08:36:37.806697+0000","last_undegraded":"2024-01-27T08:36:37.806697+0000","last_fullsized":"2024-01-27T08:36:37.806697+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":"2024-01-27T08:35:10.347452+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-27T08:35:10.347452+0000","last_clean_scrub_stamp":"2024-01-27T08:35:10.347452+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 @ 2024-01-28T13:43:44.496486+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":760108,"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.60999999999999999}]},{"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.57899999999999996}]},{"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.55400000000000005}]},{"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.68899999999999995}]},{"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.46999999999999997}]},{"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.40000000000000002}]},{"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.42599999999999999}]}]},{"osd":6,"up_from":45,"seq":193273528333,"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":759785,"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.59399999999999997}]},{"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.58499999999999996}]},{"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.45800000000000002}]},{"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.47699999999999998}]},{"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.43099999999999999}]},{"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.48999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51400000000000001}]}]},{"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":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":230915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Jan 27 08:36:54 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.36099999999999999,"15min":0.35899999999999999},"min":{"1min":0.24099999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.34399999999999997,"15min":0.33700000000000002},"min":{"1min":0.23599999999999999,"5min":0.221,"15min":0.221},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.41899999999999998}]},{"osd":2,"last update":"Sat Jan 27 08:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.49299999999999999}]},{"osd":3,"last update":"Sat Jan 27 08:36:30 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.52200000000000002}]},{"osd":4,"last update":"Sat Jan 27 08:36:47 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.56799999999999995}]},{"osd":5,"last update":"Sat Jan 27 08:37:01 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.48499999999999999}]},{"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.627}]},{"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.54200000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705695,"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":760373,"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":"Sat Jan 27 08:36:54 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.32800000000000001,"15min":0.32400000000000001},"min":{"1min":0.27200000000000002,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.47099999999999997,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.33800000000000002,"15min":0.33000000000000002},"min":{"1min":0.27600000000000002,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.27600000000000002}]},{"osd":2,"last update":"Sat Jan 27 08:36:14 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.26100000000000001}]},{"osd":3,"last update":"Sat Jan 27 08:36:30 2024","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.29899999999999999}]},{"osd":4,"last update":"Sat Jan 27 08:36:48 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"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.55000000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57799999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59799999999999998}]}]},{"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":6196,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738956,"statfs":{"total":95995035648,"available":95988690944,"internally_reserved":0,"allocated":569344,"data_stored":231180,"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":"Sat Jan 27 08:36:09 2024","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.34699999999999998}]},{"osd":1,"last update":"Sat Jan 27 08:36:09 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.33300000000000002}]},{"osd":3,"last update":"Sat Jan 27 08:36:30 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.374},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.32200000000000001}]},{"osd":4,"last update":"Sat Jan 27 08:36:48 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.42899999999999999}]},{"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.40400000000000003}]},{"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.47099999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149717,"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":231180,"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":"Sat Jan 27 08:36:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.44},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.39000000000000001}]},{"osd":1,"last update":"Sat Jan 27 08:36:31 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.46500000000000002}]},{"osd":2,"last update":"Sat Jan 27 08:36:31 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.45100000000000001}]},{"osd":4,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":2.6850000000000001,"5min":2.6850000000000001,"15min":2.6850000000000001},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":3.125,"5min":3.125,"15min":3.125},"last":0.57599999999999996}]},{"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.59699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]},{"osd":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.56599999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231445,"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":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.48699999999999999}]},{"osd":1,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.497},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.61399999999999999}]},{"osd":2,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.53100000000000003}]},{"osd":3,"last update":"Sat Jan 27 08:36:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.54700000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46800000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41999999999999998}]},{"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.55700000000000005}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":231122,"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.56899999999999995}]},{"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.58299999999999996}]},{"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.40699999999999997}]},{"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.51600000000000001}]},{"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.53400000000000003}]},{"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.45700000000000002}]},{"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.60699999999999998}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-27T08:37:05.273 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-27T08:37:05.273 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-27T08:37:05.273 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-27T08:37:05.273 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph health --format=json 2024-01-27T08:37:05.496 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/mon.smithi159/config 2024-01-27T08:37:05.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:05 smithi159 ceph-mon[34891]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:06.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:05 smithi191 ceph-mon[37786]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:06.676 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:37:06.676 INFO:teuthology.orchestra.run.smithi159.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-27T08:37:06.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:06 smithi159 ceph-mon[34891]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:06.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:06 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2727215905' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-27T08:37:07.071 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-27T08:37:07.072 INFO:tasks.cephadm:Setup complete, yielding 2024-01-27T08:37:07.072 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T08:37:07.082 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:07.082 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'ceph orch status' 2024-01-27T08:37:07.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:06 smithi191 ceph-mon[37786]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:07.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:06 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2727215905' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-27T08:37:08.477 INFO:teuthology.orchestra.run.smithi159.stdout:Backend: cephadm 2024-01-27T08:37:08.477 INFO:teuthology.orchestra.run.smithi159.stdout:Available: Yes 2024-01-27T08:37:08.477 INFO:teuthology.orchestra.run.smithi159.stdout:Paused: No 2024-01-27T08:37:08.815 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-27T08:37:09.140 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:08 smithi159 ceph-mon[34891]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:09.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:08 smithi191 ceph-mon[37786]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:10.149 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 running (2m) 98s ago 3m 15.3M - ba2b418f427c b443fd992088 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (3m) 98s ago 3m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (3m) 39s ago 3m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 running (2m) 98s ago 3m 48.2M - 8.3.5 dad864ee21e9 69264695d59f 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (4m) 98s ago 4m 462M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (3m) 39s ago 3m 418M - 17.2.0 e1d6a67b021e 03731874f54f 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (4m) 98s ago 4m 58.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (3m) 39s ago 3m 55.4M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 running (3m) 98s ago 3m 25.0M - 1dbe0e931976 6ca52a1fea99 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (3m) 39s ago 3m 24.8M - 1dbe0e931976 063813a66b49 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (2m) 98s ago 2m 39.2M 3224M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (2m) 98s ago 2m 43.3M 3224M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (2m) 98s ago 2m 37.5M 3224M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:37:10.150 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (107s) 98s ago 107s 30.3M 3224M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:37:10.151 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (91s) 39s ago 90s 37.8M 3992M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:37:10.151 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (74s) 39s ago 74s 38.2M 3992M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:37:10.151 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (58s) 39s ago 58s 35.8M 3992M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:37:10.151 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (42s) 39s ago 42s 13.6M 3992M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:37:10.151 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (2m) 98s ago 2m 45.8M - 514e6a882f6e 93cd611e1d02 2024-01-27T08:37:10.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:09 smithi191 ceph-mon[37786]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:10.174 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:09 smithi159 ceph-mon[34891]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:10.520 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-27T08:37:11.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:10 smithi191 ceph-mon[37786]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:11.192 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:10 smithi159 ceph-mon[34891]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager ?:9093,9094 1/1 100s ago 4m count:1 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:crash 2/2 100s ago 4m * 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:grafana ?:3000 1/1 100s ago 4m count:1 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:mgr 2/2 100s ago 4m count:2 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:mon 2/2 100s ago 3m smithi159:172.21.15.159=smithi159;smithi191:172.21.15.191=smithi191;count:2 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter ?:9100 2/2 100s ago 4m * 2024-01-27T08:37:11.905 INFO:teuthology.orchestra.run.smithi159.stdout:osd 8 100s ago - 2024-01-27T08:37:11.906 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus ?:9095 1/1 100s ago 4m count:1 2024-01-27T08:37:12.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:11 smithi191 ceph-mon[37786]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:12.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:11 smithi159 ceph-mon[34891]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:12.278 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-27T08:37:13.163 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:12 smithi191 ceph-mon[37786]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:13.163 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:12 smithi191 ceph-mon[37786]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:13.164 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:12 smithi159 ceph-mon[34891]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:13.164 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:12 smithi159 ceph-mon[34891]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:13.686 INFO:teuthology.orchestra.run.smithi159.stdout:HOST ADDR LABELS STATUS 2024-01-27T08:37:13.686 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 172.21.15.159 2024-01-27T08:37:13.686 INFO:teuthology.orchestra.run.smithi159.stdout:smithi191 172.21.15.191 2024-01-27T08:37:13.686 INFO:teuthology.orchestra.run.smithi159.stdout:2 hosts in cluster 2024-01-27T08:37:14.079 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-27T08:37:15.116 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:14 smithi159 ceph-mon[34891]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:15.116 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:14 smithi159 ceph-mon[34891]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:15.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:14 smithi191 ceph-mon[37786]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:15.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:14 smithi191 ceph-mon[37786]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:15.519 INFO:teuthology.orchestra.run.smithi159.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2024-01-27T08:37:15.519 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GH400BGN 400G LVM detected, locked 2024-01-27T08:37:15.519 INFO:teuthology.orchestra.run.smithi159.stdout:smithi191 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303008M400BGN 400G LVM detected, locked 2024-01-27T08:37:15.895 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-27T08:37:15.904 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:15.904 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-27T08:37:15.931 INFO:teuthology.orchestra.run.smithi159.stderr:+ systemctl stop nfs-server 2024-01-27T08:37:15.938 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi191.front.sepia.ceph.com 2024-01-27T08:37:15.938 DEBUG:teuthology.orchestra.run.smithi191:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-27T08:37:15.977 INFO:teuthology.orchestra.run.smithi191.stderr:+ systemctl stop nfs-server 2024-01-27T08:37:15.985 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T08:37:15.995 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:15.995 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-27T08:37:16.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:16 smithi159 ceph-mon[34891]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:16.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:16 smithi159 ceph-mon[34891]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:17.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:16 smithi191 ceph-mon[37786]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:17.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:16 smithi191 ceph-mon[37786]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:18.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:17 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-27T08:37:18.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:17 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-27T08:37:19.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:18 smithi191 ceph-mon[37786]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:19.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:18 smithi191 ceph-mon[37786]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:19.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:18 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-27T08:37:19.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:18 smithi191 ceph-mon[37786]: osdmap e57: 8 total, 8 up, 8 in 2024-01-27T08:37:19.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:18 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-27T08:37:19.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:18 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi159[34868]: 2024-01-27T08:37:18.877+0000 7ff751ef0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-27T08:37:19.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:18 smithi159 ceph-mon[34891]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:19.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:18 smithi159 ceph-mon[34891]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:19.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:18 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-27T08:37:19.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:18 smithi159 ceph-mon[34891]: osdmap e57: 8 total, 8 up, 8 in 2024-01-27T08:37:19.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:18 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-27T08:37:19.295 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-27T08:37:19.311 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-01-27T08:37:19.312 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T08:37:19.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-27T08:37:19.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: osdmap e58: 8 total, 8 up, 8 in 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: osdmap e59: 8 total, 8 up, 8 in 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: fsmap foofs:0 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: Saving service mds.foofs spec with placement count:2 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.wasisx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T08:37:19.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.wasisx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T08:37:19.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:19 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:20.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: osdmap e58: 8 total, 8 up, 8 in 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: osdmap e59: 8 total, 8 up, 8 in 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: fsmap foofs:0 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: Saving service mds.foofs spec with placement count:2 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:20.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:20.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:20.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.wasisx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T08:37:20.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.wasisx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T08:37:20.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:19 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:20.961 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:37:20.961 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T08:32:56.349828Z", "last_refresh": "2024-01-27T08:35:31.805642Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T08:32:52.408487Z", "last_refresh": "2024-01-27T08:35:31.805703Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T08:32:54.484711Z", "last_refresh": "2024-01-27T08:35:31.805763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T08:37:18.905072Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T08:37:18.901686Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T08:32:51.390747Z", "last_refresh": "2024-01-27T08:35:31.805555Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T08:33:25.382142Z", "last_refresh": "2024-01-27T08:35:31.805411Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T08:32:55.363610Z", "last_refresh": "2024-01-27T08:35:31.805821Z", "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": "2024-01-27T08:35:31.805938Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T08:32:53.474930Z", "last_refresh": "2024-01-27T08:35:31.805880Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T08:37:21.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:20 smithi191 ceph-mon[37786]: Deploying daemon mds.foofs.smithi159.wasisx on smithi159 2024-01-27T08:37:21.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:20 smithi191 ceph-mon[37786]: pgmap v154: 65 pgs: 17 creating+peering, 44 unknown, 4 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:21.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:20 smithi191 ceph-mon[37786]: osdmap e60: 8 total, 8 up, 8 in 2024-01-27T08:37:21.170 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:20 smithi159 ceph-mon[34891]: Deploying daemon mds.foofs.smithi159.wasisx on smithi159 2024-01-27T08:37:21.170 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:20 smithi159 ceph-mon[34891]: pgmap v154: 65 pgs: 17 creating+peering, 44 unknown, 4 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:21.170 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:20 smithi159 ceph-mon[34891]: osdmap e60: 8 total, 8 up, 8 in 2024-01-27T08:37:21.395 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-27T08:37:22.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:21 smithi191 ceph-mon[37786]: osdmap e61: 8 total, 8 up, 8 in 2024-01-27T08:37:22.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:21 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:22.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:21 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi191.yikdau", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T08:37:22.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:21 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi191.yikdau", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T08:37:22.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:21 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:22.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:21 smithi159 ceph-mon[34891]: osdmap e61: 8 total, 8 up, 8 in 2024-01-27T08:37:22.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:21 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:22.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:21 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi191.yikdau", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-27T08:37:22.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:21 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi191.yikdau", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-27T08:37:22.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:21 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:22.396 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: pgmap v157: 65 pgs: 3 creating+activating, 17 creating+peering, 17 unknown, 28 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: Deploying daemon mds.foofs.smithi191.yikdau on smithi191 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: mds.? [v2:172.21.15.159:6834/1819684297,v1:172.21.15.159:6835/1819684297] up:boot 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: daemon mds.foofs.smithi159.wasisx assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: Cluster is now healthy 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: fsmap foofs:0 1 up:standby 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.wasisx"}]: dispatch 2024-01-27T08:37:22.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:creating} 2024-01-27T08:37:22.975 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:22 smithi159 ceph-mon[34891]: daemon mds.foofs.smithi159.wasisx is now active in filesystem foofs as rank 0 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: pgmap v157: 65 pgs: 3 creating+activating, 17 creating+peering, 17 unknown, 28 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: Deploying daemon mds.foofs.smithi191.yikdau on smithi191 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: mds.? [v2:172.21.15.159:6834/1819684297,v1:172.21.15.159:6835/1819684297] up:boot 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: daemon mds.foofs.smithi159.wasisx assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: Cluster is now healthy 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: fsmap foofs:0 1 up:standby 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.wasisx"}]: dispatch 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:creating} 2024-01-27T08:37:23.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:22 smithi191 ceph-mon[37786]: daemon mds.foofs.smithi159.wasisx is now active in filesystem foofs as rank 0 2024-01-27T08:37:23.812 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:37:23.812 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T08:32:56.349828Z", "last_refresh": "2024-01-27T08:35:31.805642Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T08:32:52.408487Z", "last_refresh": "2024-01-27T08:35:31.805703Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T08:32:54.484711Z", "last_refresh": "2024-01-27T08:35:31.805763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T08:37:18.905072Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T08:37:18.901686Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T08:32:51.390747Z", "last_refresh": "2024-01-27T08:35:31.805555Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T08:33:25.382142Z", "last_refresh": "2024-01-27T08:35:31.805411Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T08:32:55.363610Z", "last_refresh": "2024-01-27T08:35:31.805821Z", "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": "2024-01-27T08:35:31.805938Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T08:32:53.474930Z", "last_refresh": "2024-01-27T08:35:31.805880Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T08:37:24.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: mds.? [v2:172.21.15.159:6834/1819684297,v1:172.21.15.159:6835/1819684297] up:active 2024-01-27T08:37:24.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:active} 2024-01-27T08:37:24.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:24.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:24.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:24.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:24.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: mds.? [v2:172.21.15.191:6832/981982895,v1:172.21.15.191:6833/981982895] up:boot 2024-01-27T08:37:24.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:active} 1 up:standby 2024-01-27T08:37:24.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:23 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi191.yikdau"}]: dispatch 2024-01-27T08:37:24.245 INFO:tasks.cephadm:mds.foofs has 0/2 2024-01-27T08:37:24.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: mds.? [v2:172.21.15.159:6834/1819684297,v1:172.21.15.159:6835/1819684297] up:active 2024-01-27T08:37:24.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:active} 2024-01-27T08:37:24.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:24.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:24.397 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:24.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:24.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: mds.? [v2:172.21.15.191:6832/981982895,v1:172.21.15.191:6833/981982895] up:boot 2024-01-27T08:37:24.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:active} 1 up:standby 2024-01-27T08:37:24.398 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:23 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi191.yikdau"}]: dispatch 2024-01-27T08:37:25.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:24 smithi191 ceph-mon[37786]: pgmap v158: 65 pgs: 3 creating+activating, 12 creating+peering, 6 unknown, 44 active+clean; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s wr, 2 op/s 2024-01-27T08:37:25.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:24 smithi191 ceph-mon[37786]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:25.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:24 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:25.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:24 smithi159 ceph-mon[34891]: pgmap v158: 65 pgs: 3 creating+activating, 12 creating+peering, 6 unknown, 44 active+clean; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s wr, 2 op/s 2024-01-27T08:37:25.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:24 smithi159 ceph-mon[34891]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:25.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:24 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:25.246 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T08:37:26.974 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:37:26.974 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T08:32:56.349828Z", "last_refresh": "2024-01-27T08:37:26.903772Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T08:32:52.408487Z", "last_refresh": "2024-01-27T08:37:24.723222Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T08:32:54.484711Z", "last_refresh": "2024-01-27T08:37:26.903899Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T08:37:18.905072Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-27T08:37:18.901686Z", "last_refresh": "2024-01-27T08:37:24.723843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T08:32:51.390747Z", "last_refresh": "2024-01-27T08:37:24.723387Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T08:33:25.382142Z", "last_refresh": "2024-01-27T08:37:24.723460Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T08:32:55.363610Z", "last_refresh": "2024-01-27T08:37:24.723540Z", "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": "2024-01-27T08:37:24.723602Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T08:32:53.474930Z", "last_refresh": "2024-01-27T08:37:26.904022Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-27T08:37:27.148 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:26 smithi159 ceph-mon[34891]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 6 op/s 2024-01-27T08:37:27.148 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:26 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:27.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:26 smithi191 ceph-mon[37786]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 6 op/s 2024-01-27T08:37:27.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:26 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:27.353 INFO:tasks.cephadm:mds.foofs has 2/2 2024-01-27T08:37:27.353 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T08:37:27.363 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:27.363 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-01-27T08:37:27.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:27.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:27.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:27.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:27.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:27.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:27 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:28.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:28.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:28.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:28.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:28.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:28.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:27 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:29.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:28 smithi191 ceph-mon[37786]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:29.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:28 smithi191 ceph-mon[37786]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2024-01-27T08:37:29.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:28 smithi159 ceph-mon[34891]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T08:37:29.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:28 smithi159 ceph-mon[34891]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2024-01-27T08:37:30.086 INFO:teuthology.orchestra.run.smithi159.stdout:NFS Cluster Created Successfully 2024-01-27T08:37:30.262 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:30 smithi159 ceph-mon[34891]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:30.262 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:30 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-27T08:37:30.262 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:30 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-27T08:37:30.262 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:30 smithi159 ceph-mon[34891]: osdmap e62: 8 total, 8 up, 8 in 2024-01-27T08:37:30.262 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:30 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-27T08:37:30.263 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:30 smithi159 ceph-mon[34891]: pgmap v162: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2024-01-27T08:37:30.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:30 smithi191 ceph-mon[37786]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:30.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:30 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-27T08:37:30.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:30 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-27T08:37:30.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:30 smithi191 ceph-mon[37786]: osdmap e62: 8 total, 8 up, 8 in 2024-01-27T08:37:30.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:30 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-27T08:37:30.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:30 smithi191 ceph-mon[37786]: pgmap v162: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2024-01-27T08:37:30.464 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-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' 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: osdmap e63: 8 total, 8 up, 8 in 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: Saving service nfs.foo spec with placement count:2 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:31.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: Creating key for client.nfs.foo.0.0.smithi159.kwscpd 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: Rados config object exists: conf-nfs.foo 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: Creating key for client.nfs.foo.0.0.smithi159.kwscpd-rgw 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: Deploying daemon nfs.foo.0.0.smithi159.kwscpd on smithi159 2024-01-27T08:37:31.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:31 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: osdmap e63: 8 total, 8 up, 8 in 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: Saving service nfs.foo spec with placement count:2 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:31.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: Creating key for client.nfs.foo.0.0.smithi159.kwscpd 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: Rados config object exists: conf-nfs.foo 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: Creating key for client.nfs.foo.0.0.smithi159.kwscpd-rgw 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T08:37:31.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.kwscpd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T08:37:31.413 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:31.413 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: Deploying daemon nfs.foo.0.0.smithi159.kwscpd on smithi159 2024-01-27T08:37:31.413 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:31 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:32.150 INFO:teuthology.orchestra.run.smithi159.stderr:Invalid command: Unexpected argument '--clusterid' 2024-01-27T08:37:32.150 INFO:teuthology.orchestra.run.smithi159.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2024-01-27T08:37:32.150 INFO:teuthology.orchestra.run.smithi159.stderr:Error EINVAL: invalid command 2024-01-27T08:37:32.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:32 smithi191 ceph-mon[37786]: osdmap e64: 8 total, 8 up, 8 in 2024-01-27T08:37:32.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:32 smithi191 ceph-mon[37786]: pgmap v165: 97 pgs: 12 creating+peering, 8 unknown, 77 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-01-27T08:37:32.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:32 smithi159 ceph-mon[34891]: osdmap e64: 8 total, 8 up, 8 in 2024-01-27T08:37:32.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:32 smithi159 ceph-mon[34891]: pgmap v165: 97 pgs: 12 creating+peering, 8 unknown, 77 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-01-27T08:37:32.504 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:37:32.504 INFO:teuthology.orchestra.run.smithi159.stdout: "bind": "/fake", 2024-01-27T08:37:32.504 INFO:teuthology.orchestra.run.smithi159.stdout: "fs": "foofs", 2024-01-27T08:37:32.504 INFO:teuthology.orchestra.run.smithi159.stdout: "path": "/", 2024-01-27T08:37:32.504 INFO:teuthology.orchestra.run.smithi159.stdout: "cluster": "foo", 2024-01-27T08:37:32.504 INFO:teuthology.orchestra.run.smithi159.stdout: "mode": "RW" 2024-01-27T08:37:32.504 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:37:32.926 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-01-27T08:37:33.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: mgrmap e20: smithi159.bmcles(active, since 3m), standbys: smithi191.onztue 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: Creating key for client.nfs.foo.1.0.smithi191.eodraw 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 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 2024-01-27T08:37:33.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:33 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 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 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: mgrmap e20: smithi159.bmcles(active, since 3m), standbys: smithi191.onztue 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: Creating key for client.nfs.foo.1.0.smithi191.eodraw 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 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 2024-01-27T08:37:33.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:33 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 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 2024-01-27T08:37:34.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:34 smithi191 ceph-mon[37786]: pgmap v166: 97 pgs: 12 creating+peering, 85 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-01-27T08:37:34.474 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:34 smithi159 ceph-mon[34891]: pgmap v166: 97 pgs: 12 creating+peering, 85 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-01-27T08:37:35.336 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:35 smithi191 ceph-mon[37786]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:35.473 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:35 smithi159 ceph-mon[34891]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:36.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-27T08:37:36.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-27T08:37:36.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: Rados config object exists: conf-nfs.foo 2024-01-27T08:37:36.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: Creating key for client.nfs.foo.1.0.smithi191.eodraw-rgw 2024-01-27T08:37:36.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T08:37:36.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T08:37:36.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:36.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: Deploying daemon nfs.foo.1.0.smithi191.eodraw on smithi191 2024-01-27T08:37:36.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-01-27T08:37:36.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:36 smithi191 ceph-mon[37786]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:36.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-27T08:37:36.475 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: Rados config object exists: conf-nfs.foo 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: Creating key for client.nfs.foo.1.0.smithi191.eodraw-rgw 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi191.eodraw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: Deploying daemon nfs.foo.1.0.smithi191.eodraw on smithi191 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-01-27T08:37:36.476 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:36 smithi159 ceph-mon[34891]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:38.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:37 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:38.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:37 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:38.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:37 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:38.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:37 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:38.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:37 smithi159 ceph-mon[34891]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:38.224 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:37 smithi159 ceph-mon[34891]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-01-27T08:37:38.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:37 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:38.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:37 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:38.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:37 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:38.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:37 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:38.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:37 smithi191 ceph-mon[37786]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:38.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:37 smithi191 ceph-mon[37786]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-01-27T08:37:39.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:39 smithi191 ceph-mon[37786]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:39.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:39 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:39.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:39 smithi159 ceph-mon[34891]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:39.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:39 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:40 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2024-01-27T08:37:40.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:40.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:40.974 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:40 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:41.194 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2024-01-27T08:37:41.591 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-27T08:37:41.601 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:41.601 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-01-27T08:37:41.631 INFO:teuthology.orchestra.run.smithi159.stderr:+ mkdir /mnt/foo 2024-01-27T08:37:41.641 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-01-27T08:37:41.708 INFO:teuthology.orchestra.run.smithi159.stderr:++ hostname 2024-01-27T08:37:41.708 INFO:teuthology.orchestra.run.smithi159.stderr:+ mount -t nfs smithi159:/fake /mnt/foo -o sync 2024-01-27T08:37:42.086 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-01-27T08:37:42.152 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:41 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:42.155 INFO:teuthology.orchestra.run.smithi159.stderr:+ echo test 2024-01-27T08:37:42.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:41 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:42.205 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-01-27T08:37:42.271 INFO:teuthology.orchestra.run.smithi159.stderr:+ sync 2024-01-27T08:37:42.696 INFO:teuthology.run_tasks:Running task parallel... 2024-01-27T08:37:42.727 INFO:teuthology.task.parallel:starting parallel... 2024-01-27T08:37:42.727 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-27T08:37:42.752 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-27T08:37:42.752 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:42.752 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-27T08:37:42.753 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-01-27T08:37:42.753 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-01-27T08:37:42.754 INFO:teuthology.task.exec:Executing custom commands... 2024-01-27T08:37:42.754 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:42.754 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-01-27T08:37:42.818 INFO:teuthology.orchestra.run.smithi159.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-27T08:37:42.818 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:37:42.818 INFO:teuthology.orchestra.run.smithi159.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-01-27T08:37:42.824 INFO:teuthology.orchestra.run.smithi159.stdout:4 of 5 processes prepared for launch 0 sec 2024-01-27T08:37:42.925 INFO:teuthology.orchestra.run.smithi159.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-27T08:37:42.925 INFO:teuthology.orchestra.run.smithi159.stdout:releasing clients 2024-01-27T08:37:42.949 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:42 smithi159 ceph-mon[34891]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:42.949 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:42 smithi159 ceph-mon[34891]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.4 KiB/s wr, 7 op/s 2024-01-27T08:37:43.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:42 smithi191 ceph-mon[37786]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:43.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:42 smithi191 ceph-mon[37786]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.4 KiB/s wr, 7 op/s 2024-01-27T08:37:43.928 INFO:teuthology.orchestra.run.smithi159.stdout: 5 93 21.44 MB/sec warmup 1 sec latency 159.522 ms 2024-01-27T08:37:44.881 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:44 smithi159 ceph-mon[34891]: pgmap v171: 97 pgs: 97 active+clean; 2.2 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 167 KiB/s wr, 32 op/s 2024-01-27T08:37:44.933 INFO:teuthology.orchestra.run.smithi159.stdout: 5 197 19.40 MB/sec warmup 2 sec latency 132.828 ms 2024-01-27T08:37:45.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:44 smithi191 ceph-mon[37786]: pgmap v171: 97 pgs: 97 active+clean; 2.2 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 167 KiB/s wr, 32 op/s 2024-01-27T08:37:45.416 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-27T08:37:45.908 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-01-27T08:37:45.908 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-01-27T08:37:45.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-01-27T08:37:45.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-01-27T08:37:45.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:37:45.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:37:45.933 INFO:teuthology.orchestra.run.smithi159.stdout: 5 303 18.55 MB/sec warmup 3 sec latency 129.566 ms 2024-01-27T08:37:46.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-01-27T08:37:46.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-01-27T08:37:46.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-01-27T08:37:46.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-01-27T08:37:46.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:37:46.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:37:46.936 INFO:teuthology.orchestra.run.smithi159.stdout: 5 420 18.48 MB/sec warmup 4 sec latency 125.322 ms 2024-01-27T08:37:46.962 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:46 smithi159 ceph-mon[34891]: pgmap v172: 97 pgs: 97 active+clean; 23 MiB data, 62 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.9 MiB/s wr, 62 op/s 2024-01-27T08:37:46.962 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2024-01-27T08:37:46.962 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-01-27T08:37:46.962 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-01-27T08:37:46.962 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:46 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-01-27T08:37:46.962 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:46 smithi159 ceph-mon[34891]: osdmap e65: 8 total, 8 up, 8 in 2024-01-27T08:37:47.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:46 smithi191 ceph-mon[37786]: pgmap v172: 97 pgs: 97 active+clean; 23 MiB data, 62 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.9 MiB/s wr, 62 op/s 2024-01-27T08:37:47.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2024-01-27T08:37:47.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-01-27T08:37:47.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-01-27T08:37:47.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:46 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-01-27T08:37:47.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:46 smithi191 ceph-mon[37786]: osdmap e65: 8 total, 8 up, 8 in 2024-01-27T08:37:47.877 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph config set global log_to_journald false --force' 2024-01-27T08:37:47.936 INFO:teuthology.orchestra.run.smithi159.stdout: 5 539 18.34 MB/sec warmup 5 sec latency 125.279 ms 2024-01-27T08:37:48.013 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:47 smithi159 ceph-mon[34891]: osdmap e66: 8 total, 8 up, 8 in 2024-01-27T08:37:48.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:47 smithi191 ceph-mon[37786]: osdmap e66: 8 total, 8 up, 8 in 2024-01-27T08:37:48.940 INFO:teuthology.orchestra.run.smithi159.stdout: 5 718 17.66 MB/sec warmup 6 sec latency 148.659 ms 2024-01-27T08:37:49.050 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:48 smithi159 ceph-mon[34891]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 41 MiB data, 81 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s wr, 129 op/s 2024-01-27T08:37:49.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:48 smithi191 ceph-mon[37786]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 41 MiB data, 81 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s wr, 129 op/s 2024-01-27T08:37:49.940 INFO:teuthology.orchestra.run.smithi159.stdout: 5 1017 15.89 MB/sec warmup 7 sec latency 110.792 ms 2024-01-27T08:37:50.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:50 smithi159 ceph-mon[34891]: pgmap v176: 97 pgs: 1 peering, 96 active+clean; 81 MiB data, 146 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 10 MiB/s wr, 513 op/s 2024-01-27T08:37:50.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:50 smithi191 ceph-mon[37786]: pgmap v176: 97 pgs: 1 peering, 96 active+clean; 81 MiB data, 146 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 10 MiB/s wr, 513 op/s 2024-01-27T08:37:50.411 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph mgr module enable nfs --force' 2024-01-27T08:37:50.941 INFO:teuthology.orchestra.run.smithi159.stdout: 5 1513 15.92 MB/sec warmup 8 sec latency 104.455 ms 2024-01-27T08:37:51.941 INFO:teuthology.orchestra.run.smithi159.stdout: 5 2190 15.04 MB/sec warmup 9 sec latency 86.876 ms 2024-01-27T08:37:52.948 INFO:teuthology.orchestra.run.smithi159.stdout: 5 2686 15.07 MB/sec warmup 10 sec latency 138.572 ms 2024-01-27T08:37:53.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:52 smithi159 ceph-mon[34891]: pgmap v177: 97 pgs: 97 active+clean; 107 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 14 MiB/s wr, 562 op/s 2024-01-27T08:37:53.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:52 smithi191 ceph-mon[37786]: pgmap v177: 97 pgs: 97 active+clean; 107 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 14 MiB/s wr, 562 op/s 2024-01-27T08:37:53.903 INFO:teuthology.orchestra.run.smithi159.stderr:module 'nfs' is already enabled 2024-01-27T08:37:53.948 INFO:teuthology.orchestra.run.smithi159.stdout: 5 3143 15.54 MB/sec warmup 11 sec latency 126.552 ms 2024-01-27T08:37:53.976 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:53 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3692596948' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2024-01-27T08:37:54.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:53 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3692596948' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2024-01-27T08:37:54.518 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-27T08:37:54.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:54 smithi159 ceph-mon[34891]: pgmap v178: 97 pgs: 97 active+clean; 109 MiB data, 165 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 12 MiB/s wr, 541 op/s 2024-01-27T08:37:54.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:54 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3692596948' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2024-01-27T08:37:54.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:54 smithi159 ceph-mon[34891]: mgrmap e21: smithi159.bmcles(active, since 4m), standbys: smithi191.onztue 2024-01-27T08:37:54.948 INFO:teuthology.orchestra.run.smithi159.stdout: 5 3511 15.45 MB/sec warmup 12 sec latency 123.644 ms 2024-01-27T08:37:55.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:54 smithi191 ceph-mon[37786]: pgmap v178: 97 pgs: 97 active+clean; 109 MiB data, 165 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 12 MiB/s wr, 541 op/s 2024-01-27T08:37:55.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:54 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3692596948' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2024-01-27T08:37:55.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:54 smithi191 ceph-mon[37786]: mgrmap e21: smithi159.bmcles(active, since 4m), standbys: smithi191.onztue 2024-01-27T08:37:55.949 INFO:teuthology.orchestra.run.smithi159.stdout: 5 3803 15.14 MB/sec warmup 13 sec latency 137.985 ms 2024-01-27T08:37:56.838 INFO:teuthology.orchestra.run.smithi159.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d 2024-01-27T08:37:56.926 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:56 smithi159 ceph-mon[34891]: pgmap v179: 97 pgs: 97 active+clean; 126 MiB data, 202 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 12 MiB/s wr, 729 op/s 2024-01-27T08:37:56.926 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:56.926 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:56.927 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:56.927 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:56.927 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:56 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:56.950 INFO:teuthology.orchestra.run.smithi159.stdout: 5 4085 14.33 MB/sec warmup 14 sec latency 130.006 ms 2024-01-27T08:37:57.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:56 smithi191 ceph-mon[37786]: pgmap v179: 97 pgs: 97 active+clean; 126 MiB data, 202 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 12 MiB/s wr, 729 op/s 2024-01-27T08:37:57.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:57.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:37:57.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:37:57.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:37:57.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:56 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:57.598 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-01-27T08:37:57.599 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:37:57.599 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- 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' 2024-01-27T08:37:57.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:57 smithi159 ceph-mon[34891]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:57.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:57 smithi159 ceph-mon[34891]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d 2024-01-27T08:37:57.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:57 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:57.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:57 smithi159 ceph-mon[34891]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d 2024-01-27T08:37:57.956 INFO:teuthology.orchestra.run.smithi159.stdout: 5 4524 13.90 MB/sec warmup 15 sec latency 126.851 ms 2024-01-27T08:37:58.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:57 smithi191 ceph-mon[37786]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:37:58.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:57 smithi191 ceph-mon[37786]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d 2024-01-27T08:37:58.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:57 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:37:58.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:57 smithi191 ceph-mon[37786]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d 2024-01-27T08:37:58.956 INFO:teuthology.orchestra.run.smithi159.stdout: 5 4887 13.46 MB/sec warmup 16 sec latency 99.865 ms 2024-01-27T08:37:58.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:37:58 smithi159 ceph-mon[34891]: pgmap v180: 97 pgs: 97 active+clean; 127 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 11 MiB/s wr, 660 op/s 2024-01-27T08:37:59.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:37:58 smithi191 ceph-mon[37786]: pgmap v180: 97 pgs: 97 active+clean; 127 MiB data, 220 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 11 MiB/s wr, 660 op/s 2024-01-27T08:37:59.957 INFO:teuthology.orchestra.run.smithi159.stdout: 5 5216 13.15 MB/sec warmup 17 sec latency 114.624 ms 2024-01-27T08:37:59.976 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:38:00.251 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:00 smithi159 ceph-mon[34891]: pgmap v181: 97 pgs: 97 active+clean; 133 MiB data, 259 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 10 MiB/s wr, 720 op/s 2024-01-27T08:38:00.251 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:00 smithi159 ceph-mon[34891]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:00.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:00 smithi191 ceph-mon[37786]: pgmap v181: 97 pgs: 97 active+clean; 133 MiB data, 259 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 10 MiB/s wr, 720 op/s 2024-01-27T08:38:00.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:00 smithi191 ceph-mon[37786]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:00.894 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:38:00.894 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 running (3m) 20s ago 4m 24.7M - ba2b418f427c b443fd992088 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (4m) 20s ago 4m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (4m) 22s ago 4m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 running (3m) 20s ago 4m 48.9M - 8.3.5 dad864ee21e9 69264695d59f 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (39s) 20s ago 39s 14.0M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (37s) 22s ago 37s 13.2M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (5m) 20s ago 5m 477M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (4m) 22s ago 4m 419M - 17.2.0 e1d6a67b021e 03731874f54f 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (5m) 20s ago 5m 77.9M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (4m) 22s ago 4m 63.8M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (28s) 20s ago 28s 52.2M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (24s) 22s ago 23s 51.6M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 running (4m) 20s ago 4m 24.7M - 1dbe0e931976 6ca52a1fea99 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (3m) 22s ago 3m 22.7M - 1dbe0e931976 063813a66b49 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (3m) 20s ago 3m 55.4M 3224M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:38:00.895 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (3m) 20s ago 3m 57.3M 3224M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:38:00.896 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (2m) 20s ago 2m 50.0M 3224M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:38:00.896 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (2m) 20s ago 2m 50.0M 3224M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:38:00.896 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (2m) 22s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:38:00.896 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (2m) 22s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:38:00.896 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (109s) 22s ago 109s 49.0M 3992M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:38:00.896 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (93s) 22s ago 92s 50.1M 3992M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:38:00.896 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (3m) 20s ago 3m 59.8M - 514e6a882f6e 93cd611e1d02 2024-01-27T08:38:00.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 5563 12.72 MB/sec warmup 18 sec latency 105.879 ms 2024-01-27T08:38:01.277 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:01 smithi159 ceph-mon[34891]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:01.277 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:01 smithi159 ceph-mon[34891]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:01.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:01 smithi191 ceph-mon[37786]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:01.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:01 smithi191 ceph-mon[37786]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:01.423 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:38:01.423 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:38:01.423 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:38:01.424 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:38:01.869 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:38:01.869 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d", 2024-01-27T08:38:01.869 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:38:01.869 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:38:01.869 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "", 2024-01-27T08:38:01.869 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:994126d01a889b75062bb3ee87e6fbcc61a5f31d image" 2024-01-27T08:38:01.869 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:38:01.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 5852 12.43 MB/sec warmup 19 sec latency 96.520 ms 2024-01-27T08:38:02.303 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:02 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4204169124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:38:02.303 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:02 smithi159 ceph-mon[34891]: pgmap v182: 97 pgs: 97 active+clean; 132 MiB data, 273 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 7.4 MiB/s wr, 537 op/s 2024-01-27T08:38:02.303 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:02 smithi159 ceph-mon[34891]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:02.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:02 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/4204169124' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:38:02.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:02 smithi191 ceph-mon[37786]: pgmap v182: 97 pgs: 97 active+clean; 132 MiB data, 273 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 7.4 MiB/s wr, 537 op/s 2024-01-27T08:38:02.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:02 smithi191 ceph-mon[37786]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:02.429 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:38:02.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 6186 12.32 MB/sec warmup 20 sec latency 198.120 ms 2024-01-27T08:38:03.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:03 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1469794136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:38:03.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:03 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1469794136' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:38:03.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 6591 12.54 MB/sec warmup 21 sec latency 124.359 ms 2024-01-27T08:38:04.097 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:04 smithi159 ceph-mon[34891]: pgmap v183: 97 pgs: 97 active+clean; 131 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2024-01-27T08:38:04.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:04 smithi191 ceph-mon[37786]: pgmap v183: 97 pgs: 97 active+clean; 131 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2024-01-27T08:38:04.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 6882 12.42 MB/sec warmup 22 sec latency 130.879 ms 2024-01-27T08:38:05.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 7224 12.47 MB/sec warmup 23 sec latency 121.452 ms 2024-01-27T08:38:06.886 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:06 smithi159 ceph-mon[34891]: pgmap v184: 97 pgs: 97 active+clean; 135 MiB data, 314 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 625 op/s 2024-01-27T08:38:06.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 7500 12.12 MB/sec warmup 24 sec latency 119.711 ms 2024-01-27T08:38:07.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:06 smithi191 ceph-mon[37786]: pgmap v184: 97 pgs: 97 active+clean; 135 MiB data, 314 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 625 op/s 2024-01-27T08:38:07.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 7768 11.87 MB/sec warmup 25 sec latency 137.801 ms 2024-01-27T08:38:08.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:08 smithi159 ceph-mon[34891]: pgmap v185: 97 pgs: 97 active+clean; 137 MiB data, 319 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 397 op/s 2024-01-27T08:38:08.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 8044 11.72 MB/sec warmup 26 sec latency 120.277 ms 2024-01-27T08:38:09.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:08 smithi191 ceph-mon[37786]: pgmap v185: 97 pgs: 97 active+clean; 137 MiB data, 319 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 397 op/s 2024-01-27T08:38:09.959 INFO:teuthology.orchestra.run.smithi159.stdout: 5 8348 11.55 MB/sec warmup 27 sec latency 118.583 ms 2024-01-27T08:38:10.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:10 smithi159 ceph-mon[34891]: pgmap v186: 97 pgs: 97 active+clean; 144 MiB data, 341 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2024-01-27T08:38:10.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:10 smithi191 ceph-mon[37786]: pgmap v186: 97 pgs: 97 active+clean; 144 MiB data, 341 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2024-01-27T08:38:10.960 INFO:teuthology.orchestra.run.smithi159.stdout: 5 8692 11.25 MB/sec warmup 28 sec latency 126.596 ms 2024-01-27T08:38:11.960 INFO:teuthology.orchestra.run.smithi159.stdout: 5 8972 11.12 MB/sec warmup 29 sec latency 126.974 ms 2024-01-27T08:38:12.967 INFO:teuthology.orchestra.run.smithi159.stdout: 5 9188 10.96 MB/sec warmup 30 sec latency 122.719 ms 2024-01-27T08:38:13.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:12 smithi159 ceph-mon[34891]: pgmap v187: 97 pgs: 97 active+clean; 143 MiB data, 374 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 4.6 MiB/s wr, 429 op/s 2024-01-27T08:38:13.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:12 smithi191 ceph-mon[37786]: pgmap v187: 97 pgs: 97 active+clean; 143 MiB data, 374 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 4.6 MiB/s wr, 429 op/s 2024-01-27T08:38:13.971 INFO:teuthology.orchestra.run.smithi159.stdout: 5 9406 10.88 MB/sec warmup 31 sec latency 134.133 ms 2024-01-27T08:38:14.972 INFO:teuthology.orchestra.run.smithi159.stdout: 5 9786 10.85 MB/sec warmup 32 sec latency 115.042 ms 2024-01-27T08:38:15.138 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:14 smithi159 ceph-mon[34891]: pgmap v188: 97 pgs: 97 active+clean; 141 MiB data, 377 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 371 op/s 2024-01-27T08:38:15.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:14 smithi191 ceph-mon[37786]: pgmap v188: 97 pgs: 97 active+clean; 141 MiB data, 377 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 371 op/s 2024-01-27T08:38:15.989 INFO:teuthology.orchestra.run.smithi159.stdout: 5 10164 10.91 MB/sec warmup 33 sec latency 120.995 ms 2024-01-27T08:38:16.926 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:16 smithi159 ceph-mon[34891]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2024-01-27T08:38:16.990 INFO:teuthology.orchestra.run.smithi159.stdout: 5 10410 10.77 MB/sec warmup 34 sec latency 160.371 ms 2024-01-27T08:38:17.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:16 smithi191 ceph-mon[37786]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2024-01-27T08:38:17.990 INFO:teuthology.orchestra.run.smithi159.stdout: 5 10719 10.78 MB/sec warmup 35 sec latency 178.148 ms 2024-01-27T08:38:18.963 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:18 smithi159 ceph-mon[34891]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 422 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2024-01-27T08:38:18.990 INFO:teuthology.orchestra.run.smithi159.stdout: 5 11072 10.73 MB/sec warmup 36 sec latency 214.194 ms 2024-01-27T08:38:19.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:18 smithi191 ceph-mon[37786]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 422 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2024-01-27T08:38:19.991 INFO:teuthology.orchestra.run.smithi159.stdout: 5 11337 10.60 MB/sec warmup 37 sec latency 126.442 ms 2024-01-27T08:38:20.272 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:20 smithi159 ceph-mon[34891]: pgmap v191: 97 pgs: 97 active+clean; 147 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2024-01-27T08:38:20.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:20 smithi191 ceph-mon[37786]: pgmap v191: 97 pgs: 97 active+clean; 147 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2024-01-27T08:38:20.996 INFO:teuthology.orchestra.run.smithi159.stdout: 5 11638 10.53 MB/sec warmup 38 sec latency 135.042 ms 2024-01-27T08:38:22.000 INFO:teuthology.orchestra.run.smithi159.stdout: 5 11891 10.46 MB/sec warmup 39 sec latency 135.790 ms 2024-01-27T08:38:23.001 INFO:teuthology.orchestra.run.smithi159.stdout: 5 12106 10.24 MB/sec warmup 40 sec latency 126.065 ms 2024-01-27T08:38:23.067 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:22 smithi159 ceph-mon[34891]: pgmap v192: 97 pgs: 97 active+clean; 156 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2024-01-27T08:38:23.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:22 smithi191 ceph-mon[37786]: pgmap v192: 97 pgs: 97 active+clean; 156 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2024-01-27T08:38:24.001 INFO:teuthology.orchestra.run.smithi159.stdout: 5 12443 10.18 MB/sec warmup 41 sec latency 133.161 ms 2024-01-27T08:38:25.001 INFO:teuthology.orchestra.run.smithi159.stdout: 5 12714 10.11 MB/sec warmup 42 sec latency 183.275 ms 2024-01-27T08:38:25.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:24 smithi159 ceph-mon[34891]: pgmap v193: 97 pgs: 97 active+clean; 156 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 418 op/s 2024-01-27T08:38:25.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:24 smithi191 ceph-mon[37786]: pgmap v193: 97 pgs: 97 active+clean; 156 MiB data, 456 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 418 op/s 2024-01-27T08:38:26.011 INFO:teuthology.orchestra.run.smithi159.stdout: 5 12965 10.07 MB/sec warmup 43 sec latency 126.501 ms 2024-01-27T08:38:27.012 INFO:teuthology.orchestra.run.smithi159.stdout: 5 13257 9.99 MB/sec warmup 44 sec latency 135.716 ms 2024-01-27T08:38:27.158 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:26 smithi159 ceph-mon[34891]: pgmap v194: 97 pgs: 97 active+clean; 154 MiB data, 483 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2024-01-27T08:38:27.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:26 smithi191 ceph-mon[37786]: pgmap v194: 97 pgs: 97 active+clean; 154 MiB data, 483 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2024-01-27T08:38:28.012 INFO:teuthology.orchestra.run.smithi159.stdout: 5 13554 9.94 MB/sec warmup 45 sec latency 131.541 ms 2024-01-27T08:38:29.012 INFO:teuthology.orchestra.run.smithi159.stdout: 5 13825 9.91 MB/sec warmup 46 sec latency 132.173 ms 2024-01-27T08:38:29.212 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:28 smithi159 ceph-mon[34891]: pgmap v195: 97 pgs: 97 active+clean; 153 MiB data, 500 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2024-01-27T08:38:29.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:28 smithi191 ceph-mon[37786]: pgmap v195: 97 pgs: 97 active+clean; 153 MiB data, 500 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2024-01-27T08:38:30.012 INFO:teuthology.orchestra.run.smithi159.stdout: 5 14092 9.91 MB/sec warmup 47 sec latency 127.206 ms 2024-01-27T08:38:30.223 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:30 smithi159 ceph-mon[34891]: pgmap v196: 97 pgs: 97 active+clean; 157 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 395 op/s 2024-01-27T08:38:30.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:30 smithi191 ceph-mon[37786]: pgmap v196: 97 pgs: 97 active+clean; 157 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 395 op/s 2024-01-27T08:38:31.012 INFO:teuthology.orchestra.run.smithi159.stdout: 5 14593 10.04 MB/sec warmup 48 sec latency 132.005 ms 2024-01-27T08:38:32.012 INFO:teuthology.orchestra.run.smithi159.stdout: 5 15037 10.06 MB/sec warmup 49 sec latency 131.852 ms 2024-01-27T08:38:32.861 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:38:33.012 INFO:teuthology.orchestra.run.smithi159.stdout: 5 15275 9.90 MB/sec warmup 50 sec latency 120.639 ms 2024-01-27T08:38:33.041 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:32 smithi159 ceph-mon[34891]: pgmap v197: 97 pgs: 97 active+clean; 166 MiB data, 529 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 550 op/s 2024-01-27T08:38:33.041 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:38:33.041 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:38:33.041 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:32 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:38:33.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:32 smithi191 ceph-mon[37786]: pgmap v197: 97 pgs: 97 active+clean; 166 MiB data, 529 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 550 op/s 2024-01-27T08:38:33.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:38:33.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:38:33.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:32 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:38:33.684 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:38:33.684 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 running (4m) 53s ago 5m 24.7M - ba2b418f427c b443fd992088 2024-01-27T08:38:33.684 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (5m) 53s ago 5m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (4m) 55s ago 4m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 running (4m) 53s ago 4m 48.9M - 8.3.5 dad864ee21e9 69264695d59f 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (72s) 53s ago 71s 14.0M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (70s) 55s ago 70s 13.2M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (6m) 53s ago 6m 477M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (4m) 55s ago 4m 419M - 17.2.0 e1d6a67b021e 03731874f54f 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (6m) 53s ago 6m 77.9M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (4m) 55s ago 4m 63.8M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (61s) 53s ago 61s 52.2M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (57s) 55s ago 56s 51.6M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 running (4m) 53s ago 4m 24.7M - 1dbe0e931976 6ca52a1fea99 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (4m) 55s ago 4m 22.7M - 1dbe0e931976 063813a66b49 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (4m) 53s ago 4m 55.4M 3224M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (3m) 53s ago 3m 57.3M 3224M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:38:33.685 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (3m) 53s ago 3m 50.0M 3224M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:38:33.686 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (3m) 53s ago 3m 50.0M 3224M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:38:33.686 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (2m) 55s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:38:33.686 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (2m) 55s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:38:33.686 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (2m) 55s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:38:33.686 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (2m) 55s ago 2m 50.1M 3992M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:38:33.686 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (4m) 53s ago 4m 59.8M - 514e6a882f6e 93cd611e1d02 2024-01-27T08:38:34.015 INFO:teuthology.orchestra.run.smithi159.stdout: 5 15534 9.85 MB/sec warmup 51 sec latency 173.712 ms 2024-01-27T08:38:34.088 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:33 smithi159 ceph-mon[34891]: Upgrade: Target is version 19.0.0-925-g994126d0 (unknown) 2024-01-27T08:38:34.089 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:33 smithi159 ceph-mon[34891]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b'] 2024-01-27T08:38:34.089 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:33 smithi159 ceph-mon[34891]: Upgrade: Need to upgrade myself (mgr.smithi159.bmcles) 2024-01-27T08:38:34.089 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:33 smithi159 ceph-mon[34891]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b on smithi191 2024-01-27T08:38:34.089 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:33 smithi159 ceph-mon[34891]: from='client.24415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:34.177 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:38:34.177 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:38:34.177 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:38:34.178 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2024-01-27T08:38:34.179 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:38:34.179 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:38:34.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:33 smithi191 ceph-mon[37786]: Upgrade: Target is version 19.0.0-925-g994126d0 (unknown) 2024-01-27T08:38:34.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:33 smithi191 ceph-mon[37786]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b'] 2024-01-27T08:38:34.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:33 smithi191 ceph-mon[37786]: Upgrade: Need to upgrade myself (mgr.smithi159.bmcles) 2024-01-27T08:38:34.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:33 smithi191 ceph-mon[37786]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b on smithi191 2024-01-27T08:38:34.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:33 smithi191 ceph-mon[37786]: from='client.24415 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:34.562 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:38:34.609 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:38:34.609 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:38:34.609 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:38:34.609 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "0/23 daemons upgraded", 2024-01-27T08:38:34.609 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b image on host smithi191" 2024-01-27T08:38:34.609 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:38:35.015 INFO:teuthology.orchestra.run.smithi159.stdout: 5 15833 9.87 MB/sec warmup 52 sec latency 141.180 ms 2024-01-27T08:38:35.083 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:38:35.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:34 smithi159 ceph-mon[34891]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:35.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:34 smithi159 ceph-mon[34891]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:35.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:34 smithi159 ceph-mon[34891]: pgmap v198: 97 pgs: 97 active+clean; 167 MiB data, 530 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2024-01-27T08:38:35.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:34 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3540181280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:38:35.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:34 smithi191 ceph-mon[37786]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:35.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:34 smithi191 ceph-mon[37786]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:35.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:34 smithi191 ceph-mon[37786]: pgmap v198: 97 pgs: 97 active+clean; 167 MiB data, 530 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 380 op/s 2024-01-27T08:38:35.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:34 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3540181280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:38:36.015 INFO:teuthology.orchestra.run.smithi159.stdout: 5 16105 9.78 MB/sec warmup 53 sec latency 120.301 ms 2024-01-27T08:38:36.141 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:35 smithi159 ceph-mon[34891]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:36.141 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:35 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2591750484' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:38:36.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:35 smithi191 ceph-mon[37786]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:38:36.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:35 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2591750484' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:38:37.015 INFO:teuthology.orchestra.run.smithi159.stdout: 5 16594 9.78 MB/sec warmup 54 sec latency 123.847 ms 2024-01-27T08:38:37.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:36 smithi159 ceph-mon[34891]: pgmap v199: 97 pgs: 97 active+clean; 168 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 462 op/s 2024-01-27T08:38:37.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:36 smithi191 ceph-mon[37786]: pgmap v199: 97 pgs: 97 active+clean; 168 MiB data, 569 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 462 op/s 2024-01-27T08:38:38.024 INFO:teuthology.orchestra.run.smithi159.stdout: 5 16869 9.77 MB/sec warmup 55 sec latency 126.413 ms 2024-01-27T08:38:39.030 INFO:teuthology.orchestra.run.smithi159.stdout: 5 17355 9.83 MB/sec warmup 56 sec latency 138.642 ms 2024-01-27T08:38:39.095 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:38 smithi159 ceph-mon[34891]: pgmap v200: 97 pgs: 97 active+clean; 168 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2024-01-27T08:38:39.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:38 smithi191 ceph-mon[37786]: pgmap v200: 97 pgs: 97 active+clean; 168 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2024-01-27T08:38:40.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 17754 9.91 MB/sec warmup 57 sec latency 145.723 ms 2024-01-27T08:38:40.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:40 smithi159 ceph-mon[34891]: pgmap v201: 97 pgs: 97 active+clean; 170 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2024-01-27T08:38:40.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:40 smithi191 ceph-mon[37786]: pgmap v201: 97 pgs: 97 active+clean; 170 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2024-01-27T08:38:41.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 18020 9.90 MB/sec warmup 58 sec latency 127.002 ms 2024-01-27T08:38:42.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 18318 9.84 MB/sec warmup 59 sec latency 132.731 ms 2024-01-27T08:38:43.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 18694 9.81 MB/sec warmup 60 sec latency 123.998 ms 2024-01-27T08:38:43.152 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:42 smithi159 ceph-mon[34891]: pgmap v202: 97 pgs: 97 active+clean; 175 MiB data, 642 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2024-01-27T08:38:43.412 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:42 smithi191 ceph-mon[37786]: pgmap v202: 97 pgs: 97 active+clean; 175 MiB data, 642 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2024-01-27T08:38:44.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 19171 9.92 MB/sec warmup 61 sec latency 121.710 ms 2024-01-27T08:38:45.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 19676 9.93 MB/sec warmup 62 sec latency 130.052 ms 2024-01-27T08:38:45.188 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:44 smithi159 ceph-mon[34891]: pgmap v203: 97 pgs: 97 active+clean; 178 MiB data, 647 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 412 op/s 2024-01-27T08:38:45.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:44 smithi191 ceph-mon[37786]: pgmap v203: 97 pgs: 97 active+clean; 178 MiB data, 647 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 412 op/s 2024-01-27T08:38:45.952 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:38:45.952 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:45 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:38:46.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 20105 9.86 MB/sec warmup 63 sec latency 108.447 ms 2024-01-27T08:38:46.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:38:46.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:45 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.bmcles/trash_purge_schedule"}]: dispatch 2024-01-27T08:38:46.969 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:46 smithi159 ceph-mon[34891]: pgmap v204: 97 pgs: 97 active+clean; 181 MiB data, 671 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 466 op/s 2024-01-27T08:38:47.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 20492 9.90 MB/sec warmup 64 sec latency 127.496 ms 2024-01-27T08:38:47.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:46 smithi191 ceph-mon[37786]: pgmap v204: 97 pgs: 97 active+clean; 181 MiB data, 671 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 466 op/s 2024-01-27T08:38:48.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 20935 9.99 MB/sec warmup 65 sec latency 123.860 ms 2024-01-27T08:38:49.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 21273 9.99 MB/sec warmup 66 sec latency 126.919 ms 2024-01-27T08:38:49.048 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:48 smithi159 ceph-mon[34891]: pgmap v205: 97 pgs: 97 active+clean; 186 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2024-01-27T08:38:49.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:48 smithi191 ceph-mon[37786]: pgmap v205: 97 pgs: 97 active+clean; 186 MiB data, 687 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2024-01-27T08:38:50.038 INFO:teuthology.orchestra.run.smithi159.stdout: 5 21637 9.98 MB/sec warmup 67 sec latency 183.533 ms 2024-01-27T08:38:50.350 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:50 smithi159 ceph-mon[34891]: pgmap v206: 97 pgs: 97 active+clean; 187 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.5 MiB/s wr, 506 op/s 2024-01-27T08:38:50.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:50 smithi191 ceph-mon[37786]: pgmap v206: 97 pgs: 97 active+clean; 187 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.5 MiB/s wr, 506 op/s 2024-01-27T08:38:51.038 INFO:teuthology.orchestra.run.smithi159.stdout: 5 21924 9.95 MB/sec warmup 68 sec latency 123.390 ms 2024-01-27T08:38:52.038 INFO:teuthology.orchestra.run.smithi159.stdout: 5 22267 9.89 MB/sec warmup 69 sec latency 130.859 ms 2024-01-27T08:38:53.044 INFO:teuthology.orchestra.run.smithi159.stdout: 5 22678 9.93 MB/sec warmup 70 sec latency 131.818 ms 2024-01-27T08:38:53.136 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:52 smithi159 ceph-mon[34891]: pgmap v207: 97 pgs: 97 active+clean; 187 MiB data, 731 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2024-01-27T08:38:53.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:52 smithi191 ceph-mon[37786]: pgmap v207: 97 pgs: 97 active+clean; 187 MiB data, 731 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2024-01-27T08:38:54.044 INFO:teuthology.orchestra.run.smithi159.stdout: 5 22927 9.90 MB/sec warmup 71 sec latency 144.359 ms 2024-01-27T08:38:55.044 INFO:teuthology.orchestra.run.smithi159.stdout: 5 23242 9.85 MB/sec warmup 72 sec latency 135.449 ms 2024-01-27T08:38:55.168 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:54 smithi159 ceph-mon[34891]: pgmap v208: 97 pgs: 97 active+clean; 188 MiB data, 743 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 463 op/s 2024-01-27T08:38:55.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:54 smithi191 ceph-mon[37786]: pgmap v208: 97 pgs: 97 active+clean; 188 MiB data, 743 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 463 op/s 2024-01-27T08:38:56.044 INFO:teuthology.orchestra.run.smithi159.stdout: 5 23571 9.81 MB/sec warmup 73 sec latency 134.624 ms 2024-01-27T08:38:56.973 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:56 smithi159 ceph-mon[34891]: pgmap v209: 97 pgs: 97 active+clean; 197 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 612 op/s 2024-01-27T08:38:57.044 INFO:teuthology.orchestra.run.smithi159.stdout: 5 23858 9.78 MB/sec warmup 74 sec latency 126.802 ms 2024-01-27T08:38:57.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:56 smithi191 ceph-mon[37786]: pgmap v209: 97 pgs: 97 active+clean; 197 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 612 op/s 2024-01-27T08:38:58.050 INFO:teuthology.orchestra.run.smithi159.stdout: 5 24242 9.83 MB/sec warmup 75 sec latency 130.025 ms 2024-01-27T08:38:59.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:38:58 smithi159 ceph-mon[34891]: pgmap v210: 97 pgs: 97 active+clean; 193 MiB data, 802 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 559 op/s 2024-01-27T08:38:59.049 INFO:teuthology.orchestra.run.smithi159.stdout: 5 24815 9.93 MB/sec warmup 76 sec latency 130.253 ms 2024-01-27T08:38:59.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:38:58 smithi191 ceph-mon[37786]: pgmap v210: 97 pgs: 97 active+clean; 193 MiB data, 802 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 559 op/s 2024-01-27T08:39:00.048 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:00 smithi159 ceph-mon[34891]: pgmap v211: 97 pgs: 97 active+clean; 196 MiB data, 814 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 465 op/s 2024-01-27T08:39:00.049 INFO:teuthology.orchestra.run.smithi159.stdout: 5 25226 9.95 MB/sec warmup 77 sec latency 133.097 ms 2024-01-27T08:39:00.288 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:00 smithi191 ceph-mon[37786]: pgmap v211: 97 pgs: 97 active+clean; 196 MiB data, 814 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 465 op/s 2024-01-27T08:39:01.050 INFO:teuthology.orchestra.run.smithi159.stdout: 5 25698 9.94 MB/sec warmup 78 sec latency 137.424 ms 2024-01-27T08:39:01.844 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:01 smithi159 ceph-mon[34891]: Upgrade: Updating mgr.smithi191.onztue 2024-01-27T08:39:01.844 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:01.844 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:39:01.844 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:39:01.845 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:01 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:39:01.845 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:01 smithi159 ceph-mon[34891]: Deploying daemon mgr.smithi191.onztue on smithi191 2024-01-27T08:39:01.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:01 smithi191 ceph-mon[37786]: Upgrade: Updating mgr.smithi191.onztue 2024-01-27T08:39:01.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:01.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.onztue", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:39:01.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:39:01.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:01 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:39:01.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:01 smithi191 ceph-mon[37786]: Deploying daemon mgr.smithi191.onztue on smithi191 2024-01-27T08:39:02.050 INFO:teuthology.orchestra.run.smithi159.stdout: 5 26130 10.01 MB/sec warmup 79 sec latency 140.718 ms 2024-01-27T08:39:02.853 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:02 smithi159 ceph-mon[34891]: pgmap v212: 97 pgs: 97 active+clean; 201 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.4 MiB/s wr, 500 op/s 2024-01-27T08:39:02.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:02 smithi191 ceph-mon[37786]: pgmap v212: 97 pgs: 97 active+clean; 201 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.4 MiB/s wr, 500 op/s 2024-01-27T08:39:03.050 INFO:teuthology.orchestra.run.smithi159.stdout: 5 26591 9.98 MB/sec warmup 80 sec latency 207.690 ms 2024-01-27T08:39:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:03 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:03 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:03 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:39:03.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:03 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:39:04.055 INFO:teuthology.orchestra.run.smithi159.stdout: 5 27051 10.01 MB/sec warmup 81 sec latency 126.581 ms 2024-01-27T08:39:04.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:03 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:04.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:03 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:04.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:03 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:39:04.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:03 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:39:04.896 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:04 smithi159 ceph-mon[34891]: pgmap v213: 97 pgs: 97 active+clean; 209 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 573 op/s 2024-01-27T08:39:05.055 INFO:teuthology.orchestra.run.smithi159.stdout: 5 27483 10.04 MB/sec warmup 82 sec latency 126.904 ms 2024-01-27T08:39:05.093 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:04 smithi191 ceph-mon[37786]: pgmap v213: 97 pgs: 97 active+clean; 209 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 573 op/s 2024-01-27T08:39:05.511 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:39:06.055 INFO:teuthology.orchestra.run.smithi159.stdout: 5 27837 10.04 MB/sec warmup 83 sec latency 126.286 ms 2024-01-27T08:39:06.264 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:06 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:06.264 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:06 smithi191 ceph-mon[37786]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:06.264 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:06 smithi191 ceph-mon[37786]: pgmap v214: 97 pgs: 97 active+clean; 210 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 667 op/s 2024-01-27T08:39:06.265 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:06 smithi191 ceph-mon[37786]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:06.265 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:06 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:06.355 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:39:06.355 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 running (4m) 86s ago 5m 24.7M - ba2b418f427c b443fd992088 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (5m) 86s ago 5m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (5m) 1s ago 5m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 running (4m) 86s ago 5m 48.9M - 8.3.5 dad864ee21e9 69264695d59f 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (104s) 86s ago 104s 14.0M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (103s) 1s ago 102s 13.6M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (6m) 86s ago 6m 477M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (3s) 1s ago 5m 45.5M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (6m) 86s ago 6m 77.9M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (5m) 1s ago 5m 56.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (94s) 86s ago 94s 52.2M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (89s) 1s ago 89s 75.6M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 running (5m) 86s ago 5m 24.7M - 1dbe0e931976 6ca52a1fea99 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (5m) 1s ago 5m 25.9M - 1dbe0e931976 063813a66b49 2024-01-27T08:39:06.356 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (4m) 86s ago 4m 55.4M 3224M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (4m) 86s ago 4m 57.3M 3224M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (4m) 86s ago 4m 50.0M 3224M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (3m) 86s ago 3m 50.0M 3224M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (3m) 1s ago 3m 422M 3992M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (3m) 1s ago 3m 424M 3992M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (2m) 1s ago 2m 405M 3992M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (2m) 1s ago 2m 707M 3992M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:39:06.357 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (4m) 86s ago 4m 59.8M - 514e6a882f6e 93cd611e1d02 2024-01-27T08:39:06.442 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:06 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:06.442 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:06 smithi159 ceph-mon[34891]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:06.442 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:06 smithi159 ceph-mon[34891]: pgmap v214: 97 pgs: 97 active+clean; 210 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 667 op/s 2024-01-27T08:39:06.442 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:06 smithi159 ceph-mon[34891]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:06.442 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:06 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:06.846 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:39:06.846 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:39:06.846 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:39:06.846 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:06.846 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:39:06.846 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:39:06.846 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:39:06.847 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:39:07.066 INFO:teuthology.orchestra.run.smithi159.stdout: 5 28183 10.04 MB/sec warmup 84 sec latency 126.546 ms 2024-01-27T08:39:07.252 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:39:07.252 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:39:07.252 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:39:07.252 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:39:07.252 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:39:07.252 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Currently upgrading mgr daemons" 2024-01-27T08:39:07.252 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:39:07.463 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:07 smithi159 ceph-mon[34891]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:07.463 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:07 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/628215296' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:39:07.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:07 smithi191 ceph-mon[37786]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:07.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:07 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/628215296' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:39:07.765 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:39:08.067 INFO:teuthology.orchestra.run.smithi159.stdout: 5 28486 10.04 MB/sec warmup 85 sec latency 123.451 ms 2024-01-27T08:39:08.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:08 smithi191 ceph-mon[37786]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:08.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:08 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/401527319' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:39:08.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:08 smithi191 ceph-mon[37786]: pgmap v215: 97 pgs: 97 active+clean; 209 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.1 MiB/s wr, 476 op/s 2024-01-27T08:39:08.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:08 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:08.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:08 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:08.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:08 smithi159 ceph-mon[34891]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:08.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:08 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/401527319' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:39:08.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:08 smithi159 ceph-mon[34891]: pgmap v215: 97 pgs: 97 active+clean; 209 MiB data, 930 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.1 MiB/s wr, 476 op/s 2024-01-27T08:39:08.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:08 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:08.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:08 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:09.067 INFO:teuthology.orchestra.run.smithi159.stdout: 5 28837 10.06 MB/sec warmup 86 sec latency 170.780 ms 2024-01-27T08:39:09.319 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:09.319 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:09.319 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: Upgrade: Need to upgrade myself (mgr.smithi159.bmcles) 2024-01-27T08:39:09.320 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: Failing over to other MGR 2024-01-27T08:39:09.320 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr fail", "who": "smithi159.bmcles"}]: dispatch 2024-01-27T08:39:09.320 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: osdmap e67: 8 total, 8 up, 8 in 2024-01-27T08:39:09.320 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: Standby manager daemon smithi159.bmcles started 2024-01-27T08:39:09.320 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "mgr fail", "who": "smithi159.bmcles"}]': finished 2024-01-27T08:39:09.320 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:09 smithi191 ceph-mon[37786]: mgrmap e22: smithi191.onztue(active, starting, since 1.01536s), standbys: smithi159.bmcles 2024-01-27T08:39:09.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' 2024-01-27T08:39:09.503 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:09.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: Upgrade: Need to upgrade myself (mgr.smithi159.bmcles) 2024-01-27T08:39:09.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: Failing over to other MGR 2024-01-27T08:39:09.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "mgr fail", "who": "smithi159.bmcles"}]: dispatch 2024-01-27T08:39:09.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: osdmap e67: 8 total, 8 up, 8 in 2024-01-27T08:39:09.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: Standby manager daemon smithi159.bmcles started 2024-01-27T08:39:09.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: from='mgr.14206 172.21.15.159:0/4157410006' entity='mgr.smithi159.bmcles' cmd='[{"prefix": "mgr fail", "who": "smithi159.bmcles"}]': finished 2024-01-27T08:39:09.504 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:09 smithi159 ceph-mon[34891]: mgrmap e22: smithi191.onztue(active, starting, since 1.01536s), standbys: smithi159.bmcles 2024-01-27T08:39:10.072 INFO:teuthology.orchestra.run.smithi159.stdout: 5 29200 10.01 MB/sec warmup 87 sec latency 145.589 ms 2024-01-27T08:39:10.868 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:10 smithi191 ceph-mon[37786]: Active manager daemon smithi191.onztue restarted 2024-01-27T08:39:10.869 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:10 smithi191 ceph-mon[37786]: Activating manager daemon smithi191.onztue 2024-01-27T08:39:10.869 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:10 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/crt"}]: dispatch 2024-01-27T08:39:10.869 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:10 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T08:39:10.869 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:10 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/key"}]: dispatch 2024-01-27T08:39:10.869 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:10 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T08:39:10.869 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:10 smithi191 ceph-mon[37786]: osdmap e68: 8 total, 8 up, 8 in 2024-01-27T08:39:11.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:10 smithi159 ceph-mon[34891]: Active manager daemon smithi191.onztue restarted 2024-01-27T08:39:11.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:10 smithi159 ceph-mon[34891]: Activating manager daemon smithi191.onztue 2024-01-27T08:39:11.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:10 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/crt"}]: dispatch 2024-01-27T08:39:11.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:10 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T08:39:11.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:10 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.onztue/key"}]: dispatch 2024-01-27T08:39:11.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:10 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T08:39:11.045 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:10 smithi159 ceph-mon[34891]: osdmap e68: 8 total, 8 up, 8 in 2024-01-27T08:39:11.076 INFO:teuthology.orchestra.run.smithi159.stdout: 5 29456 9.98 MB/sec warmup 88 sec latency 135.579 ms 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: mgrmap e23: smithi191.onztue(active, starting, since 0.0613356s), standbys: smithi159.bmcles 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.wasisx"}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi191.yikdau"}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mgr metadata", "who": "smithi191.onztue", "id": "smithi191.onztue"}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mgr metadata", "who": "smithi159.bmcles", "id": "smithi159.bmcles"}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:39:12.061 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: Manager daemon smithi191.onztue is now available 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:12.062 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:39:12.069 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:39:12.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/trash_purge_schedule"}]: dispatch 2024-01-27T08:39:12.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/trash_purge_schedule"}]: dispatch 2024-01-27T08:39:12.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: Deploying cephadm binary to smithi191 2024-01-27T08:39:12.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:12.070 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:11 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:12.080 INFO:teuthology.orchestra.run.smithi159.stdout: 5 29804 9.98 MB/sec warmup 89 sec latency 126.568 ms 2024-01-27T08:39:12.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: mgrmap e23: smithi191.onztue(active, starting, since 0.0613356s), standbys: smithi159.bmcles 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.wasisx"}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi191.yikdau"}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mgr metadata", "who": "smithi191.onztue", "id": "smithi191.onztue"}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mgr metadata", "who": "smithi159.bmcles", "id": "smithi159.bmcles"}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T08:39:12.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: Manager daemon smithi191.onztue is now available 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:39:12.162 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/mirror_snapshot_schedule"}]: dispatch 2024-01-27T08:39:12.163 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/trash_purge_schedule"}]: dispatch 2024-01-27T08:39:12.163 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi191.onztue/trash_purge_schedule"}]: dispatch 2024-01-27T08:39:12.163 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: Deploying cephadm binary to smithi191 2024-01-27T08:39:12.163 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:12.163 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:11 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:13.077 INFO:teuthology.orchestra.run.smithi159.stdout: 5 30168 9.97 MB/sec warmup 90 sec latency 129.852 ms 2024-01-27T08:39:13.085 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:12 smithi159 ceph-mon[34891]: mgrmap e24: smithi191.onztue(active, since 1.10109s), standbys: smithi159.bmcles 2024-01-27T08:39:13.085 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:12 smithi159 ceph-mon[34891]: pgmap v3: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:13.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:12 smithi191 ceph-mon[37786]: mgrmap e24: smithi191.onztue(active, since 1.10109s), standbys: smithi159.bmcles 2024-01-27T08:39:13.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:12 smithi191 ceph-mon[37786]: pgmap v3: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:14.078 INFO:teuthology.orchestra.run.smithi159.stdout: 5 30533 9.94 MB/sec warmup 91 sec latency 123.436 ms 2024-01-27T08:39:14.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:13 smithi159 ceph-mon[34891]: pgmap v4: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:14.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:13 smithi159 ceph-mon[34891]: mgrmap e25: smithi191.onztue(active, since 2s), standbys: smithi159.bmcles 2024-01-27T08:39:14.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:13 smithi159 ceph-mon[34891]: [27/Jan/2024:08:39:13] ENGINE Bus STARTING 2024-01-27T08:39:14.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:13 smithi159 ceph-mon[34891]: [27/Jan/2024:08:39:13] ENGINE Serving on http://172.21.15.191:8765 2024-01-27T08:39:14.115 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:13 smithi159 ceph-mon[34891]: [27/Jan/2024:08:39:13] ENGINE Serving on https://172.21.15.191:7150 2024-01-27T08:39:14.115 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:13 smithi159 ceph-mon[34891]: [27/Jan/2024:08:39:13] ENGINE Bus STARTED 2024-01-27T08:39:14.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:13 smithi191 ceph-mon[37786]: pgmap v4: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:14.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:13 smithi191 ceph-mon[37786]: mgrmap e25: smithi191.onztue(active, since 2s), standbys: smithi159.bmcles 2024-01-27T08:39:14.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:13 smithi191 ceph-mon[37786]: [27/Jan/2024:08:39:13] ENGINE Bus STARTING 2024-01-27T08:39:14.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:13 smithi191 ceph-mon[37786]: [27/Jan/2024:08:39:13] ENGINE Serving on http://172.21.15.191:8765 2024-01-27T08:39:14.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:13 smithi191 ceph-mon[37786]: [27/Jan/2024:08:39:13] ENGINE Serving on https://172.21.15.191:7150 2024-01-27T08:39:14.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:13 smithi191 ceph-mon[37786]: [27/Jan/2024:08:39:13] ENGINE Bus STARTED 2024-01-27T08:39:15.084 INFO:teuthology.orchestra.run.smithi159.stdout: 5 30741 9.89 MB/sec warmup 92 sec latency 154.313 ms 2024-01-27T08:39:15.153 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:15 smithi159 ceph-mon[34891]: Deploying cephadm binary to smithi159 2024-01-27T08:39:15.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:15 smithi191 ceph-mon[37786]: Deploying cephadm binary to smithi159 2024-01-27T08:39:16.085 INFO:teuthology.orchestra.run.smithi159.stdout: 5 31123 9.91 MB/sec warmup 93 sec latency 141.792 ms 2024-01-27T08:39:16.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:16 smithi191 ceph-mon[37786]: pgmap v5: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:16.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:16 smithi191 ceph-mon[37786]: mgrmap e26: smithi191.onztue(active, since 4s), standbys: smithi159.bmcles 2024-01-27T08:39:16.191 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:16 smithi159 ceph-mon[34891]: pgmap v5: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:16.191 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:16 smithi159 ceph-mon[34891]: mgrmap e26: smithi191.onztue(active, since 4s), standbys: smithi159.bmcles 2024-01-27T08:39:17.085 INFO:teuthology.orchestra.run.smithi159.stdout: 5 31401 9.87 MB/sec warmup 94 sec latency 159.060 ms 2024-01-27T08:39:18.016 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: pgmap v6: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:18.016 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: Standby manager daemon smithi159.bmcles restarted 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: Standby manager daemon smithi159.bmcles started 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.bmcles/crt"}]: dispatch 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.bmcles/key"}]: dispatch 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:18.017 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:17 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:18.085 INFO:teuthology.orchestra.run.smithi159.stdout: 5 31714 9.85 MB/sec warmup 95 sec latency 151.862 ms 2024-01-27T08:39:18.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: pgmap v6: 97 pgs: 97 active+clean; 221 MiB data, 951 MiB used, 714 GiB / 715 GiB avail 2024-01-27T08:39:18.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:18.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:18.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: Standby manager daemon smithi159.bmcles restarted 2024-01-27T08:39:18.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: Standby manager daemon smithi159.bmcles started 2024-01-27T08:39:18.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.bmcles/crt"}]: dispatch 2024-01-27T08:39:18.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T08:39:18.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi159.bmcles/key"}]: dispatch 2024-01-27T08:39:18.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.? 172.21.15.159:0/2888538974' entity='mgr.smithi159.bmcles' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T08:39:18.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:18.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:17 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:19.093 INFO:teuthology.orchestra.run.smithi159.stdout: 5 32044 9.90 MB/sec warmup 96 sec latency 162.209 ms 2024-01-27T08:39:19.293 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:19 smithi159 ceph-mon[34891]: mgrmap e27: smithi191.onztue(active, since 7s), standbys: smithi159.bmcles 2024-01-27T08:39:19.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:19 smithi191 ceph-mon[37786]: mgrmap e27: smithi191.onztue(active, since 7s), standbys: smithi159.bmcles 2024-01-27T08:39:20.093 INFO:teuthology.orchestra.run.smithi159.stdout: 5 32432 9.92 MB/sec warmup 97 sec latency 129.928 ms 2024-01-27T08:39:20.299 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:20 smithi159 ceph-mon[34891]: pgmap v7: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.0 MiB/s wr, 345 op/s 2024-01-27T08:39:20.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:20 smithi191 ceph-mon[37786]: pgmap v7: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.0 MiB/s wr, 345 op/s 2024-01-27T08:39:21.093 INFO:teuthology.orchestra.run.smithi159.stdout: 5 32805 9.87 MB/sec warmup 98 sec latency 129.879 ms 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.327 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi191 to 2712M 2024-01-27T08:39:21.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:21.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi191 to 2712M 2024-01-27T08:39:21.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:21.662 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:22.096 INFO:teuthology.orchestra.run.smithi159.stdout: 5 33183 9.88 MB/sec warmup 99 sec latency 129.616 ms 2024-01-27T08:39:22.342 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: pgmap v8: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.4 MiB/s wr, 267 op/s 2024-01-27T08:39:22.342 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:39:22.343 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:22 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:39:22.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: pgmap v8: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.4 MiB/s wr, 267 op/s 2024-01-27T08:39:22.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:22.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:22.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:39:22.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:22 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:39:23.099 INFO:teuthology.orchestra.run.smithi159.stdout: 5 33418 9.85 MB/sec warmup 100 sec latency 134.594 ms 2024-01-27T08:39:23.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:23 smithi159 ceph-mon[34891]: Adjusting osd_memory_target on smithi159 to 1944M 2024-01-27T08:39:23.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:23 smithi159 ceph-mon[34891]: Updating smithi159:/etc/ceph/ceph.conf 2024-01-27T08:39:23.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:23 smithi159 ceph-mon[34891]: Updating smithi191:/etc/ceph/ceph.conf 2024-01-27T08:39:23.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:23 smithi159 ceph-mon[34891]: Updating smithi159:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.conf 2024-01-27T08:39:23.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:23 smithi159 ceph-mon[34891]: Updating smithi191:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.conf 2024-01-27T08:39:23.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:23 smithi159 ceph-mon[34891]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:39:23.608 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:23 smithi191 ceph-mon[37786]: Adjusting osd_memory_target on smithi159 to 1944M 2024-01-27T08:39:23.608 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:23 smithi191 ceph-mon[37786]: Updating smithi159:/etc/ceph/ceph.conf 2024-01-27T08:39:23.608 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:23 smithi191 ceph-mon[37786]: Updating smithi191:/etc/ceph/ceph.conf 2024-01-27T08:39:23.608 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:23 smithi191 ceph-mon[37786]: Updating smithi159:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.conf 2024-01-27T08:39:23.608 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:23 smithi191 ceph-mon[37786]: Updating smithi191:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.conf 2024-01-27T08:39:23.608 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:23 smithi191 ceph-mon[37786]: Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:39:24.101 INFO:teuthology.orchestra.run.smithi159.stdout: 5 33783 9.84 MB/sec warmup 101 sec latency 131.442 ms 2024-01-27T08:39:24.388 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.5 MiB/s wr, 457 op/s 2024-01-27T08:39:24.388 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: Updating smithi159:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.client.admin.keyring 2024-01-27T08:39:24.388 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:39:24.388 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.388 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.388 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: Updating smithi191:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.client.admin.keyring 2024-01-27T08:39:24.388 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.389 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:24 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.5 MiB/s wr, 457 op/s 2024-01-27T08:39:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: Updating smithi159:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.client.admin.keyring 2024-01-27T08:39:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: Updating smithi191:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/config/ceph.client.admin.keyring 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:24.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:24 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:25.101 INFO:teuthology.orchestra.run.smithi159.stdout: 5 34083 9.81 MB/sec warmup 102 sec latency 137.329 ms 2024-01-27T08:39:25.424 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:25 smithi159 ceph-mon[34891]: Reconfiguring alertmanager.smithi159 (dependencies changed)... 2024-01-27T08:39:25.424 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:25 smithi159 ceph-mon[34891]: Reconfiguring daemon alertmanager.smithi159 on smithi159 2024-01-27T08:39:25.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:25 smithi191 ceph-mon[37786]: Reconfiguring alertmanager.smithi159 (dependencies changed)... 2024-01-27T08:39:25.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:25 smithi191 ceph-mon[37786]: Reconfiguring daemon alertmanager.smithi159 on smithi159 2024-01-27T08:39:26.101 INFO:teuthology.orchestra.run.smithi159.stdout: 5 34475 9.82 MB/sec warmup 103 sec latency 92.577 ms 2024-01-27T08:39:26.438 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:26 smithi159 ceph-mon[34891]: pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2024-01-27T08:39:26.438 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:26.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:26 smithi191 ceph-mon[37786]: pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2024-01-27T08:39:26.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:27.101 INFO:teuthology.orchestra.run.smithi159.stdout: 5 34854 9.82 MB/sec warmup 104 sec latency 87.023 ms 2024-01-27T08:39:28.101 INFO:teuthology.orchestra.run.smithi159.stdout: 5 35272 9.84 MB/sec warmup 105 sec latency 103.511 ms 2024-01-27T08:39:28.510 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:28 smithi159 ceph-mon[34891]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2024-01-27T08:39:28.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:28 smithi191 ceph-mon[37786]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2024-01-27T08:39:29.101 INFO:teuthology.orchestra.run.smithi159.stdout: 5 35656 9.88 MB/sec warmup 106 sec latency 110.224 ms 2024-01-27T08:39:30.112 INFO:teuthology.orchestra.run.smithi159.stdout: 5 36073 9.88 MB/sec warmup 107 sec latency 92.700 ms 2024-01-27T08:39:30.556 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:30 smithi159 ceph-mon[34891]: pgmap v12: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.0 MiB/s wr, 615 op/s 2024-01-27T08:39:30.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:30 smithi191 ceph-mon[37786]: pgmap v12: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.0 MiB/s wr, 615 op/s 2024-01-27T08:39:31.114 INFO:teuthology.orchestra.run.smithi159.stdout: 5 36382 9.83 MB/sec warmup 108 sec latency 126.982 ms 2024-01-27T08:39:32.114 INFO:teuthology.orchestra.run.smithi159.stdout: 5 36697 9.82 MB/sec warmup 109 sec latency 133.552 ms 2024-01-27T08:39:32.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:32 smithi159 ceph-mon[34891]: pgmap v13: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2024-01-27T08:39:32.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:32 smithi191 ceph-mon[37786]: pgmap v13: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2024-01-27T08:39:33.114 INFO:teuthology.orchestra.run.smithi159.stdout: 5 37141 9.86 MB/sec warmup 110 sec latency 130.013 ms 2024-01-27T08:39:34.114 INFO:teuthology.orchestra.run.smithi159.stdout: 5 37574 9.86 MB/sec warmup 111 sec latency 136.534 ms 2024-01-27T08:39:34.619 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:34 smithi159 ceph-mon[34891]: pgmap v14: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 642 op/s 2024-01-27T08:39:34.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:34 smithi191 ceph-mon[37786]: pgmap v14: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 642 op/s 2024-01-27T08:39:35.114 INFO:teuthology.orchestra.run.smithi159.stdout: 5 37839 9.82 MB/sec warmup 112 sec latency 130.154 ms 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: Reconfiguring grafana.smithi159 (dependencies changed)... 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: Regenerating cephadm self-signed grafana TLS certificates 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T08:39:35.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:35 smithi159 ceph-mon[34891]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T08:39:35.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: Reconfiguring grafana.smithi159 (dependencies changed)... 2024-01-27T08:39:35.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: Regenerating cephadm self-signed grafana TLS certificates 2024-01-27T08:39:35.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:35.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T08:39:35.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:35 smithi191 ceph-mon[37786]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T08:39:36.114 INFO:teuthology.orchestra.run.smithi159.stdout: 5 38206 9.84 MB/sec warmup 113 sec latency 129.935 ms 2024-01-27T08:39:36.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:36 smithi159 ceph-mon[34891]: Reconfiguring daemon grafana.smithi159 on smithi159 2024-01-27T08:39:36.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:36 smithi159 ceph-mon[34891]: pgmap v15: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2024-01-27T08:39:36.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:36 smithi191 ceph-mon[37786]: Reconfiguring daemon grafana.smithi159 on smithi159 2024-01-27T08:39:36.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:36 smithi191 ceph-mon[37786]: pgmap v15: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2024-01-27T08:39:37.125 INFO:teuthology.orchestra.run.smithi159.stdout: 5 38595 9.85 MB/sec warmup 114 sec latency 133.476 ms 2024-01-27T08:39:38.125 INFO:teuthology.orchestra.run.smithi159.stdout: 5 38820 9.84 MB/sec warmup 115 sec latency 127.938 ms 2024-01-27T08:39:38.283 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:39:38.729 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:38 smithi159 ceph-mon[34891]: pgmap v16: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2024-01-27T08:39:38.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:38 smithi191 ceph-mon[37786]: pgmap v16: 97 pgs: 97 active+clean; 246 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2024-01-27T08:39:39.125 INFO:teuthology.orchestra.run.smithi159.stdout: 5 39089 9.82 MB/sec warmup 116 sec latency 159.770 ms 2024-01-27T08:39:39.286 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:39:39.286 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:39:39.286 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (6m) 18s ago 6m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (5m) 22s ago 5m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 running (5m) 18s ago 6m 59.1M - 8.3.5 dad864ee21e9 69264695d59f 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (2m) 18s ago 2m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (2m) 22s ago 2m 14.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (7m) 18s ago 7m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (36s) 22s ago 5m 496M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (7m) 18s ago 7m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (5m) 22s ago 5m 62.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (2m) 18s ago 2m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (2m) 22s ago 2m 76.4M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 running (6m) 18s ago 6m 26.9M - 1.3.1 1dbe0e931976 6ca52a1fea99 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (5m) 22s ago 5m 25.7M - 1.3.1 1dbe0e931976 063813a66b49 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (5m) 18s ago 5m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (4m) 18s ago 4m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:39:39.287 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (4m) 18s ago 4m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:39:39.288 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (4m) 18s ago 4m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:39:39.288 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (4m) 22s ago 4m 459M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:39:39.288 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (3m) 22s ago 3m 506M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:39:39.288 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (3m) 22s ago 3m 494M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:39:39.288 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (3m) 22s ago 3m 762M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:39:39.288 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (5m) 18s ago 5m 66.7M - 2.33.4 514e6a882f6e 93cd611e1d02 2024-01-27T08:39:39.744 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:39 smithi159 ceph-mon[34891]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:39.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:39 smithi191 ceph-mon[37786]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:39.916 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:39:39.917 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:39:40.132 INFO:teuthology.orchestra.run.smithi159.stdout: 5 39323 9.77 MB/sec warmup 117 sec latency 126.912 ms 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "", 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": false 2024-01-27T08:39:40.392 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:39:40.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:40 smithi159 ceph-mon[34891]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:40.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:40 smithi159 ceph-mon[34891]: pgmap v17: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 646 op/s 2024-01-27T08:39:40.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:40 smithi159 ceph-mon[34891]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:40.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:40 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4046753727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:39:40.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:40 smithi191 ceph-mon[37786]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:40.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:40 smithi191 ceph-mon[37786]: pgmap v17: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 646 op/s 2024-01-27T08:39:40.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:40 smithi191 ceph-mon[37786]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:40.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:40 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/4046753727' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:39:40.982 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:39:41.137 INFO:teuthology.orchestra.run.smithi159.stdout: 5 39577 9.73 MB/sec warmup 118 sec latency 121.985 ms 2024-01-27T08:39:41.734 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:41 smithi159 ceph-mon[34891]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:41.734 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:41.734 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:41 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3510439451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:39:41.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:41 smithi191 ceph-mon[37786]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:39:41.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:41.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:41 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3510439451' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:39:42.137 INFO:teuthology.orchestra.run.smithi159.stdout: 5 39874 9.72 MB/sec warmup 119 sec latency 126.482 ms 2024-01-27T08:39:42.854 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:42 smithi159 ceph-mon[34891]: pgmap v18: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2024-01-27T08:39:42.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:42 smithi191 ceph-mon[37786]: pgmap v18: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2024-01-27T08:39:44.137 INFO:teuthology.orchestra.run.smithi159.stdout: 5 40354 13.80 MB/sec execute 1 sec latency 160.726 ms 2024-01-27T08:39:44.650 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:44 smithi159 ceph-mon[34891]: pgmap v19: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.3 MiB/s wr, 605 op/s 2024-01-27T08:39:44.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:44 smithi191 ceph-mon[37786]: pgmap v19: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.3 MiB/s wr, 605 op/s 2024-01-27T08:39:45.138 INFO:teuthology.orchestra.run.smithi159.stdout: 5 40631 8.83 MB/sec execute 2 sec latency 130.703 ms 2024-01-27T08:39:46.138 INFO:teuthology.orchestra.run.smithi159.stdout: 5 40846 7.34 MB/sec execute 3 sec latency 199.254 ms 2024-01-27T08:39:46.712 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:46 smithi159 ceph-mon[34891]: pgmap v20: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2024-01-27T08:39:46.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:46 smithi191 ceph-mon[37786]: pgmap v20: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2024-01-27T08:39:47.138 INFO:teuthology.orchestra.run.smithi159.stdout: 5 41099 6.83 MB/sec execute 4 sec latency 126.525 ms 2024-01-27T08:39:48.145 INFO:teuthology.orchestra.run.smithi159.stdout: 5 41440 7.91 MB/sec execute 5 sec latency 133.559 ms 2024-01-27T08:39:48.771 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:48 smithi159 ceph-mon[34891]: pgmap v21: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2024-01-27T08:39:48.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:48 smithi191 ceph-mon[37786]: pgmap v21: 97 pgs: 97 active+clean; 256 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2024-01-27T08:39:49.155 INFO:teuthology.orchestra.run.smithi159.stdout: 5 41788 7.92 MB/sec execute 6 sec latency 131.953 ms 2024-01-27T08:39:50.155 INFO:teuthology.orchestra.run.smithi159.stdout: 5 42148 8.58 MB/sec execute 7 sec latency 138.556 ms 2024-01-27T08:39:50.821 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:50 smithi159 ceph-mon[34891]: pgmap v22: 97 pgs: 97 active+clean; 256 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:39:50.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:50 smithi191 ceph-mon[37786]: pgmap v22: 97 pgs: 97 active+clean; 256 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:39:51.155 INFO:teuthology.orchestra.run.smithi159.stdout: 5 42468 8.36 MB/sec execute 8 sec latency 199.006 ms 2024-01-27T08:39:52.155 INFO:teuthology.orchestra.run.smithi159.stdout: 5 42763 7.80 MB/sec execute 9 sec latency 139.682 ms 2024-01-27T08:39:52.833 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:52 smithi159 ceph-mon[34891]: pgmap v23: 97 pgs: 97 active+clean; 256 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2024-01-27T08:39:52.834 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:52 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:52.834 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:52 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:52.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:52 smithi191 ceph-mon[37786]: pgmap v23: 97 pgs: 97 active+clean; 256 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2024-01-27T08:39:52.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:52 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:52.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:52 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:53.155 INFO:teuthology.orchestra.run.smithi159.stdout: 5 43118 8.07 MB/sec execute 10 sec latency 138.815 ms 2024-01-27T08:39:53.843 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:53 smithi159 ceph-mon[34891]: Reconfiguring node-exporter.smithi159 (dependencies changed)... 2024-01-27T08:39:53.843 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:53 smithi159 ceph-mon[34891]: Reconfiguring daemon node-exporter.smithi159 on smithi159 2024-01-27T08:39:53.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:53 smithi191 ceph-mon[37786]: Reconfiguring node-exporter.smithi159 (dependencies changed)... 2024-01-27T08:39:53.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:53 smithi191 ceph-mon[37786]: Reconfiguring daemon node-exporter.smithi159 on smithi159 2024-01-27T08:39:54.163 INFO:teuthology.orchestra.run.smithi159.stdout: 5 43426 8.11 MB/sec execute 11 sec latency 203.400 ms 2024-01-27T08:39:54.873 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:54 smithi159 ceph-mon[34891]: pgmap v24: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2024-01-27T08:39:55.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:54 smithi191 ceph-mon[37786]: pgmap v24: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2024-01-27T08:39:55.162 INFO:teuthology.orchestra.run.smithi159.stdout: 5 43861 8.88 MB/sec execute 12 sec latency 126.325 ms 2024-01-27T08:39:56.162 INFO:teuthology.orchestra.run.smithi159.stdout: 5 44237 8.96 MB/sec execute 13 sec latency 130.611 ms 2024-01-27T08:39:56.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:56 smithi159 ceph-mon[34891]: pgmap v25: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-27T08:39:56.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:56 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:56.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:56 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:56.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:57.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:56 smithi191 ceph-mon[37786]: pgmap v25: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-27T08:39:57.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:56 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:57.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:56 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:39:57.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:39:57.163 INFO:teuthology.orchestra.run.smithi159.stdout: 5 44575 8.54 MB/sec execute 14 sec latency 144.622 ms 2024-01-27T08:39:57.926 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:57 smithi159 ceph-mon[34891]: Reconfiguring prometheus.smithi159 (dependencies changed)... 2024-01-27T08:39:57.926 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:57 smithi159 ceph-mon[34891]: Reconfiguring daemon prometheus.smithi159 on smithi159 2024-01-27T08:39:58.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:57 smithi191 ceph-mon[37786]: Reconfiguring prometheus.smithi159 (dependencies changed)... 2024-01-27T08:39:58.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:57 smithi191 ceph-mon[37786]: Reconfiguring daemon prometheus.smithi159 on smithi159 2024-01-27T08:39:58.163 INFO:teuthology.orchestra.run.smithi159.stdout: 5 44746 8.25 MB/sec execute 15 sec latency 307.519 ms 2024-01-27T08:39:58.706 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:39:58 smithi159 ceph-mon[34891]: pgmap v26: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-27T08:39:59.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:39:58 smithi191 ceph-mon[37786]: pgmap v26: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2024-01-27T08:39:59.169 INFO:teuthology.orchestra.run.smithi159.stdout: 5 45118 8.63 MB/sec execute 16 sec latency 129.991 ms 2024-01-27T08:40:00.179 INFO:teuthology.orchestra.run.smithi159.stdout: 5 45446 8.59 MB/sec execute 17 sec latency 162.376 ms 2024-01-27T08:40:00.748 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:00 smithi159 ceph-mon[34891]: pgmap v27: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2024-01-27T08:40:00.748 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:00 smithi159 ceph-mon[34891]: overall HEALTH_OK 2024-01-27T08:40:01.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:00 smithi191 ceph-mon[37786]: pgmap v27: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2024-01-27T08:40:01.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:00 smithi191 ceph-mon[37786]: overall HEALTH_OK 2024-01-27T08:40:01.179 INFO:teuthology.orchestra.run.smithi159.stdout: 5 45895 8.87 MB/sec execute 18 sec latency 90.439 ms 2024-01-27T08:40:02.179 INFO:teuthology.orchestra.run.smithi159.stdout: 5 46285 8.68 MB/sec execute 19 sec latency 137.704 ms 2024-01-27T08:40:02.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:02 smithi159 ceph-mon[34891]: pgmap v28: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 407 op/s 2024-01-27T08:40:03.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:02 smithi191 ceph-mon[37786]: pgmap v28: 97 pgs: 97 active+clean; 270 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 407 op/s 2024-01-27T08:40:03.179 INFO:teuthology.orchestra.run.smithi159.stdout: 5 46698 8.88 MB/sec execute 20 sec latency 129.466 ms 2024-01-27T08:40:04.179 INFO:teuthology.orchestra.run.smithi159.stdout: 5 47112 9.04 MB/sec execute 21 sec latency 120.428 ms 2024-01-27T08:40:04.802 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:04 smithi159 ceph-mon[34891]: pgmap v29: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 615 op/s 2024-01-27T08:40:05.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:04 smithi191 ceph-mon[37786]: pgmap v29: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 615 op/s 2024-01-27T08:40:05.179 INFO:teuthology.orchestra.run.smithi159.stdout: 5 47440 9.30 MB/sec execute 22 sec latency 149.659 ms 2024-01-27T08:40:05.825 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:05 smithi159 ceph-mon[34891]: pgmap v30: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2024-01-27T08:40:06.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:05 smithi191 ceph-mon[37786]: pgmap v30: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2024-01-27T08:40:06.179 INFO:teuthology.orchestra.run.smithi159.stdout: 5 47648 9.10 MB/sec execute 23 sec latency 166.689 ms 2024-01-27T08:40:07.180 INFO:teuthology.orchestra.run.smithi159.stdout: 5 48039 8.96 MB/sec execute 24 sec latency 126.926 ms 2024-01-27T08:40:08.113 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:07 smithi159 ceph-mon[34891]: pgmap v31: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2024-01-27T08:40:08.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:07 smithi191 ceph-mon[37786]: pgmap v31: 97 pgs: 97 active+clean; 274 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2024-01-27T08:40:08.180 INFO:teuthology.orchestra.run.smithi159.stdout: 5 48463 9.00 MB/sec execute 25 sec latency 139.154 ms 2024-01-27T08:40:09.187 INFO:teuthology.orchestra.run.smithi159.stdout: 5 48898 9.20 MB/sec execute 26 sec latency 135.664 ms 2024-01-27T08:40:10.140 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:10 smithi159 ceph-mon[34891]: pgmap v32: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 624 op/s 2024-01-27T08:40:10.187 INFO:teuthology.orchestra.run.smithi159.stdout: 5 49368 9.27 MB/sec execute 27 sec latency 87.506 ms 2024-01-27T08:40:10.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:10 smithi191 ceph-mon[37786]: pgmap v32: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 624 op/s 2024-01-27T08:40:11.159 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:11.190 INFO:teuthology.orchestra.run.smithi159.stdout: 5 49795 9.24 MB/sec execute 28 sec latency 87.406 ms 2024-01-27T08:40:11.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:11.505 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:40:12.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:12 smithi159 ceph-mon[34891]: pgmap v33: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2024-01-27T08:40:12.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:12 smithi159 ceph-mon[34891]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:12.189 INFO:teuthology.orchestra.run.smithi159.stdout: 5 49985 9.07 MB/sec execute 29 sec latency 119.496 ms 2024-01-27T08:40:12.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:12 smithi191 ceph-mon[37786]: pgmap v33: 97 pgs: 97 active+clean; 283 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2024-01-27T08:40:12.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:12 smithi191 ceph-mon[37786]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (6m) 51s ago 6m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (6m) 55s ago 6m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 starting - - - - 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (2m) 51s ago 2m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (2m) 55s ago 2m 14.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (7m) 51s ago 7m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (70s) 55s ago 6m 496M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (7m) 51s ago 7m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (6m) 55s ago 6m 62.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (2m) 51s ago 2m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:40:12.553 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (2m) 55s ago 2m 76.4M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (6m) 55s ago 6m 25.7M - 1.3.1 1dbe0e931976 063813a66b49 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (5m) 51s ago 5m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (5m) 51s ago 5m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (5m) 51s ago 5m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (4m) 51s ago 4m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (4m) 55s ago 4m 459M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (4m) 55s ago 4m 506M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (4m) 55s ago 4m 494M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (3m) 55s ago 3m 762M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:40:12.554 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (5m) 51s ago 5m 66.7M - 2.33.4 514e6a882f6e 93cd611e1d02 2024-01-27T08:40:13.140 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:40:13.140 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:40:13.140 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:40:13.140 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:40:13.141 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:40:13.142 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:40:13.142 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:40:13.190 INFO:teuthology.orchestra.run.smithi159.stdout: 5 50267 9.24 MB/sec execute 30 sec latency 127.755 ms 2024-01-27T08:40:13.193 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:13 smithi159 ceph-mon[34891]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:13.193 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:13 smithi159 ceph-mon[34891]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:13.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:13 smithi191 ceph-mon[37786]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:13.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:13 smithi191 ceph-mon[37786]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:13.630 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:40:13.630 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:40:13.630 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:40:13.630 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:40:13.630 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:40:13.630 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:40:13.630 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "", 2024-01-27T08:40:13.631 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": false 2024-01-27T08:40:13.631 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:40:14.190 INFO:teuthology.orchestra.run.smithi159.stdout: 5 50641 9.32 MB/sec execute 31 sec latency 125.971 ms 2024-01-27T08:40:14.217 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:14 smithi159 ceph-mon[34891]: pgmap v34: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 661 op/s 2024-01-27T08:40:14.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:14 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3857322416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:40:14.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:14 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:14.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:14 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:14.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:14 smithi159 ceph-mon[34891]: Reconfiguring node-exporter.smithi191 (dependencies changed)... 2024-01-27T08:40:14.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:14 smithi159 ceph-mon[34891]: Reconfiguring daemon node-exporter.smithi191 on smithi191 2024-01-27T08:40:14.218 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:14 smithi159 ceph-mon[34891]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:14.225 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:40:14.403 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:14 smithi191 ceph-mon[37786]: pgmap v34: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 661 op/s 2024-01-27T08:40:14.404 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:14 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3857322416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:40:14.404 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:14 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:14.404 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:14 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:14.404 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:14 smithi191 ceph-mon[37786]: Reconfiguring node-exporter.smithi191 (dependencies changed)... 2024-01-27T08:40:14.404 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:14 smithi191 ceph-mon[37786]: Reconfiguring daemon node-exporter.smithi191 on smithi191 2024-01-27T08:40:14.404 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:14 smithi191 ceph-mon[37786]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:15.190 INFO:teuthology.orchestra.run.smithi159.stdout: 5 50986 9.31 MB/sec execute 32 sec latency 129.828 ms 2024-01-27T08:40:15.232 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1238285957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:40:15.232 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.232 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.232 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T08:40:15.233 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.234 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:15 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:40:15.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1238285957' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:40:15.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:40:15.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T08:40:15.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T08:40:15.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:15.411 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:15 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:40:16.190 INFO:teuthology.orchestra.run.smithi159.stdout: 5 51328 9.37 MB/sec execute 33 sec latency 123.429 ms 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: Upgrade: Need to upgrade myself (mgr.smithi191.onztue) 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: Upgrade: Need to upgrade myself (mgr.smithi191.onztue) 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: pgmap v35: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 453 op/s 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.bmcles", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.bmcles", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:40:16.768 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:16 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:40:17.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: Upgrade: Need to upgrade myself (mgr.smithi191.onztue) 2024-01-27T08:40:17.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: Upgrade: Need to upgrade myself (mgr.smithi191.onztue) 2024-01-27T08:40:17.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: pgmap v35: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 453 op/s 2024-01-27T08:40:17.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:40:17.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.bmcles", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:40:17.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.bmcles", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T08:40:17.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T08:40:17.161 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:16 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:40:17.190 INFO:teuthology.orchestra.run.smithi159.stdout: 5 51725 9.27 MB/sec execute 34 sec latency 136.014 ms 2024-01-27T08:40:17.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:17 smithi159 ceph-mon[34891]: Upgrade: Updating mgr.smithi159.bmcles 2024-01-27T08:40:17.784 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:17 smithi159 ceph-mon[34891]: Deploying daemon mgr.smithi159.bmcles on smithi159 2024-01-27T08:40:18.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:17 smithi191 ceph-mon[37786]: Upgrade: Updating mgr.smithi159.bmcles 2024-01-27T08:40:18.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:17 smithi191 ceph-mon[37786]: Deploying daemon mgr.smithi159.bmcles on smithi159 2024-01-27T08:40:18.193 INFO:teuthology.orchestra.run.smithi159.stdout: 5 52134 9.22 MB/sec execute 35 sec latency 141.408 ms 2024-01-27T08:40:18.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:18 smithi159 ceph-mon[34891]: pgmap v36: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 453 op/s 2024-01-27T08:40:19.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:18 smithi191 ceph-mon[37786]: pgmap v36: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 453 op/s 2024-01-27T08:40:19.193 INFO:teuthology.orchestra.run.smithi159.stdout: 5 52489 9.34 MB/sec execute 36 sec latency 136.276 ms 2024-01-27T08:40:20.193 INFO:teuthology.orchestra.run.smithi159.stdout: 5 52858 9.36 MB/sec execute 37 sec latency 130.903 ms 2024-01-27T08:40:20.347 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:20 smithi159 ceph-mon[34891]: pgmap v37: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 652 op/s 2024-01-27T08:40:20.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:20 smithi191 ceph-mon[37786]: pgmap v37: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 652 op/s 2024-01-27T08:40:21.193 INFO:teuthology.orchestra.run.smithi159.stdout: 5 53261 9.29 MB/sec execute 38 sec latency 144.858 ms 2024-01-27T08:40:22.178 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:22 smithi159 ceph-mon[34891]: pgmap v38: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2024-01-27T08:40:22.193 INFO:teuthology.orchestra.run.smithi159.stdout: 5 53588 9.28 MB/sec execute 39 sec latency 124.311 ms 2024-01-27T08:40:22.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:22 smithi191 ceph-mon[37786]: pgmap v38: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2024-01-27T08:40:23.194 INFO:teuthology.orchestra.run.smithi159.stdout: 5 53825 9.27 MB/sec execute 40 sec latency 142.966 ms 2024-01-27T08:40:24.202 INFO:teuthology.orchestra.run.smithi159.stdout: 5 54111 9.29 MB/sec execute 41 sec latency 204.468 ms 2024-01-27T08:40:24.213 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:24 smithi159 ceph-mon[34891]: pgmap v39: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 672 op/s 2024-01-27T08:40:24.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:24 smithi191 ceph-mon[37786]: pgmap v39: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 672 op/s 2024-01-27T08:40:25.202 INFO:teuthology.orchestra.run.smithi159.stdout: 5 54446 9.34 MB/sec execute 42 sec latency 129.472 ms 2024-01-27T08:40:26.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 54751 9.29 MB/sec execute 43 sec latency 167.795 ms 2024-01-27T08:40:26.266 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:26 smithi159 ceph-mon[34891]: pgmap v40: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2024-01-27T08:40:26.267 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:26.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:26 smithi191 ceph-mon[37786]: pgmap v40: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2024-01-27T08:40:26.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:27.206 INFO:teuthology.orchestra.run.smithi159.stdout: 5 55090 9.25 MB/sec execute 44 sec latency 112.004 ms 2024-01-27T08:40:28.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 55451 9.22 MB/sec execute 45 sec latency 204.522 ms 2024-01-27T08:40:28.287 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:28 smithi159 ceph-mon[34891]: pgmap v41: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2024-01-27T08:40:28.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:28 smithi191 ceph-mon[37786]: pgmap v41: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2024-01-27T08:40:29.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 55838 9.23 MB/sec execute 46 sec latency 130.086 ms 2024-01-27T08:40:30.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 56121 9.18 MB/sec execute 47 sec latency 142.976 ms 2024-01-27T08:40:30.312 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:30 smithi159 ceph-mon[34891]: pgmap v42: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 610 op/s 2024-01-27T08:40:30.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:30 smithi191 ceph-mon[37786]: pgmap v42: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 610 op/s 2024-01-27T08:40:31.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 56446 9.22 MB/sec execute 48 sec latency 140.336 ms 2024-01-27T08:40:32.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 56803 9.18 MB/sec execute 49 sec latency 130.008 ms 2024-01-27T08:40:32.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:32 smithi159 ceph-mon[34891]: pgmap v43: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-27T08:40:32.410 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:32 smithi191 ceph-mon[37786]: pgmap v43: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-27T08:40:33.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 57134 9.18 MB/sec execute 50 sec latency 94.557 ms 2024-01-27T08:40:34.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 57467 9.22 MB/sec execute 51 sec latency 204.826 ms 2024-01-27T08:40:34.392 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:34 smithi159 ceph-mon[34891]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 615 op/s 2024-01-27T08:40:34.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:34 smithi191 ceph-mon[37786]: pgmap v44: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 615 op/s 2024-01-27T08:40:35.207 INFO:teuthology.orchestra.run.smithi159.stdout: 5 57766 9.19 MB/sec execute 52 sec latency 120.492 ms 2024-01-27T08:40:36.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:36 smithi159 ceph-mon[34891]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2024-01-27T08:40:36.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 58066 9.22 MB/sec execute 53 sec latency 126.715 ms 2024-01-27T08:40:36.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:36 smithi191 ceph-mon[37786]: pgmap v45: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2024-01-27T08:40:37.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 58424 9.17 MB/sec execute 54 sec latency 130.987 ms 2024-01-27T08:40:38.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 58810 9.15 MB/sec execute 55 sec latency 130.373 ms 2024-01-27T08:40:38.237 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:38 smithi159 ceph-mon[34891]: pgmap v46: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2024-01-27T08:40:38.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:38 smithi191 ceph-mon[37786]: pgmap v46: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2024-01-27T08:40:39.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 59088 9.16 MB/sec execute 56 sec latency 132.437 ms 2024-01-27T08:40:40.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 59494 9.22 MB/sec execute 57 sec latency 147.379 ms 2024-01-27T08:40:40.272 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:40 smithi159 ceph-mon[34891]: pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.2 MiB/s wr, 586 op/s 2024-01-27T08:40:40.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:40 smithi191 ceph-mon[37786]: pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.2 MiB/s wr, 586 op/s 2024-01-27T08:40:41.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 59953 9.27 MB/sec execute 58 sec latency 126.751 ms 2024-01-27T08:40:41.287 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:41.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:42.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 60351 9.32 MB/sec execute 59 sec latency 114.380 ms 2024-01-27T08:40:42.294 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:42 smithi159 ceph-mon[34891]: pgmap v48: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2024-01-27T08:40:42.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:42 smithi191 ceph-mon[37786]: pgmap v48: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2024-01-27T08:40:43.208 INFO:teuthology.orchestra.run.smithi159.stdout: 5 60702 9.26 MB/sec execute 60 sec latency 106.394 ms 2024-01-27T08:40:43.306 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:43 smithi159 ceph-mon[34891]: mgrmap e28: smithi191.onztue(active, since 91s), standbys: smithi159.bmcles 2024-01-27T08:40:43.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:43 smithi191 ceph-mon[37786]: mgrmap e28: smithi191.onztue(active, since 91s), standbys: smithi159.bmcles 2024-01-27T08:40:44.216 INFO:teuthology.orchestra.run.smithi159.stdout: 5 61100 9.29 MB/sec execute 61 sec latency 113.396 ms 2024-01-27T08:40:44.333 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:44 smithi159 ceph-mon[34891]: pgmap v49: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 626 op/s 2024-01-27T08:40:44.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:44 smithi191 ceph-mon[37786]: pgmap v49: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 626 op/s 2024-01-27T08:40:44.764 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:40:45.216 INFO:teuthology.orchestra.run.smithi159.stdout: 5 61362 9.28 MB/sec execute 62 sec latency 137.143 ms 2024-01-27T08:40:45.720 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:40:45.720 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:40:45.720 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (7m) 84s ago 7m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:40:45.720 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (6m) 88s ago 6m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:40:45.720 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 starting - - - - 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (3m) 84s ago 3m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (3m) 88s ago 3m 14.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (8m) 84s ago 8m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (103s) 88s ago 6m 496M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (8m) 84s ago 8m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (6m) 88s ago 6m 62.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (3m) 84s ago 3m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (3m) 88s ago 3m 76.4M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 starting - - - - 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (6m) 84s ago 6m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (6m) 84s ago 6m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (5m) 84s ago 5m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (5m) 84s ago 5m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:40:45.721 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (5m) 88s ago 5m 459M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:40:45.722 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (4m) 88s ago 4m 506M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:40:45.722 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (4m) 88s ago 4m 494M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:40:45.722 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (4m) 88s ago 4m 762M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:40:45.722 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 starting - - - - 2024-01-27T08:40:46.220 INFO:teuthology.orchestra.run.smithi159.stdout: 5 61716 9.33 MB/sec execute 63 sec latency 124.568 ms 2024-01-27T08:40:46.316 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:40:46.316 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:40:46.316 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:40:46.317 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:40:46.318 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:40:46.318 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:40:46.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:46 smithi159 ceph-mon[34891]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:46.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:46 smithi159 ceph-mon[34891]: pgmap v50: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2024-01-27T08:40:46.380 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:46 smithi159 ceph-mon[34891]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:46.380 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:46 smithi159 ceph-mon[34891]: from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:46.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:46 smithi191 ceph-mon[37786]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:46.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:46 smithi191 ceph-mon[37786]: pgmap v50: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2024-01-27T08:40:46.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:46 smithi191 ceph-mon[37786]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:46.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:46 smithi191 ceph-mon[37786]: from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:46.771 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:40:46.771 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:40:46.772 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:40:46.772 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:40:46.772 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:40:46.772 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:40:46.772 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Currently upgrading mgr daemons", 2024-01-27T08:40:46.772 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": false 2024-01-27T08:40:46.772 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:40:47.223 INFO:teuthology.orchestra.run.smithi159.stdout: 5 62005 9.24 MB/sec execute 64 sec latency 114.806 ms 2024-01-27T08:40:47.342 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:40:47.393 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:47 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1319213039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:40:47.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:47 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1319213039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:40:48.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 62386 9.25 MB/sec execute 65 sec latency 132.777 ms 2024-01-27T08:40:48.404 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:48 smithi159 ceph-mon[34891]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:48.404 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:48 smithi159 ceph-mon[34891]: pgmap v51: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2024-01-27T08:40:48.405 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:48 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3116961344' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:40:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:48 smithi191 ceph-mon[37786]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:40:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:48 smithi191 ceph-mon[37786]: pgmap v51: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2024-01-27T08:40:48.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:48 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3116961344' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:40:49.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 62739 9.19 MB/sec execute 66 sec latency 135.222 ms 2024-01-27T08:40:50.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 63182 9.29 MB/sec execute 67 sec latency 133.474 ms 2024-01-27T08:40:50.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:50 smithi159 ceph-mon[34891]: pgmap v52: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 632 op/s 2024-01-27T08:40:50.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:50 smithi191 ceph-mon[37786]: pgmap v52: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 632 op/s 2024-01-27T08:40:51.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 63579 9.30 MB/sec execute 68 sec latency 138.126 ms 2024-01-27T08:40:52.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 63928 9.35 MB/sec execute 69 sec latency 136.133 ms 2024-01-27T08:40:52.464 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:52 smithi159 ceph-mon[34891]: pgmap v53: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2024-01-27T08:40:52.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:52 smithi191 ceph-mon[37786]: pgmap v53: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2024-01-27T08:40:53.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 64210 9.30 MB/sec execute 70 sec latency 134.555 ms 2024-01-27T08:40:54.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 64555 9.32 MB/sec execute 71 sec latency 137.353 ms 2024-01-27T08:40:54.514 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:54 smithi159 ceph-mon[34891]: pgmap v54: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 676 op/s 2024-01-27T08:40:54.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:54 smithi191 ceph-mon[37786]: pgmap v54: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 676 op/s 2024-01-27T08:40:55.226 INFO:teuthology.orchestra.run.smithi159.stdout: 5 64839 9.30 MB/sec execute 72 sec latency 129.914 ms 2024-01-27T08:40:56.227 INFO:teuthology.orchestra.run.smithi159.stdout: 5 65227 9.32 MB/sec execute 73 sec latency 132.807 ms 2024-01-27T08:40:56.309 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:56 smithi159 ceph-mon[34891]: pgmap v55: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 450 op/s 2024-01-27T08:40:56.309 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:56 smithi191 ceph-mon[37786]: pgmap v55: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 450 op/s 2024-01-27T08:40:56.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:40:57.227 INFO:teuthology.orchestra.run.smithi159.stdout: 5 65594 9.32 MB/sec execute 74 sec latency 127.005 ms 2024-01-27T08:40:58.227 INFO:teuthology.orchestra.run.smithi159.stdout: 5 65873 9.27 MB/sec execute 75 sec latency 127.181 ms 2024-01-27T08:40:58.357 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:40:58 smithi159 ceph-mon[34891]: pgmap v56: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 450 op/s 2024-01-27T08:40:58.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:40:58 smithi191 ceph-mon[37786]: pgmap v56: 97 pgs: 97 active+clean; 337 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 450 op/s 2024-01-27T08:40:59.227 INFO:teuthology.orchestra.run.smithi159.stdout: 5 66318 9.33 MB/sec execute 76 sec latency 135.535 ms 2024-01-27T08:41:00.227 INFO:teuthology.orchestra.run.smithi159.stdout: 5 66740 9.30 MB/sec execute 77 sec latency 135.895 ms 2024-01-27T08:41:00.400 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:00 smithi159 ceph-mon[34891]: pgmap v57: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 695 op/s 2024-01-27T08:41:00.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:00 smithi191 ceph-mon[37786]: pgmap v57: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 695 op/s 2024-01-27T08:41:01.231 INFO:teuthology.orchestra.run.smithi159.stdout: 5 67112 9.34 MB/sec execute 78 sec latency 127.050 ms 2024-01-27T08:41:02.231 INFO:teuthology.orchestra.run.smithi159.stdout: 5 67519 9.37 MB/sec execute 79 sec latency 129.787 ms 2024-01-27T08:41:02.416 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:02 smithi159 ceph-mon[34891]: pgmap v58: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 486 op/s 2024-01-27T08:41:02.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:02 smithi191 ceph-mon[37786]: pgmap v58: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 486 op/s 2024-01-27T08:41:03.231 INFO:teuthology.orchestra.run.smithi159.stdout: 5 67937 9.39 MB/sec execute 80 sec latency 204.544 ms 2024-01-27T08:41:04.232 INFO:teuthology.orchestra.run.smithi159.stdout: 5 68281 9.42 MB/sec execute 81 sec latency 133.867 ms 2024-01-27T08:41:04.462 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:04 smithi159 ceph-mon[34891]: pgmap v59: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 725 op/s 2024-01-27T08:41:04.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:04 smithi191 ceph-mon[37786]: pgmap v59: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 725 op/s 2024-01-27T08:41:05.232 INFO:teuthology.orchestra.run.smithi159.stdout: 5 68622 9.43 MB/sec execute 82 sec latency 137.749 ms 2024-01-27T08:41:06.235 INFO:teuthology.orchestra.run.smithi159.stdout: 5 68964 9.38 MB/sec execute 83 sec latency 131.280 ms 2024-01-27T08:41:06.528 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:06 smithi159 ceph-mon[34891]: pgmap v60: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2024-01-27T08:41:06.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:06 smithi191 ceph-mon[37786]: pgmap v60: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2024-01-27T08:41:07.235 INFO:teuthology.orchestra.run.smithi159.stdout: 5 69324 9.42 MB/sec execute 84 sec latency 129.392 ms 2024-01-27T08:41:08.236 INFO:teuthology.orchestra.run.smithi159.stdout: 5 69792 9.47 MB/sec execute 85 sec latency 87.275 ms 2024-01-27T08:41:08.547 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:08 smithi159 ceph-mon[34891]: pgmap v61: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2024-01-27T08:41:08.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:08 smithi191 ceph-mon[37786]: pgmap v61: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2024-01-27T08:41:09.236 INFO:teuthology.orchestra.run.smithi159.stdout: 5 70270 9.44 MB/sec execute 86 sec latency 87.899 ms 2024-01-27T08:41:10.236 INFO:teuthology.orchestra.run.smithi159.stdout: 5 70558 9.39 MB/sec execute 87 sec latency 129.809 ms 2024-01-27T08:41:10.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:10 smithi159 ceph-mon[34891]: pgmap v62: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.9 MiB/s wr, 703 op/s 2024-01-27T08:41:10.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:10 smithi191 ceph-mon[37786]: pgmap v62: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.9 MiB/s wr, 703 op/s 2024-01-27T08:41:11.236 INFO:teuthology.orchestra.run.smithi159.stdout: 5 70947 9.45 MB/sec execute 88 sec latency 136.023 ms 2024-01-27T08:41:11.623 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:11.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:12.236 INFO:teuthology.orchestra.run.smithi159.stdout: 5 71296 9.46 MB/sec execute 89 sec latency 123.824 ms 2024-01-27T08:41:12.406 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:12 smithi159 ceph-mon[34891]: pgmap v63: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2024-01-27T08:41:12.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:12 smithi191 ceph-mon[37786]: pgmap v63: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2024-01-27T08:41:13.236 INFO:teuthology.orchestra.run.smithi159.stdout: 5 71688 9.49 MB/sec execute 90 sec latency 120.588 ms 2024-01-27T08:41:14.238 INFO:teuthology.orchestra.run.smithi159.stdout: 5 71951 9.48 MB/sec execute 91 sec latency 130.154 ms 2024-01-27T08:41:14.544 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:14 smithi159 ceph-mon[34891]: pgmap v64: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 698 op/s 2024-01-27T08:41:14.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:14 smithi191 ceph-mon[37786]: pgmap v64: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 698 op/s 2024-01-27T08:41:15.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 72239 9.45 MB/sec execute 92 sec latency 126.477 ms 2024-01-27T08:41:16.238 INFO:teuthology.orchestra.run.smithi159.stdout: 5 72547 9.41 MB/sec execute 93 sec latency 123.393 ms 2024-01-27T08:41:16.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:16 smithi159 ceph-mon[34891]: pgmap v65: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2024-01-27T08:41:16.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:16 smithi191 ceph-mon[37786]: pgmap v65: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2024-01-27T08:41:17.239 INFO:teuthology.orchestra.run.smithi159.stdout: 5 72853 9.43 MB/sec execute 94 sec latency 135.124 ms 2024-01-27T08:41:17.827 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:41:18.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 73201 9.43 MB/sec execute 95 sec latency 190.792 ms 2024-01-27T08:41:18.642 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:18 smithi159 ceph-mon[34891]: pgmap v66: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (7m) 117s ago 7m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (7m) 2m ago 7m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 starting - - - - 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (3m) 117s ago 3m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (3m) 2m ago 3m 14.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (8m) 117s ago 8m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (2m) 2m ago 7m 496M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (9m) 117s ago 9m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (7m) 2m ago 7m 62.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:41:18.745 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (3m) 117s ago 3m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (3m) 2m ago 3m 76.4M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 starting - - - - 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (6m) 117s ago 6m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (6m) 117s ago 6m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (6m) 117s ago 6m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (5m) 117s ago 5m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (5m) 2m ago 5m 459M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (5m) 2m ago 5m 506M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (5m) 2m ago 5m 494M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (4m) 2m ago 4m 762M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:41:18.746 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 starting - - - - 2024-01-27T08:41:18.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:18 smithi191 ceph-mon[37786]: pgmap v66: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 458 op/s 2024-01-27T08:41:19.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 73568 9.40 MB/sec execute 96 sec latency 121.357 ms 2024-01-27T08:41:19.293 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:19.294 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:41:19.295 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:41:19.295 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:19.295 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:41:19.295 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:41:19.295 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:41:19.295 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:41:19.295 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:41:19.652 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:19 smithi159 ceph-mon[34891]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:19.652 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:19 smithi159 ceph-mon[34891]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:19.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:19 smithi159 ceph-mon[34891]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:19.653 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:19 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2683523850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Currently upgrading mgr daemons", 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": false 2024-01-27T08:41:19.769 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:41:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:19 smithi191 ceph-mon[37786]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:19.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:19 smithi191 ceph-mon[37786]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:19.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:19 smithi191 ceph-mon[37786]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:19.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:19 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2683523850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:41:20.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 73867 9.37 MB/sec execute 97 sec latency 138.817 ms 2024-01-27T08:41:20.374 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:41:20.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:20 smithi159 ceph-mon[34891]: pgmap v67: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 644 op/s 2024-01-27T08:41:20.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:20 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2517395007' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:41:20.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:20 smithi191 ceph-mon[37786]: pgmap v67: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 644 op/s 2024-01-27T08:41:20.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:20 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2517395007' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:41:21.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 74157 9.37 MB/sec execute 98 sec latency 130.435 ms 2024-01-27T08:41:21.693 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:21 smithi159 ceph-mon[34891]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:21.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:21 smithi191 ceph-mon[37786]: from='client.24541 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:22.241 INFO:teuthology.orchestra.run.smithi159.stdout: 5 74629 9.42 MB/sec execute 99 sec latency 127.003 ms 2024-01-27T08:41:22.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:22 smithi159 ceph-mon[34891]: pgmap v68: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2024-01-27T08:41:22.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:22 smithi191 ceph-mon[37786]: pgmap v68: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2024-01-27T08:41:23.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 74944 9.39 MB/sec execute 100 sec latency 139.282 ms 2024-01-27T08:41:24.244 INFO:teuthology.orchestra.run.smithi159.stdout: 5 75282 9.42 MB/sec execute 101 sec latency 126.488 ms 2024-01-27T08:41:24.483 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:24 smithi159 ceph-mon[34891]: pgmap v69: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 633 op/s 2024-01-27T08:41:24.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:24 smithi191 ceph-mon[37786]: pgmap v69: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 633 op/s 2024-01-27T08:41:25.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 75647 9.40 MB/sec execute 102 sec latency 120.784 ms 2024-01-27T08:41:26.240 INFO:teuthology.orchestra.run.smithi159.stdout: 5 75970 9.39 MB/sec execute 103 sec latency 129.435 ms 2024-01-27T08:41:26.502 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:26 smithi159 ceph-mon[34891]: pgmap v70: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2024-01-27T08:41:26.502 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:26.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:26 smithi191 ceph-mon[37786]: pgmap v70: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2024-01-27T08:41:26.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:27.241 INFO:teuthology.orchestra.run.smithi159.stdout: 5 76321 9.41 MB/sec execute 104 sec latency 165.684 ms 2024-01-27T08:41:28.241 INFO:teuthology.orchestra.run.smithi159.stdout: 5 76656 9.40 MB/sec execute 105 sec latency 202.612 ms 2024-01-27T08:41:28.617 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:28 smithi159 ceph-mon[34891]: pgmap v71: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2024-01-27T08:41:28.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:28 smithi191 ceph-mon[37786]: pgmap v71: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2024-01-27T08:41:29.241 INFO:teuthology.orchestra.run.smithi159.stdout: 5 76992 9.41 MB/sec execute 106 sec latency 126.803 ms 2024-01-27T08:41:30.246 INFO:teuthology.orchestra.run.smithi159.stdout: 5 77269 9.38 MB/sec execute 107 sec latency 129.982 ms 2024-01-27T08:41:30.644 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:30 smithi159 ceph-mon[34891]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 597 op/s 2024-01-27T08:41:30.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:30 smithi191 ceph-mon[37786]: pgmap v72: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 597 op/s 2024-01-27T08:41:31.247 INFO:teuthology.orchestra.run.smithi159.stdout: 5 77647 9.35 MB/sec execute 108 sec latency 129.732 ms 2024-01-27T08:41:32.247 INFO:teuthology.orchestra.run.smithi159.stdout: 5 77951 9.32 MB/sec execute 109 sec latency 136.642 ms 2024-01-27T08:41:32.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:32 smithi159 ceph-mon[34891]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-27T08:41:32.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:32 smithi191 ceph-mon[37786]: pgmap v73: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2024-01-27T08:41:33.246 INFO:teuthology.orchestra.run.smithi159.stdout: 5 78265 9.36 MB/sec execute 110 sec latency 126.836 ms 2024-01-27T08:41:34.256 INFO:teuthology.orchestra.run.smithi159.stdout: 5 78688 9.38 MB/sec execute 111 sec latency 120.940 ms 2024-01-27T08:41:34.725 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:34 smithi159 ceph-mon[34891]: pgmap v74: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2024-01-27T08:41:34.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:34 smithi191 ceph-mon[37786]: pgmap v74: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 613 op/s 2024-01-27T08:41:35.257 INFO:teuthology.orchestra.run.smithi159.stdout: 5 79052 9.42 MB/sec execute 112 sec latency 174.238 ms 2024-01-27T08:41:36.257 INFO:teuthology.orchestra.run.smithi159.stdout: 5 79379 9.39 MB/sec execute 113 sec latency 124.858 ms 2024-01-27T08:41:36.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:36 smithi159 ceph-mon[34891]: pgmap v75: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:41:36.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:36 smithi191 ceph-mon[37786]: pgmap v75: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:41:37.257 INFO:teuthology.orchestra.run.smithi159.stdout: 5 79792 9.37 MB/sec execute 114 sec latency 121.564 ms 2024-01-27T08:41:38.257 INFO:teuthology.orchestra.run.smithi159.stdout: 5 80144 9.41 MB/sec execute 115 sec latency 87.763 ms 2024-01-27T08:41:38.566 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:38 smithi159 ceph-mon[34891]: pgmap v76: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:41:38.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:38 smithi191 ceph-mon[37786]: pgmap v76: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:41:39.265 INFO:teuthology.orchestra.run.smithi159.stdout: 5 80558 9.42 MB/sec execute 116 sec latency 86.498 ms 2024-01-27T08:41:40.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 80953 9.40 MB/sec execute 117 sec latency 128.802 ms 2024-01-27T08:41:40.615 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:40 smithi159 ceph-mon[34891]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.5 MiB/s wr, 621 op/s 2024-01-27T08:41:40.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:40 smithi191 ceph-mon[37786]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.5 MiB/s wr, 621 op/s 2024-01-27T08:41:41.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 81298 9.40 MB/sec execute 118 sec latency 143.453 ms 2024-01-27T08:41:41.637 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:41.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:42.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 81640 9.40 MB/sec execute 119 sec latency 123.515 ms 2024-01-27T08:41:42.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:42 smithi159 ceph-mon[34891]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2024-01-27T08:41:42.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:42 smithi191 ceph-mon[37786]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2024-01-27T08:41:43.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 81996 9.40 MB/sec execute 120 sec latency 125.854 ms 2024-01-27T08:41:44.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 82290 9.41 MB/sec execute 121 sec latency 123.681 ms 2024-01-27T08:41:44.700 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:44 smithi159 ceph-mon[34891]: pgmap v79: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 637 op/s 2024-01-27T08:41:44.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:44 smithi191 ceph-mon[37786]: pgmap v79: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 637 op/s 2024-01-27T08:41:45.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 82611 9.42 MB/sec execute 122 sec latency 130.023 ms 2024-01-27T08:41:46.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 82930 9.42 MB/sec execute 123 sec latency 127.265 ms 2024-01-27T08:41:46.744 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:46 smithi159 ceph-mon[34891]: pgmap v80: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2024-01-27T08:41:46.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:46 smithi191 ceph-mon[37786]: pgmap v80: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2024-01-27T08:41:47.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 83272 9.40 MB/sec execute 124 sec latency 123.782 ms 2024-01-27T08:41:48.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 83597 9.38 MB/sec execute 125 sec latency 129.714 ms 2024-01-27T08:41:48.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:48 smithi159 ceph-mon[34891]: pgmap v81: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2024-01-27T08:41:48.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:48 smithi191 ceph-mon[37786]: pgmap v81: 97 pgs: 97 active+clean; 339 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2024-01-27T08:41:49.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 83954 9.36 MB/sec execute 126 sec latency 129.776 ms 2024-01-27T08:41:50.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 84303 9.38 MB/sec execute 127 sec latency 131.116 ms 2024-01-27T08:41:50.809 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:50 smithi159 ceph-mon[34891]: pgmap v82: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 637 op/s 2024-01-27T08:41:50.866 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:41:50.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:50 smithi191 ceph-mon[37786]: pgmap v82: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 637 op/s 2024-01-27T08:41:51.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 84735 9.38 MB/sec execute 128 sec latency 136.075 ms 2024-01-27T08:41:51.742 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (8m) 2m ago 8m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (8m) 2m ago 8m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 starting - - - - 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (4m) 2m ago 4m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (4m) 2m ago 4m 14.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (9m) 2m ago 9m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (2m) 2m ago 7m 496M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (9m) 2m ago 9m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (7m) 2m ago 7m 62.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (4m) 2m ago 4m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (4m) 2m ago 4m 76.4M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2024-01-27T08:41:51.743 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 starting - - - - 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (7m) 2m ago 7m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (7m) 2m ago 7m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (6m) 2m ago 6m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (6m) 2m ago 6m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (6m) 2m ago 6m 459M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (5m) 2m ago 5m 506M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (5m) 2m ago 5m 494M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (5m) 2m ago 5m 762M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:41:51.744 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 starting - - - - 2024-01-27T08:41:52.252 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:41:52.252 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:41:52.252 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:41:52.252 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:52.252 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:41:52.253 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:41:52.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 85114 9.40 MB/sec execute 129 sec latency 150.287 ms 2024-01-27T08:41:52.754 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:41:52.754 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:41:52.754 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:41:52.754 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:41:52.754 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:41:52.755 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:41:52.755 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Currently upgrading mgr daemons", 2024-01-27T08:41:52.755 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": false 2024-01-27T08:41:52.755 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:41:52.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:52 smithi159 ceph-mon[34891]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:52.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:52 smithi159 ceph-mon[34891]: pgmap v83: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2024-01-27T08:41:52.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:52 smithi159 ceph-mon[34891]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:52.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:52 smithi159 ceph-mon[34891]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:52.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:52 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/4141066361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:41:52.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:52 smithi191 ceph-mon[37786]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:52.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:52 smithi191 ceph-mon[37786]: pgmap v83: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2024-01-27T08:41:52.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:52 smithi191 ceph-mon[37786]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:52.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:52 smithi191 ceph-mon[37786]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:52.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:52 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/4141066361' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:41:53.267 INFO:teuthology.orchestra.run.smithi159.stdout: 5 85375 9.38 MB/sec execute 130 sec latency 138.240 ms 2024-01-27T08:41:53.318 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:41:53.869 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:53 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2211851253' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:41:53.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:53 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2211851253' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:41:54.269 INFO:teuthology.orchestra.run.smithi159.stdout: 5 85691 9.38 MB/sec execute 131 sec latency 139.124 ms 2024-01-27T08:41:54.879 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:54 smithi159 ceph-mon[34891]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:54.879 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:54 smithi159 ceph-mon[34891]: pgmap v84: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 639 op/s 2024-01-27T08:41:54.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:54 smithi191 ceph-mon[37786]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:41:54.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:54 smithi191 ceph-mon[37786]: pgmap v84: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 639 op/s 2024-01-27T08:41:55.270 INFO:teuthology.orchestra.run.smithi159.stdout: 5 86091 9.41 MB/sec execute 132 sec latency 134.003 ms 2024-01-27T08:41:56.270 INFO:teuthology.orchestra.run.smithi159.stdout: 5 86338 9.40 MB/sec execute 133 sec latency 124.022 ms 2024-01-27T08:41:56.692 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:56 smithi159 ceph-mon[34891]: pgmap v85: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2024-01-27T08:41:56.692 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:56.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:56 smithi191 ceph-mon[37786]: pgmap v85: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2024-01-27T08:41:56.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:41:57.270 INFO:teuthology.orchestra.run.smithi159.stdout: 5 86628 9.41 MB/sec execute 134 sec latency 129.860 ms 2024-01-27T08:41:58.270 INFO:teuthology.orchestra.run.smithi159.stdout: 5 86990 9.37 MB/sec execute 135 sec latency 127.149 ms 2024-01-27T08:41:58.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:41:58 smithi159 ceph-mon[34891]: pgmap v86: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2024-01-27T08:41:58.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:41:58 smithi191 ceph-mon[37786]: pgmap v86: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2024-01-27T08:41:59.276 INFO:teuthology.orchestra.run.smithi159.stdout: 5 87348 9.33 MB/sec execute 136 sec latency 123.749 ms 2024-01-27T08:42:00.276 INFO:teuthology.orchestra.run.smithi159.stdout: 5 87617 9.34 MB/sec execute 137 sec latency 123.751 ms 2024-01-27T08:42:00.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:00 smithi159 ceph-mon[34891]: pgmap v87: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 613 op/s 2024-01-27T08:42:00.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:00 smithi191 ceph-mon[37786]: pgmap v87: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 613 op/s 2024-01-27T08:42:01.276 INFO:teuthology.orchestra.run.smithi159.stdout: 5 88024 9.37 MB/sec execute 138 sec latency 150.246 ms 2024-01-27T08:42:02.276 INFO:teuthology.orchestra.run.smithi159.stdout: 5 88436 9.36 MB/sec execute 139 sec latency 83.914 ms 2024-01-27T08:42:02.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:02 smithi159 ceph-mon[34891]: pgmap v88: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 410 op/s 2024-01-27T08:42:03.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:02 smithi191 ceph-mon[37786]: pgmap v88: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 410 op/s 2024-01-27T08:42:03.276 INFO:teuthology.orchestra.run.smithi159.stdout: 5 88748 9.35 MB/sec execute 140 sec latency 111.898 ms 2024-01-27T08:42:04.276 INFO:teuthology.orchestra.run.smithi159.stdout: 5 88994 9.35 MB/sec execute 141 sec latency 138.179 ms 2024-01-27T08:42:04.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:04 smithi159 ceph-mon[34891]: pgmap v89: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 616 op/s 2024-01-27T08:42:05.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:04 smithi191 ceph-mon[37786]: pgmap v89: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 616 op/s 2024-01-27T08:42:05.283 INFO:teuthology.orchestra.run.smithi159.stdout: 5 89290 9.34 MB/sec execute 142 sec latency 145.009 ms 2024-01-27T08:42:06.284 INFO:teuthology.orchestra.run.smithi159.stdout: 5 89618 9.35 MB/sec execute 143 sec latency 126.417 ms 2024-01-27T08:42:06.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:06 smithi159 ceph-mon[34891]: pgmap v90: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-27T08:42:07.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:06 smithi191 ceph-mon[37786]: pgmap v90: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-27T08:42:07.284 INFO:teuthology.orchestra.run.smithi159.stdout: 5 89947 9.36 MB/sec execute 144 sec latency 141.528 ms 2024-01-27T08:42:08.284 INFO:teuthology.orchestra.run.smithi159.stdout: 5 90210 9.34 MB/sec execute 145 sec latency 194.417 ms 2024-01-27T08:42:08.913 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:08 smithi159 ceph-mon[34891]: pgmap v91: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-27T08:42:09.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:08 smithi191 ceph-mon[37786]: pgmap v91: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2024-01-27T08:42:09.284 INFO:teuthology.orchestra.run.smithi159.stdout: 5 90458 9.31 MB/sec execute 146 sec latency 123.149 ms 2024-01-27T08:42:10.286 INFO:teuthology.orchestra.run.smithi159.stdout: 5 90697 9.27 MB/sec execute 147 sec latency 131.019 ms 2024-01-27T08:42:10.957 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:10 smithi159 ceph-mon[34891]: pgmap v92: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 580 op/s 2024-01-27T08:42:11.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:10 smithi191 ceph-mon[37786]: pgmap v92: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 580 op/s 2024-01-27T08:42:11.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 91017 9.26 MB/sec execute 148 sec latency 134.889 ms 2024-01-27T08:42:11.972 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:12.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:12.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 91304 9.24 MB/sec execute 149 sec latency 132.621 ms 2024-01-27T08:42:12.746 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:12 smithi159 ceph-mon[34891]: pgmap v93: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2024-01-27T08:42:13.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:12 smithi191 ceph-mon[37786]: pgmap v93: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2024-01-27T08:42:13.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 91571 9.25 MB/sec execute 150 sec latency 140.701 ms 2024-01-27T08:42:14.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 91994 9.25 MB/sec execute 151 sec latency 129.698 ms 2024-01-27T08:42:14.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:14 smithi159 ceph-mon[34891]: pgmap v94: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 558 op/s 2024-01-27T08:42:15.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:14 smithi191 ceph-mon[37786]: pgmap v94: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 558 op/s 2024-01-27T08:42:15.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 92352 9.24 MB/sec execute 152 sec latency 103.374 ms 2024-01-27T08:42:16.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 92627 9.24 MB/sec execute 153 sec latency 192.416 ms 2024-01-27T08:42:16.795 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:16 smithi159 ceph-mon[34891]: pgmap v95: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2024-01-27T08:42:17.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:16 smithi191 ceph-mon[37786]: pgmap v95: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2024-01-27T08:42:17.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 92905 9.24 MB/sec execute 154 sec latency 186.834 ms 2024-01-27T08:42:18.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 93238 9.26 MB/sec execute 155 sec latency 121.901 ms 2024-01-27T08:42:18.850 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:18 smithi159 ceph-mon[34891]: pgmap v96: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2024-01-27T08:42:19.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:18 smithi191 ceph-mon[37786]: pgmap v96: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2024-01-27T08:42:19.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 93547 9.26 MB/sec execute 156 sec latency 123.662 ms 2024-01-27T08:42:20.291 INFO:teuthology.orchestra.run.smithi159.stdout: 5 93818 9.25 MB/sec execute 157 sec latency 125.852 ms 2024-01-27T08:42:20.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:20 smithi159 ceph-mon[34891]: pgmap v97: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2024-01-27T08:42:20.409 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:20 smithi191 ceph-mon[37786]: pgmap v97: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2024-01-27T08:42:21.302 INFO:teuthology.orchestra.run.smithi159.stdout: 5 94042 9.22 MB/sec execute 158 sec latency 133.126 ms 2024-01-27T08:42:22.146 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:22 smithi159 ceph-mon[34891]: pgmap v98: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2024-01-27T08:42:22.302 INFO:teuthology.orchestra.run.smithi159.stdout: 5 94347 9.21 MB/sec execute 159 sec latency 135.852 ms 2024-01-27T08:42:22.409 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:22 smithi191 ceph-mon[37786]: pgmap v98: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2024-01-27T08:42:23.302 INFO:teuthology.orchestra.run.smithi159.stdout: 5 94608 9.17 MB/sec execute 160 sec latency 127.866 ms 2024-01-27T08:42:23.771 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:42:24.222 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:24 smithi159 ceph-mon[34891]: pgmap v99: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2024-01-27T08:42:24.303 INFO:teuthology.orchestra.run.smithi159.stdout: 5 94871 9.18 MB/sec execute 161 sec latency 125.885 ms 2024-01-27T08:42:24.660 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:24 smithi191 ceph-mon[37786]: pgmap v99: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2024-01-27T08:42:24.660 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:42:24.660 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:42:24.660 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (9m) 3m ago 9m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:42:24.660 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (8m) 3m ago 8m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 starting - - - - 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (5m) 3m ago 5m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (5m) 3m ago 5m 14.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (10m) 3m ago 10m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (3m) 3m ago 8m 496M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (10m) 3m ago 10m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (8m) 3m ago 8m 62.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (4m) 3m ago 4m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (4m) 3m ago 4m 76.4M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 starting - - - - 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (7m) 3m ago 7m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (7m) 3m ago 7m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (7m) 3m ago 7m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (7m) 3m ago 7m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:42:24.661 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (6m) 3m ago 6m 459M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:42:24.662 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (6m) 3m ago 6m 506M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:42:24.662 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (6m) 3m ago 6m 494M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:42:24.662 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (5m) 3m ago 5m 762M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:42:24.662 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 starting - - - - 2024-01-27T08:42:25.174 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:42:25.175 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:42:25.176 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:42:25.176 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:42:25.176 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:42:25.238 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:25 smithi159 ceph-mon[34891]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:25.238 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:25 smithi159 ceph-mon[34891]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:25.238 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:25 smithi159 ceph-mon[34891]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:25.303 INFO:teuthology.orchestra.run.smithi159.stdout: 5 95087 9.16 MB/sec execute 162 sec latency 120.709 ms 2024-01-27T08:42:25.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:25 smithi191 ceph-mon[37786]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:25.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:25 smithi191 ceph-mon[37786]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:25.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:25 smithi191 ceph-mon[37786]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Currently upgrading mgr daemons", 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": false 2024-01-27T08:42:25.660 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:42:26.211 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:42:26.264 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:26 smithi159 ceph-mon[34891]: pgmap v100: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 361 op/s 2024-01-27T08:42:26.264 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:26 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3372475313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:42:26.264 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:26 smithi159 ceph-mon[34891]: from='client.24581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:26.264 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:26.303 INFO:teuthology.orchestra.run.smithi159.stdout: 5 95337 9.15 MB/sec execute 163 sec latency 129.997 ms 2024-01-27T08:42:26.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:26 smithi191 ceph-mon[37786]: pgmap v100: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 361 op/s 2024-01-27T08:42:26.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:26 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3372475313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:42:26.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:26 smithi191 ceph-mon[37786]: from='client.24581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:26.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:27.282 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:27 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3012295522' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:42:27.303 INFO:teuthology.orchestra.run.smithi159.stdout: 5 95668 9.14 MB/sec execute 164 sec latency 123.846 ms 2024-01-27T08:42:27.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:27 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3012295522' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:42:28.295 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:28 smithi159 ceph-mon[34891]: pgmap v101: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 361 op/s 2024-01-27T08:42:28.303 INFO:teuthology.orchestra.run.smithi159.stdout: 5 95953 9.11 MB/sec execute 165 sec latency 127.364 ms 2024-01-27T08:42:28.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:28 smithi191 ceph-mon[37786]: pgmap v101: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 361 op/s 2024-01-27T08:42:29.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 96205 9.09 MB/sec execute 166 sec latency 136.970 ms 2024-01-27T08:42:30.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 96502 9.10 MB/sec execute 167 sec latency 123.742 ms 2024-01-27T08:42:30.361 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:30 smithi159 ceph-mon[34891]: pgmap v102: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2024-01-27T08:42:30.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:30 smithi191 ceph-mon[37786]: pgmap v102: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 528 op/s 2024-01-27T08:42:31.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 96755 9.08 MB/sec execute 168 sec latency 198.945 ms 2024-01-27T08:42:32.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 97101 9.11 MB/sec execute 169 sec latency 123.881 ms 2024-01-27T08:42:32.453 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:32 smithi159 ceph-mon[34891]: pgmap v103: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2024-01-27T08:42:32.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:32 smithi191 ceph-mon[37786]: pgmap v103: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2024-01-27T08:42:33.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 97367 9.09 MB/sec execute 170 sec latency 122.930 ms 2024-01-27T08:42:34.288 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:34 smithi159 ceph-mon[34891]: pgmap v104: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2024-01-27T08:42:34.303 INFO:teuthology.orchestra.run.smithi159.stdout: 5 97586 9.07 MB/sec execute 171 sec latency 126.594 ms 2024-01-27T08:42:34.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:34 smithi191 ceph-mon[37786]: pgmap v104: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2024-01-27T08:42:35.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 97839 9.06 MB/sec execute 172 sec latency 127.023 ms 2024-01-27T08:42:36.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 98092 9.04 MB/sec execute 173 sec latency 151.009 ms 2024-01-27T08:42:36.346 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:36 smithi159 ceph-mon[34891]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2024-01-27T08:42:36.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:36 smithi191 ceph-mon[37786]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2024-01-27T08:42:37.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 98409 9.04 MB/sec execute 174 sec latency 158.974 ms 2024-01-27T08:42:38.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 98733 9.06 MB/sec execute 175 sec latency 136.762 ms 2024-01-27T08:42:38.381 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:38 smithi159 ceph-mon[34891]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2024-01-27T08:42:38.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:38 smithi191 ceph-mon[37786]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2024-01-27T08:42:39.304 INFO:teuthology.orchestra.run.smithi159.stdout: 5 99038 9.06 MB/sec execute 176 sec latency 146.704 ms 2024-01-27T08:42:40.309 INFO:teuthology.orchestra.run.smithi159.stdout: 5 99396 9.02 MB/sec execute 177 sec latency 123.520 ms 2024-01-27T08:42:40.408 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:40 smithi159 ceph-mon[34891]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2024-01-27T08:42:40.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:40 smithi191 ceph-mon[37786]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2024-01-27T08:42:41.311 INFO:teuthology.orchestra.run.smithi159.stdout: 5 99714 8.99 MB/sec execute 178 sec latency 129.702 ms 2024-01-27T08:42:41.428 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:41.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:42.309 INFO:teuthology.orchestra.run.smithi159.stdout: 5 99952 8.99 MB/sec execute 179 sec latency 220.232 ms 2024-01-27T08:42:42.443 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:42 smithi159 ceph-mon[34891]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2024-01-27T08:42:42.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:42 smithi191 ceph-mon[37786]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2024-01-27T08:42:43.309 INFO:teuthology.orchestra.run.smithi159.stdout: 5 100324 9.03 MB/sec execute 180 sec latency 117.990 ms 2024-01-27T08:42:44.309 INFO:teuthology.orchestra.run.smithi159.stdout: 5 100664 9.04 MB/sec execute 181 sec latency 106.319 ms 2024-01-27T08:42:44.464 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:44 smithi159 ceph-mon[34891]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:42:44.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:44 smithi191 ceph-mon[37786]: pgmap v109: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:42:45.310 INFO:teuthology.orchestra.run.smithi159.stdout: 5 101021 9.03 MB/sec execute 182 sec latency 137.675 ms 2024-01-27T08:42:46.318 INFO:teuthology.orchestra.run.smithi159.stdout: 5 101266 9.01 MB/sec execute 183 sec latency 196.926 ms 2024-01-27T08:42:46.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:46 smithi159 ceph-mon[34891]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2024-01-27T08:42:46.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:46 smithi191 ceph-mon[37786]: pgmap v110: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2024-01-27T08:42:47.318 INFO:teuthology.orchestra.run.smithi159.stdout: 5 101477 9.00 MB/sec execute 184 sec latency 129.712 ms 2024-01-27T08:42:48.318 INFO:teuthology.orchestra.run.smithi159.stdout: 5 101752 9.00 MB/sec execute 185 sec latency 129.263 ms 2024-01-27T08:42:48.524 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:48 smithi159 ceph-mon[34891]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2024-01-27T08:42:48.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:48 smithi191 ceph-mon[37786]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2024-01-27T08:42:49.318 INFO:teuthology.orchestra.run.smithi159.stdout: 5 102141 9.01 MB/sec execute 186 sec latency 129.235 ms 2024-01-27T08:42:50.319 INFO:teuthology.orchestra.run.smithi159.stdout: 5 102459 9.00 MB/sec execute 187 sec latency 128.926 ms 2024-01-27T08:42:50.551 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:50 smithi159 ceph-mon[34891]: pgmap v112: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2024-01-27T08:42:50.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:50 smithi191 ceph-mon[37786]: pgmap v112: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2024-01-27T08:42:51.318 INFO:teuthology.orchestra.run.smithi159.stdout: 5 102812 8.99 MB/sec execute 188 sec latency 126.304 ms 2024-01-27T08:42:52.319 INFO:teuthology.orchestra.run.smithi159.stdout: 5 103177 8.97 MB/sec execute 189 sec latency 126.625 ms 2024-01-27T08:42:52.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:52 smithi159 ceph-mon[34891]: pgmap v113: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2024-01-27T08:42:52.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:52 smithi191 ceph-mon[37786]: pgmap v113: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 380 op/s 2024-01-27T08:42:53.318 INFO:teuthology.orchestra.run.smithi159.stdout: 5 103567 8.99 MB/sec execute 190 sec latency 126.930 ms 2024-01-27T08:42:54.328 INFO:teuthology.orchestra.run.smithi159.stdout: 5 103922 9.00 MB/sec execute 191 sec latency 148.319 ms 2024-01-27T08:42:54.405 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:54 smithi159 ceph-mon[34891]: pgmap v114: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.7 MiB/s wr, 580 op/s 2024-01-27T08:42:54.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:54 smithi191 ceph-mon[37786]: pgmap v114: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.7 MiB/s wr, 580 op/s 2024-01-27T08:42:55.329 INFO:teuthology.orchestra.run.smithi159.stdout: 5 104295 9.01 MB/sec execute 192 sec latency 142.438 ms 2024-01-27T08:42:56.329 INFO:teuthology.orchestra.run.smithi159.stdout: 5 104628 9.01 MB/sec execute 193 sec latency 136.428 ms 2024-01-27T08:42:56.452 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:56 smithi159 ceph-mon[34891]: pgmap v115: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2024-01-27T08:42:56.452 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:56.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:56 smithi191 ceph-mon[37786]: pgmap v115: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2024-01-27T08:42:56.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:42:56.740 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:42:57.336 INFO:teuthology.orchestra.run.smithi159.stdout: 5 104840 9.00 MB/sec execute 194 sec latency 129.323 ms 2024-01-27T08:42:57.488 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:57 smithi159 ceph-mon[34891]: from='client.24589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (9m) 3m ago 9m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (9m) 3m ago 9m 7147k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 starting - - - - 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (5m) 3m ago 5m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (5m) 3m ago 5m 14.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (10m) 3m ago 10m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (3m) 3m ago 9m 496M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:42:57.630 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (10m) 3m ago 10m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (9m) 3m ago 9m 62.2M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (5m) 3m ago 5m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (5m) 3m ago 5m 76.4M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 starting - - - - 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (8m) 3m ago 8m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (8m) 3m ago 8m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (7m) 3m ago 7m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (7m) 3m ago 7m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (7m) 3m ago 7m 459M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (7m) 3m ago 7m 506M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (6m) 3m ago 6m 494M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (6m) 3m ago 6m 762M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:42:57.631 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 starting - - - - 2024-01-27T08:42:57.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:57 smithi191 ceph-mon[37786]: from='client.24589 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:58.237 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:42:58.238 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:42:58.239 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:42:58.239 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:42:58.239 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:42:58.239 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:42:58.337 INFO:teuthology.orchestra.run.smithi159.stdout: 5 105132 9.01 MB/sec execute 195 sec latency 123.721 ms 2024-01-27T08:42:58.538 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:58 smithi159 ceph-mon[34891]: pgmap v116: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2024-01-27T08:42:58.539 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:58 smithi159 ceph-mon[34891]: from='client.24593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:58.539 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:58 smithi159 ceph-mon[34891]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:58.539 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:58 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3309620858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:42:58.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:58 smithi191 ceph-mon[37786]: pgmap v116: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2024-01-27T08:42:58.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:58 smithi191 ceph-mon[37786]: from='client.24593 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:58.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:58 smithi191 ceph-mon[37786]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:58.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:58 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3309620858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:42:58.718 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:42:58.718 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:42:58.718 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:42:58.718 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:42:58.718 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:42:58.718 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:42:58.718 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Currently upgrading mgr daemons", 2024-01-27T08:42:58.719 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": false 2024-01-27T08:42:58.719 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:42:59.244 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_OK 2024-01-27T08:42:59.345 INFO:teuthology.orchestra.run.smithi159.stdout: 5 105462 9.00 MB/sec execute 196 sec latency 129.547 ms 2024-01-27T08:42:59.557 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:59 smithi159 ceph-mon[34891]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:59.557 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:42:59 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1221021273' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:42:59.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:59 smithi191 ceph-mon[37786]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:42:59.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:42:59 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1221021273' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:43:00.351 INFO:teuthology.orchestra.run.smithi159.stdout: 5 105724 9.00 MB/sec execute 197 sec latency 123.900 ms 2024-01-27T08:43:00.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:00 smithi159 ceph-mon[34891]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2024-01-27T08:43:00.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:00 smithi191 ceph-mon[37786]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2024-01-27T08:43:01.351 INFO:teuthology.orchestra.run.smithi159.stdout: 5 105991 8.99 MB/sec execute 198 sec latency 194.535 ms 2024-01-27T08:43:02.356 INFO:teuthology.orchestra.run.smithi159.stdout: 5 106311 8.97 MB/sec execute 199 sec latency 129.402 ms 2024-01-27T08:43:02.615 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:02 smithi159 ceph-mon[34891]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2024-01-27T08:43:02.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:02 smithi191 ceph-mon[37786]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2024-01-27T08:43:03.356 INFO:teuthology.orchestra.run.smithi159.stdout: 5 106643 8.94 MB/sec execute 200 sec latency 126.832 ms 2024-01-27T08:43:04.356 INFO:teuthology.orchestra.run.smithi159.stdout: 5 106886 8.92 MB/sec execute 201 sec latency 142.923 ms 2024-01-27T08:43:04.426 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:04 smithi159 ceph-mon[34891]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 581 op/s 2024-01-27T08:43:04.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:04 smithi191 ceph-mon[37786]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 581 op/s 2024-01-27T08:43:05.356 INFO:teuthology.orchestra.run.smithi159.stdout: 5 107134 8.92 MB/sec execute 202 sec latency 129.609 ms 2024-01-27T08:43:06.356 INFO:teuthology.orchestra.run.smithi159.stdout: 5 107417 8.93 MB/sec execute 203 sec latency 267.914 ms 2024-01-27T08:43:06.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:06 smithi159 ceph-mon[34891]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2024-01-27T08:43:06.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:06 smithi191 ceph-mon[37786]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2024-01-27T08:43:07.363 INFO:teuthology.orchestra.run.smithi159.stdout: 5 107823 8.93 MB/sec execute 204 sec latency 138.265 ms 2024-01-27T08:43:08.366 INFO:teuthology.orchestra.run.smithi159.stdout: 5 108159 8.96 MB/sec execute 205 sec latency 105.516 ms 2024-01-27T08:43:08.638 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:08 smithi159 ceph-mon[34891]: pgmap v121: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2024-01-27T08:43:08.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:08 smithi191 ceph-mon[37786]: pgmap v121: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 380 op/s 2024-01-27T08:43:09.366 INFO:teuthology.orchestra.run.smithi159.stdout: 5 108405 8.96 MB/sec execute 206 sec latency 123.484 ms 2024-01-27T08:43:10.366 INFO:teuthology.orchestra.run.smithi159.stdout: 5 108672 8.95 MB/sec execute 207 sec latency 137.032 ms 2024-01-27T08:43:10.669 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:10 smithi159 ceph-mon[34891]: pgmap v122: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2024-01-27T08:43:10.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:10 smithi191 ceph-mon[37786]: pgmap v122: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2024-01-27T08:43:11.366 INFO:teuthology.orchestra.run.smithi159.stdout: 5 108994 8.95 MB/sec execute 208 sec latency 123.418 ms 2024-01-27T08:43:11.699 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:11.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:12.366 INFO:teuthology.orchestra.run.smithi159.stdout: 5 109231 8.93 MB/sec execute 209 sec latency 192.129 ms 2024-01-27T08:43:12.456 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:12 smithi159 ceph-mon[34891]: pgmap v123: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2024-01-27T08:43:12.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:12 smithi191 ceph-mon[37786]: pgmap v123: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2024-01-27T08:43:13.366 INFO:teuthology.orchestra.run.smithi159.stdout: 5 109451 8.92 MB/sec execute 210 sec latency 125.998 ms 2024-01-27T08:43:14.368 INFO:teuthology.orchestra.run.smithi159.stdout: 5 109725 8.90 MB/sec execute 211 sec latency 130.588 ms 2024-01-27T08:43:14.511 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:14 smithi159 ceph-mon[34891]: pgmap v124: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 520 op/s 2024-01-27T08:43:14.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:14 smithi191 ceph-mon[37786]: pgmap v124: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 520 op/s 2024-01-27T08:43:15.368 INFO:teuthology.orchestra.run.smithi159.stdout: 5 110068 8.88 MB/sec execute 212 sec latency 133.522 ms 2024-01-27T08:43:16.368 INFO:teuthology.orchestra.run.smithi159.stdout: 5 110442 8.88 MB/sec execute 213 sec latency 123.790 ms 2024-01-27T08:43:16.551 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:16 smithi159 ceph-mon[34891]: pgmap v125: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2024-01-27T08:43:16.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:16 smithi191 ceph-mon[37786]: pgmap v125: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2024-01-27T08:43:17.370 INFO:teuthology.orchestra.run.smithi159.stdout: 5 110692 8.87 MB/sec execute 214 sec latency 149.018 ms 2024-01-27T08:43:18.370 INFO:teuthology.orchestra.run.smithi159.stdout: 5 111114 8.89 MB/sec execute 215 sec latency 135.503 ms 2024-01-27T08:43:18.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:18 smithi159 ceph-mon[34891]: pgmap v126: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2024-01-27T08:43:18.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:18 smithi191 ceph-mon[37786]: pgmap v126: 97 pgs: 97 active+clean; 355 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2024-01-27T08:43:19.371 INFO:teuthology.orchestra.run.smithi159.stdout: 5 111480 8.91 MB/sec execute 216 sec latency 124.240 ms 2024-01-27T08:43:19.619 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:19 smithi159 ceph-mon[34891]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:43:19.619 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:19 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:19.619 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:19 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:43:19.619 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:19 smithi159 ceph-mon[34891]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2024-01-27T08:43:19.865 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:19 smithi191 ceph-mon[37786]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:43:19.866 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:19 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:19.866 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:19 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:43:19.866 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:19 smithi191 ceph-mon[37786]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2024-01-27T08:43:20.370 INFO:teuthology.orchestra.run.smithi159.stdout: 5 111932 8.94 MB/sec execute 217 sec latency 141.718 ms 2024-01-27T08:43:20.651 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:20 smithi159 ceph-mon[34891]: Health check failed: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-01-27T08:43:20.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:20 smithi191 ceph-mon[37786]: Health check failed: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-01-27T08:43:21.371 INFO:teuthology.orchestra.run.smithi159.stdout: 5 112204 8.93 MB/sec execute 218 sec latency 129.883 ms 2024-01-27T08:43:21.688 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:21 smithi159 ceph-mon[34891]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2024-01-27T08:43:21.688 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:21.688 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:21 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:21.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:21 smithi191 ceph-mon[37786]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2024-01-27T08:43:21.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:21.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:21 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:22.371 INFO:teuthology.orchestra.run.smithi159.stdout: 5 112516 8.93 MB/sec execute 219 sec latency 87.853 ms 2024-01-27T08:43:23.371 INFO:teuthology.orchestra.run.smithi159.stdout: 5 112781 8.91 MB/sec execute 220 sec latency 147.259 ms 2024-01-27T08:43:23.726 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:23 smithi159 ceph-mon[34891]: pgmap v129: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2024-01-27T08:43:23.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:23 smithi191 ceph-mon[37786]: pgmap v129: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2024-01-27T08:43:24.372 INFO:teuthology.orchestra.run.smithi159.stdout: 5 113098 8.92 MB/sec execute 221 sec latency 148.682 ms 2024-01-27T08:43:25.282 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:25 smithi159 ceph-mon[34891]: pgmap v130: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:43:25.372 INFO:teuthology.orchestra.run.smithi159.stdout: 5 113328 8.89 MB/sec execute 222 sec latency 207.483 ms 2024-01-27T08:43:25.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:25 smithi191 ceph-mon[37786]: pgmap v130: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:43:26.372 INFO:teuthology.orchestra.run.smithi159.stdout: 5 113671 8.89 MB/sec execute 223 sec latency 137.122 ms 2024-01-27T08:43:27.089 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:26 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:27.089 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:27.090 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:26 smithi159 ceph-mon[34891]: pgmap v131: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:43:27.372 INFO:teuthology.orchestra.run.smithi159.stdout: 5 113926 8.86 MB/sec execute 224 sec latency 134.501 ms 2024-01-27T08:43:27.409 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:26 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:43:27.409 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:27.409 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:26 smithi191 ceph-mon[37786]: pgmap v131: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2024-01-27T08:43:28.374 INFO:teuthology.orchestra.run.smithi159.stdout: 5 114321 8.87 MB/sec execute 225 sec latency 131.773 ms 2024-01-27T08:43:29.374 INFO:teuthology.orchestra.run.smithi159.stdout: 5 114638 8.88 MB/sec execute 226 sec latency 128.558 ms 2024-01-27T08:43:29.639 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:29 smithi159 ceph-mon[34891]: pgmap v132: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2024-01-27T08:43:29.730 INFO:teuthology.orchestra.run.smithi159.stdout:true 2024-01-27T08:43:29.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:29 smithi191 ceph-mon[37786]: pgmap v132: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 593 op/s 2024-01-27T08:43:30.131 INFO:teuthology.orchestra.run.smithi159.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed." 2024-01-27T08:43:30.376 INFO:teuthology.orchestra.run.smithi159.stdout: 5 114918 8.89 MB/sec execute 227 sec latency 137.297 ms 2024-01-27T08:43:30.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:30 smithi159 ceph-mon[34891]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:43:30.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:30 smithi191 ceph-mon[37786]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:43:31.379 INFO:teuthology.orchestra.run.smithi159.stdout: 5 115344 8.91 MB/sec execute 228 sec latency 123.813 ms 2024-01-27T08:43:31.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:31 smithi159 ceph-mon[34891]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:43:31.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:31 smithi159 ceph-mon[34891]: pgmap v133: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2024-01-27T08:43:31.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:31 smithi191 ceph-mon[37786]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:43:31.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:31 smithi191 ceph-mon[37786]: pgmap v133: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2024-01-27T08:43:32.379 INFO:teuthology.orchestra.run.smithi159.stdout: 5 115652 8.92 MB/sec execute 229 sec latency 132.906 ms 2024-01-27T08:43:33.381 INFO:teuthology.orchestra.run.smithi159.stdout: 5 115974 8.91 MB/sec execute 230 sec latency 138.429 ms 2024-01-27T08:43:33.732 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:33 smithi159 ceph-mon[34891]: pgmap v134: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.3 MiB/s wr, 584 op/s 2024-01-27T08:43:33.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:33 smithi191 ceph-mon[37786]: pgmap v134: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.3 MiB/s wr, 584 op/s 2024-01-27T08:43:34.381 INFO:teuthology.orchestra.run.smithi159.stdout: 5 116313 8.90 MB/sec execute 231 sec latency 120.310 ms 2024-01-27T08:43:35.274 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:35 smithi159 ceph-mon[34891]: pgmap v135: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2024-01-27T08:43:35.381 INFO:teuthology.orchestra.run.smithi159.stdout: 5 116602 8.89 MB/sec execute 232 sec latency 129.304 ms 2024-01-27T08:43:35.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:35 smithi191 ceph-mon[37786]: pgmap v135: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2024-01-27T08:43:36.381 INFO:teuthology.orchestra.run.smithi159.stdout: 5 116925 8.90 MB/sec execute 233 sec latency 139.268 ms 2024-01-27T08:43:37.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 117355 8.88 MB/sec execute 234 sec latency 86.860 ms 2024-01-27T08:43:37.820 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:37 smithi159 ceph-mon[34891]: pgmap v136: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2024-01-27T08:43:37.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:37 smithi191 ceph-mon[37786]: pgmap v136: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2024-01-27T08:43:38.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 117652 8.86 MB/sec execute 235 sec latency 123.970 ms 2024-01-27T08:43:39.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 117905 8.86 MB/sec execute 236 sec latency 135.100 ms 2024-01-27T08:43:39.888 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:39 smithi159 ceph-mon[34891]: pgmap v137: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 584 op/s 2024-01-27T08:43:39.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:39 smithi191 ceph-mon[37786]: pgmap v137: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 584 op/s 2024-01-27T08:43:40.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 118209 8.87 MB/sec execute 237 sec latency 136.531 ms 2024-01-27T08:43:41.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 118509 8.88 MB/sec execute 238 sec latency 148.374 ms 2024-01-27T08:43:41.678 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:41 smithi159 ceph-mon[34891]: pgmap v138: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2024-01-27T08:43:41.679 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:41.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:41 smithi191 ceph-mon[37786]: pgmap v138: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2024-01-27T08:43:41.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:42.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 118825 8.89 MB/sec execute 239 sec latency 146.233 ms 2024-01-27T08:43:43.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 119122 8.88 MB/sec execute 240 sec latency 170.846 ms 2024-01-27T08:43:43.733 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:43 smithi159 ceph-mon[34891]: pgmap v139: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.1 MiB/s wr, 581 op/s 2024-01-27T08:43:43.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:43 smithi191 ceph-mon[37786]: pgmap v139: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.1 MiB/s wr, 581 op/s 2024-01-27T08:43:44.384 INFO:teuthology.orchestra.run.smithi159.stdout: 5 119386 8.88 MB/sec execute 241 sec latency 133.839 ms 2024-01-27T08:43:45.252 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:45 smithi159 ceph-mon[34891]: pgmap v140: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2024-01-27T08:43:45.386 INFO:teuthology.orchestra.run.smithi159.stdout: 5 119679 8.87 MB/sec execute 242 sec latency 142.539 ms 2024-01-27T08:43:45.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:45 smithi191 ceph-mon[37786]: pgmap v140: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2024-01-27T08:43:46.386 INFO:teuthology.orchestra.run.smithi159.stdout: 5 120017 8.86 MB/sec execute 243 sec latency 123.669 ms 2024-01-27T08:43:47.386 INFO:teuthology.orchestra.run.smithi159.stdout: 5 120297 8.86 MB/sec execute 244 sec latency 133.506 ms 2024-01-27T08:43:47.830 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:47 smithi159 ceph-mon[34891]: pgmap v141: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2024-01-27T08:43:47.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:47 smithi191 ceph-mon[37786]: pgmap v141: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2024-01-27T08:43:48.386 INFO:teuthology.orchestra.run.smithi159.stdout: 5 120649 8.86 MB/sec execute 245 sec latency 137.196 ms 2024-01-27T08:43:49.387 INFO:teuthology.orchestra.run.smithi159.stdout: 5 120999 8.86 MB/sec execute 246 sec latency 129.460 ms 2024-01-27T08:43:49.890 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:49 smithi159 ceph-mon[34891]: pgmap v142: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2024-01-27T08:43:49.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:49 smithi191 ceph-mon[37786]: pgmap v142: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2024-01-27T08:43:50.386 INFO:teuthology.orchestra.run.smithi159.stdout: 5 121328 8.84 MB/sec execute 247 sec latency 125.484 ms 2024-01-27T08:43:51.387 INFO:teuthology.orchestra.run.smithi159.stdout: 5 121662 8.85 MB/sec execute 248 sec latency 188.895 ms 2024-01-27T08:43:51.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:51 smithi159 ceph-mon[34891]: pgmap v143: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2024-01-27T08:43:51.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:51 smithi191 ceph-mon[37786]: pgmap v143: 97 pgs: 97 active+clean; 356 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2024-01-27T08:43:52.387 INFO:teuthology.orchestra.run.smithi159.stdout: 5 121878 8.83 MB/sec execute 249 sec latency 210.237 ms 2024-01-27T08:43:53.392 INFO:teuthology.orchestra.run.smithi159.stdout: 5 122240 8.86 MB/sec execute 250 sec latency 133.684 ms 2024-01-27T08:43:53.727 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:53 smithi159 ceph-mon[34891]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 564 op/s 2024-01-27T08:43:53.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:53 smithi191 ceph-mon[37786]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 564 op/s 2024-01-27T08:43:54.392 INFO:teuthology.orchestra.run.smithi159.stdout: 5 122558 8.86 MB/sec execute 251 sec latency 127.359 ms 2024-01-27T08:43:55.269 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:55 smithi159 ceph-mon[34891]: pgmap v145: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 384 op/s 2024-01-27T08:43:55.392 INFO:teuthology.orchestra.run.smithi159.stdout: 5 122757 8.85 MB/sec execute 252 sec latency 127.149 ms 2024-01-27T08:43:55.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:55 smithi191 ceph-mon[37786]: pgmap v145: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 384 op/s 2024-01-27T08:43:56.286 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:56.392 INFO:teuthology.orchestra.run.smithi159.stdout: 5 122982 8.85 MB/sec execute 253 sec latency 130.035 ms 2024-01-27T08:43:56.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:43:57.304 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:57 smithi159 ceph-mon[34891]: pgmap v146: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 384 op/s 2024-01-27T08:43:57.392 INFO:teuthology.orchestra.run.smithi159.stdout: 5 123225 8.83 MB/sec execute 254 sec latency 130.337 ms 2024-01-27T08:43:57.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:57 smithi191 ceph-mon[37786]: pgmap v146: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 384 op/s 2024-01-27T08:43:58.392 INFO:teuthology.orchestra.run.smithi159.stdout: 5 123543 8.83 MB/sec execute 255 sec latency 117.633 ms 2024-01-27T08:43:59.392 INFO:teuthology.orchestra.run.smithi159.stdout: 5 123789 8.81 MB/sec execute 256 sec latency 130.027 ms 2024-01-27T08:43:59.845 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:43:59 smithi159 ceph-mon[34891]: pgmap v147: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2024-01-27T08:43:59.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:43:59 smithi191 ceph-mon[37786]: pgmap v147: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2024-01-27T08:44:00.393 INFO:teuthology.orchestra.run.smithi159.stdout: 5 124064 8.81 MB/sec execute 257 sec latency 207.383 ms 2024-01-27T08:44:01.393 INFO:teuthology.orchestra.run.smithi159.stdout: 5 124381 8.80 MB/sec execute 258 sec latency 106.335 ms 2024-01-27T08:44:01.671 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:01 smithi159 ceph-mon[34891]: pgmap v148: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2024-01-27T08:44:01.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:01 smithi191 ceph-mon[37786]: pgmap v148: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 355 op/s 2024-01-27T08:44:02.399 INFO:teuthology.orchestra.run.smithi159.stdout: 5 124739 8.79 MB/sec execute 259 sec latency 122.006 ms 2024-01-27T08:44:03.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 125111 8.82 MB/sec execute 260 sec latency 130.175 ms 2024-01-27T08:44:03.743 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:03 smithi159 ceph-mon[34891]: pgmap v149: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2024-01-27T08:44:04.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:03 smithi191 ceph-mon[37786]: pgmap v149: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2024-01-27T08:44:04.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 125412 8.80 MB/sec execute 261 sec latency 126.795 ms 2024-01-27T08:44:05.269 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:05 smithi159 ceph-mon[34891]: pgmap v150: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2024-01-27T08:44:05.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 125757 8.81 MB/sec execute 262 sec latency 134.170 ms 2024-01-27T08:44:05.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:05 smithi191 ceph-mon[37786]: pgmap v150: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2024-01-27T08:44:06.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 125984 8.79 MB/sec execute 263 sec latency 126.335 ms 2024-01-27T08:44:07.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 126241 8.80 MB/sec execute 264 sec latency 135.112 ms 2024-01-27T08:44:07.741 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:07 smithi159 ceph-mon[34891]: pgmap v151: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2024-01-27T08:44:07.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:07 smithi191 ceph-mon[37786]: pgmap v151: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2024-01-27T08:44:08.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 126486 8.80 MB/sec execute 265 sec latency 158.254 ms 2024-01-27T08:44:09.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 126754 8.80 MB/sec execute 266 sec latency 117.337 ms 2024-01-27T08:44:09.813 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:09 smithi159 ceph-mon[34891]: pgmap v152: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2024-01-27T08:44:09.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:09 smithi191 ceph-mon[37786]: pgmap v152: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2024-01-27T08:44:10.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 126943 8.78 MB/sec execute 267 sec latency 150.980 ms 2024-01-27T08:44:11.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 127192 8.77 MB/sec execute 268 sec latency 129.671 ms 2024-01-27T08:44:11.884 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:11 smithi159 ceph-mon[34891]: pgmap v153: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2024-01-27T08:44:11.884 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:12.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:11 smithi191 ceph-mon[37786]: pgmap v153: 97 pgs: 97 active+clean; 359 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2024-01-27T08:44:12.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:12.409 INFO:teuthology.orchestra.run.smithi159.stdout: 5 127463 8.75 MB/sec execute 269 sec latency 123.596 ms 2024-01-27T08:44:13.416 INFO:teuthology.orchestra.run.smithi159.stdout: 5 127701 8.74 MB/sec execute 270 sec latency 140.547 ms 2024-01-27T08:44:13.928 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:13 smithi159 ceph-mon[34891]: pgmap v154: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2024-01-27T08:44:14.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:13 smithi191 ceph-mon[37786]: pgmap v154: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2024-01-27T08:44:14.417 INFO:teuthology.orchestra.run.smithi159.stdout: 5 128034 8.74 MB/sec execute 271 sec latency 170.270 ms 2024-01-27T08:44:15.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:15 smithi159 ceph-mon[34891]: pgmap v155: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2024-01-27T08:44:15.420 INFO:teuthology.orchestra.run.smithi159.stdout: 5 128338 8.74 MB/sec execute 272 sec latency 195.412 ms 2024-01-27T08:44:15.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:15 smithi191 ceph-mon[37786]: pgmap v155: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2024-01-27T08:44:16.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 128706 8.75 MB/sec execute 273 sec latency 129.621 ms 2024-01-27T08:44:17.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 129001 8.74 MB/sec execute 274 sec latency 126.739 ms 2024-01-27T08:44:17.805 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:17 smithi159 ceph-mon[34891]: pgmap v156: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2024-01-27T08:44:17.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:17 smithi191 ceph-mon[37786]: pgmap v156: 97 pgs: 97 active+clean; 355 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2024-01-27T08:44:18.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 129209 8.73 MB/sec execute 275 sec latency 141.089 ms 2024-01-27T08:44:19.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 129496 8.73 MB/sec execute 276 sec latency 136.421 ms 2024-01-27T08:44:19.870 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:19 smithi159 ceph-mon[34891]: pgmap v157: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2024-01-27T08:44:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:19 smithi191 ceph-mon[37786]: pgmap v157: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2024-01-27T08:44:20.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 129734 8.72 MB/sec execute 277 sec latency 192.617 ms 2024-01-27T08:44:21.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 129959 8.71 MB/sec execute 278 sec latency 129.338 ms 2024-01-27T08:44:21.663 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:21 smithi159 ceph-mon[34891]: pgmap v158: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2024-01-27T08:44:21.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:21 smithi191 ceph-mon[37786]: pgmap v158: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2024-01-27T08:44:22.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 130242 8.72 MB/sec execute 279 sec latency 127.114 ms 2024-01-27T08:44:23.427 INFO:teuthology.orchestra.run.smithi159.stdout: 5 130474 8.71 MB/sec execute 280 sec latency 154.805 ms 2024-01-27T08:44:23.727 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:23 smithi159 ceph-mon[34891]: pgmap v159: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2024-01-27T08:44:23.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:23 smithi191 ceph-mon[37786]: pgmap v159: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2024-01-27T08:44:24.429 INFO:teuthology.orchestra.run.smithi159.stdout: 5 130762 8.71 MB/sec execute 281 sec latency 132.021 ms 2024-01-27T08:44:25.271 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:25 smithi159 ceph-mon[34891]: pgmap v160: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2024-01-27T08:44:25.429 INFO:teuthology.orchestra.run.smithi159.stdout: 5 131092 8.69 MB/sec execute 282 sec latency 132.298 ms 2024-01-27T08:44:25.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:25 smithi191 ceph-mon[37786]: pgmap v160: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2024-01-27T08:44:26.309 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:26.429 INFO:teuthology.orchestra.run.smithi159.stdout: 5 131314 8.67 MB/sec execute 283 sec latency 139.500 ms 2024-01-27T08:44:26.661 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:27.344 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:27 smithi159 ceph-mon[34891]: pgmap v161: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2024-01-27T08:44:27.429 INFO:teuthology.orchestra.run.smithi159.stdout: 5 131499 8.67 MB/sec execute 284 sec latency 129.649 ms 2024-01-27T08:44:27.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:27 smithi191 ceph-mon[37786]: pgmap v161: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2024-01-27T08:44:28.429 INFO:teuthology.orchestra.run.smithi159.stdout: 5 131870 8.68 MB/sec execute 285 sec latency 126.927 ms 2024-01-27T08:44:29.429 INFO:teuthology.orchestra.run.smithi159.stdout: 5 132141 8.67 MB/sec execute 286 sec latency 152.369 ms 2024-01-27T08:44:29.637 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:29 smithi159 ceph-mon[34891]: pgmap v162: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2024-01-27T08:44:29.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:29 smithi191 ceph-mon[37786]: pgmap v162: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2024-01-27T08:44:30.432 INFO:teuthology.orchestra.run.smithi159.stdout: 5 132443 8.67 MB/sec execute 287 sec latency 127.131 ms 2024-01-27T08:44:31.432 INFO:teuthology.orchestra.run.smithi159.stdout: 5 132713 8.68 MB/sec execute 288 sec latency 133.690 ms 2024-01-27T08:44:31.693 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:31 smithi159 ceph-mon[34891]: pgmap v163: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2024-01-27T08:44:31.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:31 smithi191 ceph-mon[37786]: pgmap v163: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2024-01-27T08:44:32.443 INFO:teuthology.orchestra.run.smithi159.stdout: 5 132889 8.66 MB/sec execute 289 sec latency 130.768 ms 2024-01-27T08:44:33.443 INFO:teuthology.orchestra.run.smithi159.stdout: 5 133232 8.66 MB/sec execute 290 sec latency 129.089 ms 2024-01-27T08:44:33.742 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:33 smithi159 ceph-mon[34891]: pgmap v164: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 479 op/s 2024-01-27T08:44:33.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:33 smithi191 ceph-mon[37786]: pgmap v164: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 479 op/s 2024-01-27T08:44:34.443 INFO:teuthology.orchestra.run.smithi159.stdout: 5 133566 8.65 MB/sec execute 291 sec latency 130.993 ms 2024-01-27T08:44:35.278 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:35 smithi159 ceph-mon[34891]: pgmap v165: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2024-01-27T08:44:35.443 INFO:teuthology.orchestra.run.smithi159.stdout: 5 133881 8.66 MB/sec execute 292 sec latency 131.217 ms 2024-01-27T08:44:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:35 smithi191 ceph-mon[37786]: pgmap v165: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2024-01-27T08:44:36.443 INFO:teuthology.orchestra.run.smithi159.stdout: 5 134308 8.67 MB/sec execute 293 sec latency 126.877 ms 2024-01-27T08:44:37.443 INFO:teuthology.orchestra.run.smithi159.stdout: 5 134686 8.66 MB/sec execute 294 sec latency 131.627 ms 2024-01-27T08:44:37.815 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:37 smithi159 ceph-mon[34891]: pgmap v166: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2024-01-27T08:44:37.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:37 smithi191 ceph-mon[37786]: pgmap v166: 97 pgs: 97 active+clean; 362 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 332 op/s 2024-01-27T08:44:38.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 135031 8.67 MB/sec execute 295 sec latency 132.476 ms 2024-01-27T08:44:39.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 135323 8.67 MB/sec execute 296 sec latency 143.261 ms 2024-01-27T08:44:39.850 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:39 smithi159 ceph-mon[34891]: pgmap v167: 97 pgs: 97 active+clean; 360 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:44:39.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:39 smithi191 ceph-mon[37786]: pgmap v167: 97 pgs: 97 active+clean; 360 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:44:40.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 135744 8.68 MB/sec execute 297 sec latency 158.532 ms 2024-01-27T08:44:41.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 136041 8.68 MB/sec execute 298 sec latency 123.702 ms 2024-01-27T08:44:41.649 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:41 smithi159 ceph-mon[34891]: pgmap v168: 97 pgs: 97 active+clean; 360 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2024-01-27T08:44:41.650 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:41.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:41 smithi191 ceph-mon[37786]: pgmap v168: 97 pgs: 97 active+clean; 360 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2024-01-27T08:44:41.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:42.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 136432 8.68 MB/sec execute 299 sec latency 130.542 ms 2024-01-27T08:44:43.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 136795 8.69 MB/sec execute 300 sec latency 136.699 ms 2024-01-27T08:44:43.700 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:43 smithi159 ceph-mon[34891]: pgmap v169: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2024-01-27T08:44:43.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:43 smithi191 ceph-mon[37786]: pgmap v169: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2024-01-27T08:44:44.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 137111 8.69 MB/sec execute 301 sec latency 127.127 ms 2024-01-27T08:44:45.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:45 smithi159 ceph-mon[34891]: pgmap v170: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2024-01-27T08:44:45.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 137380 8.69 MB/sec execute 302 sec latency 137.327 ms 2024-01-27T08:44:45.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:45 smithi191 ceph-mon[37786]: pgmap v170: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2024-01-27T08:44:46.453 INFO:teuthology.orchestra.run.smithi159.stdout: 5 137692 8.69 MB/sec execute 303 sec latency 137.440 ms 2024-01-27T08:44:47.455 INFO:teuthology.orchestra.run.smithi159.stdout: 5 137974 8.67 MB/sec execute 304 sec latency 136.276 ms 2024-01-27T08:44:47.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:47 smithi159 ceph-mon[34891]: pgmap v171: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2024-01-27T08:44:47.911 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:47 smithi191 ceph-mon[37786]: pgmap v171: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 412 op/s 2024-01-27T08:44:48.455 INFO:teuthology.orchestra.run.smithi159.stdout: 5 138260 8.67 MB/sec execute 305 sec latency 130.868 ms 2024-01-27T08:44:49.464 INFO:teuthology.orchestra.run.smithi159.stdout: 5 138652 8.67 MB/sec execute 306 sec latency 147.993 ms 2024-01-27T08:44:49.827 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:49 smithi159 ceph-mon[34891]: pgmap v172: 97 pgs: 97 active+clean; 364 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 606 op/s 2024-01-27T08:44:49.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:49 smithi191 ceph-mon[37786]: pgmap v172: 97 pgs: 97 active+clean; 364 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 606 op/s 2024-01-27T08:44:50.475 INFO:teuthology.orchestra.run.smithi159.stdout: 5 138983 8.67 MB/sec execute 307 sec latency 130.166 ms 2024-01-27T08:44:51.475 INFO:teuthology.orchestra.run.smithi159.stdout: 5 139359 8.68 MB/sec execute 308 sec latency 123.617 ms 2024-01-27T08:44:51.861 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:51 smithi159 ceph-mon[34891]: pgmap v173: 97 pgs: 97 active+clean; 364 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2024-01-27T08:44:51.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:51 smithi191 ceph-mon[37786]: pgmap v173: 97 pgs: 97 active+clean; 364 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2024-01-27T08:44:52.478 INFO:teuthology.orchestra.run.smithi159.stdout: 5 139669 8.68 MB/sec execute 309 sec latency 138.681 ms 2024-01-27T08:44:53.478 INFO:teuthology.orchestra.run.smithi159.stdout: 5 139914 8.68 MB/sec execute 310 sec latency 123.643 ms 2024-01-27T08:44:53.922 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:53 smithi159 ceph-mon[34891]: pgmap v174: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 611 op/s 2024-01-27T08:44:54.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:53 smithi191 ceph-mon[37786]: pgmap v174: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 611 op/s 2024-01-27T08:44:54.478 INFO:teuthology.orchestra.run.smithi159.stdout: 5 140288 8.69 MB/sec execute 311 sec latency 133.666 ms 2024-01-27T08:44:55.444 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:55 smithi159 ceph-mon[34891]: pgmap v175: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2024-01-27T08:44:55.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 140587 8.69 MB/sec execute 312 sec latency 136.381 ms 2024-01-27T08:44:55.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:55 smithi191 ceph-mon[37786]: pgmap v175: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2024-01-27T08:44:56.462 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:56.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 140901 8.68 MB/sec execute 313 sec latency 124.136 ms 2024-01-27T08:44:56.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:44:57.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 141154 8.67 MB/sec execute 314 sec latency 134.719 ms 2024-01-27T08:44:57.510 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:57 smithi159 ceph-mon[34891]: pgmap v176: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2024-01-27T08:44:57.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:57 smithi191 ceph-mon[37786]: pgmap v176: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2024-01-27T08:44:58.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 141411 8.66 MB/sec execute 315 sec latency 171.334 ms 2024-01-27T08:44:59.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 141717 8.67 MB/sec execute 316 sec latency 186.505 ms 2024-01-27T08:44:59.816 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:44:59 smithi159 ceph-mon[34891]: pgmap v177: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2024-01-27T08:44:59.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:44:59 smithi191 ceph-mon[37786]: pgmap v177: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2024-01-27T08:45:00.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 141864 8.65 MB/sec execute 317 sec latency 205.231 ms 2024-01-27T08:45:01.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 142134 8.64 MB/sec execute 318 sec latency 129.648 ms 2024-01-27T08:45:01.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:01 smithi159 ceph-mon[34891]: pgmap v178: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2024-01-27T08:45:01.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:01 smithi191 ceph-mon[37786]: pgmap v178: 97 pgs: 97 active+clean; 359 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2024-01-27T08:45:02.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 142548 8.64 MB/sec execute 319 sec latency 119.839 ms 2024-01-27T08:45:03.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 142851 8.64 MB/sec execute 320 sec latency 129.190 ms 2024-01-27T08:45:03.678 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:03 smithi159 ceph-mon[34891]: pgmap v179: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 544 op/s 2024-01-27T08:45:04.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:03 smithi191 ceph-mon[37786]: pgmap v179: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 544 op/s 2024-01-27T08:45:04.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 143170 8.65 MB/sec execute 321 sec latency 153.352 ms 2024-01-27T08:45:05.471 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:05 smithi159 ceph-mon[34891]: pgmap v180: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2024-01-27T08:45:05.480 INFO:teuthology.orchestra.run.smithi159.stdout: 5 143529 8.66 MB/sec execute 322 sec latency 131.785 ms 2024-01-27T08:45:05.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:05 smithi191 ceph-mon[37786]: pgmap v180: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2024-01-27T08:45:06.483 INFO:teuthology.orchestra.run.smithi159.stdout: 5 143910 8.67 MB/sec execute 323 sec latency 129.980 ms 2024-01-27T08:45:07.483 INFO:teuthology.orchestra.run.smithi159.stdout: 5 144196 8.67 MB/sec execute 324 sec latency 142.193 ms 2024-01-27T08:45:07.775 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:07 smithi159 ceph-mon[34891]: pgmap v181: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2024-01-27T08:45:07.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:07 smithi191 ceph-mon[37786]: pgmap v181: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2024-01-27T08:45:08.483 INFO:teuthology.orchestra.run.smithi159.stdout: 5 144430 8.66 MB/sec execute 325 sec latency 126.574 ms 2024-01-27T08:45:09.483 INFO:teuthology.orchestra.run.smithi159.stdout: 5 144694 8.65 MB/sec execute 326 sec latency 131.371 ms 2024-01-27T08:45:09.804 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:09 smithi159 ceph-mon[34891]: pgmap v182: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2024-01-27T08:45:09.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:09 smithi191 ceph-mon[37786]: pgmap v182: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2024-01-27T08:45:10.484 INFO:teuthology.orchestra.run.smithi159.stdout: 5 144940 8.64 MB/sec execute 327 sec latency 137.322 ms 2024-01-27T08:45:11.491 INFO:teuthology.orchestra.run.smithi159.stdout: 5 145204 8.63 MB/sec execute 328 sec latency 129.985 ms 2024-01-27T08:45:11.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:11 smithi159 ceph-mon[34891]: pgmap v183: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2024-01-27T08:45:11.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:11.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:11 smithi191 ceph-mon[37786]: pgmap v183: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2024-01-27T08:45:11.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:12.491 INFO:teuthology.orchestra.run.smithi159.stdout: 5 145456 8.63 MB/sec execute 329 sec latency 135.651 ms 2024-01-27T08:45:13.491 INFO:teuthology.orchestra.run.smithi159.stdout: 5 145721 8.62 MB/sec execute 330 sec latency 132.180 ms 2024-01-27T08:45:13.889 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:13 smithi159 ceph-mon[34891]: pgmap v184: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-01-27T08:45:13.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:13 smithi191 ceph-mon[37786]: pgmap v184: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 526 op/s 2024-01-27T08:45:14.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 145992 8.61 MB/sec execute 331 sec latency 126.899 ms 2024-01-27T08:45:15.406 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:15 smithi159 ceph-mon[34891]: pgmap v185: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2024-01-27T08:45:15.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 146295 8.61 MB/sec execute 332 sec latency 121.194 ms 2024-01-27T08:45:15.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:15 smithi191 ceph-mon[37786]: pgmap v185: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 364 op/s 2024-01-27T08:45:16.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 146522 8.61 MB/sec execute 333 sec latency 134.846 ms 2024-01-27T08:45:17.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 146832 8.62 MB/sec execute 334 sec latency 125.909 ms 2024-01-27T08:45:17.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:17 smithi159 ceph-mon[34891]: pgmap v186: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2024-01-27T08:45:17.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:17 smithi191 ceph-mon[37786]: pgmap v186: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2024-01-27T08:45:18.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 147192 8.62 MB/sec execute 335 sec latency 124.191 ms 2024-01-27T08:45:19.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 147521 8.62 MB/sec execute 336 sec latency 135.549 ms 2024-01-27T08:45:19.702 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:19 smithi159 ceph-mon[34891]: pgmap v187: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2024-01-27T08:45:20.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:19 smithi191 ceph-mon[37786]: pgmap v187: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2024-01-27T08:45:20.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 147771 8.61 MB/sec execute 337 sec latency 126.560 ms 2024-01-27T08:45:21.496 INFO:teuthology.orchestra.run.smithi159.stdout: 5 148093 8.61 MB/sec execute 338 sec latency 129.919 ms 2024-01-27T08:45:21.805 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:21 smithi159 ceph-mon[34891]: pgmap v188: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2024-01-27T08:45:22.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:21 smithi191 ceph-mon[37786]: pgmap v188: 97 pgs: 97 active+clean; 354 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2024-01-27T08:45:22.500 INFO:teuthology.orchestra.run.smithi159.stdout: 5 148432 8.61 MB/sec execute 339 sec latency 129.301 ms 2024-01-27T08:45:23.500 INFO:teuthology.orchestra.run.smithi159.stdout: 5 148778 8.62 MB/sec execute 340 sec latency 129.308 ms 2024-01-27T08:45:23.828 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:23 smithi159 ceph-mon[34891]: pgmap v189: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2024-01-27T08:45:24.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:23 smithi191 ceph-mon[37786]: pgmap v189: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2024-01-27T08:45:24.500 INFO:teuthology.orchestra.run.smithi159.stdout: 5 149125 8.61 MB/sec execute 341 sec latency 130.110 ms 2024-01-27T08:45:25.361 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:25 smithi159 ceph-mon[34891]: pgmap v190: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2024-01-27T08:45:25.500 INFO:teuthology.orchestra.run.smithi159.stdout: 5 149406 8.60 MB/sec execute 342 sec latency 133.620 ms 2024-01-27T08:45:25.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:25 smithi191 ceph-mon[37786]: pgmap v190: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2024-01-27T08:45:26.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:26.500 INFO:teuthology.orchestra.run.smithi159.stdout: 5 149734 8.60 MB/sec execute 343 sec latency 114.869 ms 2024-01-27T08:45:26.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:27.422 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:27 smithi159 ceph-mon[34891]: pgmap v191: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2024-01-27T08:45:27.500 INFO:teuthology.orchestra.run.smithi159.stdout: 5 150088 8.61 MB/sec execute 344 sec latency 127.232 ms 2024-01-27T08:45:27.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:27 smithi191 ceph-mon[37786]: pgmap v191: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 358 op/s 2024-01-27T08:45:28.504 INFO:teuthology.orchestra.run.smithi159.stdout: 5 150451 8.63 MB/sec execute 345 sec latency 151.103 ms 2024-01-27T08:45:29.512 INFO:teuthology.orchestra.run.smithi159.stdout: 5 150718 8.62 MB/sec execute 346 sec latency 131.553 ms 2024-01-27T08:45:29.715 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:29 smithi159 ceph-mon[34891]: pgmap v192: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2024-01-27T08:45:29.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:29 smithi191 ceph-mon[37786]: pgmap v192: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2024-01-27T08:45:30.515 INFO:teuthology.orchestra.run.smithi159.stdout: 5 151071 8.62 MB/sec execute 347 sec latency 134.535 ms 2024-01-27T08:45:31.515 INFO:teuthology.orchestra.run.smithi159.stdout: 5 151296 8.61 MB/sec execute 348 sec latency 137.247 ms 2024-01-27T08:45:31.792 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:31 smithi159 ceph-mon[34891]: pgmap v193: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 391 op/s 2024-01-27T08:45:31.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:31 smithi191 ceph-mon[37786]: pgmap v193: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 391 op/s 2024-01-27T08:45:32.523 INFO:teuthology.orchestra.run.smithi159.stdout: 5 151509 8.60 MB/sec execute 349 sec latency 141.775 ms 2024-01-27T08:45:33.522 INFO:teuthology.orchestra.run.smithi159.stdout: 5 151718 8.60 MB/sec execute 350 sec latency 186.257 ms 2024-01-27T08:45:33.876 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:33 smithi159 ceph-mon[34891]: pgmap v194: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 570 op/s 2024-01-27T08:45:33.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:33 smithi191 ceph-mon[37786]: pgmap v194: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 570 op/s 2024-01-27T08:45:34.522 INFO:teuthology.orchestra.run.smithi159.stdout: 5 151871 8.58 MB/sec execute 351 sec latency 123.721 ms 2024-01-27T08:45:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:35 smithi159 ceph-mon[34891]: pgmap v195: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:45:35.522 INFO:teuthology.orchestra.run.smithi159.stdout: 5 152141 8.58 MB/sec execute 352 sec latency 143.762 ms 2024-01-27T08:45:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:35 smithi191 ceph-mon[37786]: pgmap v195: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:45:36.530 INFO:teuthology.orchestra.run.smithi159.stdout: 5 152514 8.57 MB/sec execute 353 sec latency 130.231 ms 2024-01-27T08:45:37.530 INFO:teuthology.orchestra.run.smithi159.stdout: 5 152772 8.56 MB/sec execute 354 sec latency 141.351 ms 2024-01-27T08:45:37.724 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:37 smithi159 ceph-mon[34891]: pgmap v196: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:45:37.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:37 smithi191 ceph-mon[37786]: pgmap v196: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:45:38.535 INFO:teuthology.orchestra.run.smithi159.stdout: 5 153101 8.57 MB/sec execute 355 sec latency 132.455 ms 2024-01-27T08:45:39.535 INFO:teuthology.orchestra.run.smithi159.stdout: 5 153488 8.59 MB/sec execute 356 sec latency 129.871 ms 2024-01-27T08:45:39.747 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:39 smithi159 ceph-mon[34891]: pgmap v197: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 525 op/s 2024-01-27T08:45:39.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:39 smithi191 ceph-mon[37786]: pgmap v197: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 525 op/s 2024-01-27T08:45:40.537 INFO:teuthology.orchestra.run.smithi159.stdout: 5 153815 8.59 MB/sec execute 357 sec latency 146.119 ms 2024-01-27T08:45:41.537 INFO:teuthology.orchestra.run.smithi159.stdout: 5 154099 8.59 MB/sec execute 358 sec latency 138.888 ms 2024-01-27T08:45:41.803 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:41 smithi159 ceph-mon[34891]: pgmap v198: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2024-01-27T08:45:41.803 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:41.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:41 smithi191 ceph-mon[37786]: pgmap v198: 97 pgs: 97 active+clean; 355 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2024-01-27T08:45:41.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:42.546 INFO:teuthology.orchestra.run.smithi159.stdout: 5 154375 8.58 MB/sec execute 359 sec latency 130.417 ms 2024-01-27T08:45:43.553 INFO:teuthology.orchestra.run.smithi159.stdout: 5 154683 8.58 MB/sec execute 360 sec latency 142.506 ms 2024-01-27T08:45:43.837 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:43 smithi159 ceph-mon[34891]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 526 op/s 2024-01-27T08:45:44.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:43 smithi191 ceph-mon[37786]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 526 op/s 2024-01-27T08:45:44.553 INFO:teuthology.orchestra.run.smithi159.stdout: 5 154970 8.57 MB/sec execute 361 sec latency 139.136 ms 2024-01-27T08:45:45.359 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:45 smithi159 ceph-mon[34891]: pgmap v200: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2024-01-27T08:45:45.553 INFO:teuthology.orchestra.run.smithi159.stdout: 5 155282 8.58 MB/sec execute 362 sec latency 129.695 ms 2024-01-27T08:45:45.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:45 smithi191 ceph-mon[37786]: pgmap v200: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2024-01-27T08:45:46.553 INFO:teuthology.orchestra.run.smithi159.stdout: 5 155551 8.57 MB/sec execute 363 sec latency 129.820 ms 2024-01-27T08:45:47.553 INFO:teuthology.orchestra.run.smithi159.stdout: 5 155829 8.57 MB/sec execute 364 sec latency 130.588 ms 2024-01-27T08:45:47.668 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:47 smithi159 ceph-mon[34891]: pgmap v201: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2024-01-27T08:45:47.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:47 smithi191 ceph-mon[37786]: pgmap v201: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2024-01-27T08:45:48.564 INFO:teuthology.orchestra.run.smithi159.stdout: 5 156124 8.56 MB/sec execute 365 sec latency 140.500 ms 2024-01-27T08:45:49.564 INFO:teuthology.orchestra.run.smithi159.stdout: 5 156376 8.56 MB/sec execute 366 sec latency 123.670 ms 2024-01-27T08:45:49.715 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:49 smithi159 ceph-mon[34891]: pgmap v202: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2024-01-27T08:45:50.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:49 smithi191 ceph-mon[37786]: pgmap v202: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2024-01-27T08:45:50.568 INFO:teuthology.orchestra.run.smithi159.stdout: 5 156681 8.55 MB/sec execute 367 sec latency 126.012 ms 2024-01-27T08:45:51.568 INFO:teuthology.orchestra.run.smithi159.stdout: 5 157052 8.56 MB/sec execute 368 sec latency 129.957 ms 2024-01-27T08:45:51.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:51 smithi159 ceph-mon[34891]: pgmap v203: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2024-01-27T08:45:52.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:51 smithi191 ceph-mon[37786]: pgmap v203: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2024-01-27T08:45:52.569 INFO:teuthology.orchestra.run.smithi159.stdout: 5 157265 8.55 MB/sec execute 369 sec latency 129.437 ms 2024-01-27T08:45:53.569 INFO:teuthology.orchestra.run.smithi159.stdout: 5 157568 8.56 MB/sec execute 370 sec latency 133.902 ms 2024-01-27T08:45:53.805 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:53 smithi159 ceph-mon[34891]: pgmap v204: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2024-01-27T08:45:54.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:53 smithi191 ceph-mon[37786]: pgmap v204: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2024-01-27T08:45:54.576 INFO:teuthology.orchestra.run.smithi159.stdout: 5 157847 8.56 MB/sec execute 371 sec latency 145.751 ms 2024-01-27T08:45:55.368 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:55 smithi159 ceph-mon[34891]: pgmap v205: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2024-01-27T08:45:55.582 INFO:teuthology.orchestra.run.smithi159.stdout: 5 158141 8.55 MB/sec execute 372 sec latency 154.381 ms 2024-01-27T08:45:55.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:55 smithi191 ceph-mon[37786]: pgmap v205: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2024-01-27T08:45:56.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:56.584 INFO:teuthology.orchestra.run.smithi159.stdout: 5 158404 8.55 MB/sec execute 373 sec latency 137.700 ms 2024-01-27T08:45:56.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:45:57.401 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:57 smithi159 ceph-mon[34891]: pgmap v206: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2024-01-27T08:45:57.584 INFO:teuthology.orchestra.run.smithi159.stdout: 5 158694 8.55 MB/sec execute 374 sec latency 127.309 ms 2024-01-27T08:45:57.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:57 smithi191 ceph-mon[37786]: pgmap v206: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2024-01-27T08:45:58.584 INFO:teuthology.orchestra.run.smithi159.stdout: 5 159039 8.55 MB/sec execute 375 sec latency 98.169 ms 2024-01-27T08:45:59.587 INFO:teuthology.orchestra.run.smithi159.stdout: 5 159273 8.55 MB/sec execute 376 sec latency 142.088 ms 2024-01-27T08:45:59.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:45:59 smithi159 ceph-mon[34891]: pgmap v207: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2024-01-27T08:45:59.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:45:59 smithi191 ceph-mon[37786]: pgmap v207: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2024-01-27T08:46:00.587 INFO:teuthology.orchestra.run.smithi159.stdout: 5 159628 8.54 MB/sec execute 377 sec latency 132.905 ms 2024-01-27T08:46:01.587 INFO:teuthology.orchestra.run.smithi159.stdout: 5 159924 8.53 MB/sec execute 378 sec latency 86.897 ms 2024-01-27T08:46:01.717 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:01 smithi159 ceph-mon[34891]: pgmap v208: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2024-01-27T08:46:01.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:01 smithi191 ceph-mon[37786]: pgmap v208: 97 pgs: 97 active+clean; 355 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2024-01-27T08:46:02.587 INFO:teuthology.orchestra.run.smithi159.stdout: 5 160207 8.52 MB/sec execute 379 sec latency 126.566 ms 2024-01-27T08:46:03.587 INFO:teuthology.orchestra.run.smithi159.stdout: 5 160564 8.54 MB/sec execute 380 sec latency 147.539 ms 2024-01-27T08:46:03.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:03 smithi159 ceph-mon[34891]: pgmap v209: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 533 op/s 2024-01-27T08:46:03.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:03 smithi191 ceph-mon[37786]: pgmap v209: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 533 op/s 2024-01-27T08:46:04.587 INFO:teuthology.orchestra.run.smithi159.stdout: 5 160956 8.55 MB/sec execute 381 sec latency 142.146 ms 2024-01-27T08:46:05.290 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:05 smithi159 ceph-mon[34891]: pgmap v210: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2024-01-27T08:46:05.593 INFO:teuthology.orchestra.run.smithi159.stdout: 5 161273 8.55 MB/sec execute 382 sec latency 122.152 ms 2024-01-27T08:46:05.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:05 smithi191 ceph-mon[37786]: pgmap v210: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2024-01-27T08:46:06.593 INFO:teuthology.orchestra.run.smithi159.stdout: 5 161529 8.55 MB/sec execute 383 sec latency 300.222 ms 2024-01-27T08:46:07.593 INFO:teuthology.orchestra.run.smithi159.stdout: 5 161743 8.54 MB/sec execute 384 sec latency 155.831 ms 2024-01-27T08:46:07.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:07 smithi159 ceph-mon[34891]: pgmap v211: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2024-01-27T08:46:07.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:07 smithi191 ceph-mon[37786]: pgmap v211: 97 pgs: 97 active+clean; 357 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2024-01-27T08:46:08.593 INFO:teuthology.orchestra.run.smithi159.stdout: 5 161993 8.53 MB/sec execute 385 sec latency 131.552 ms 2024-01-27T08:46:09.593 INFO:teuthology.orchestra.run.smithi159.stdout: 5 162214 8.53 MB/sec execute 386 sec latency 123.165 ms 2024-01-27T08:46:09.905 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:09 smithi159 ceph-mon[34891]: pgmap v212: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2024-01-27T08:46:10.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:09 smithi191 ceph-mon[37786]: pgmap v212: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2024-01-27T08:46:10.596 INFO:teuthology.orchestra.run.smithi159.stdout: 5 162440 8.53 MB/sec execute 387 sec latency 134.588 ms 2024-01-27T08:46:11.596 INFO:teuthology.orchestra.run.smithi159.stdout: 5 162624 8.52 MB/sec execute 388 sec latency 144.339 ms 2024-01-27T08:46:11.716 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:11 smithi159 ceph-mon[34891]: pgmap v213: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2024-01-27T08:46:11.716 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:12.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:11 smithi191 ceph-mon[37786]: pgmap v213: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2024-01-27T08:46:12.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:12.600 INFO:teuthology.orchestra.run.smithi159.stdout: 5 162846 8.51 MB/sec execute 389 sec latency 126.529 ms 2024-01-27T08:46:13.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 163138 8.50 MB/sec execute 390 sec latency 120.957 ms 2024-01-27T08:46:13.903 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:13 smithi159 ceph-mon[34891]: pgmap v214: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2024-01-27T08:46:14.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:13 smithi191 ceph-mon[37786]: pgmap v214: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 521 op/s 2024-01-27T08:46:14.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 163371 8.48 MB/sec execute 391 sec latency 156.398 ms 2024-01-27T08:46:15.449 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:15 smithi159 ceph-mon[34891]: pgmap v215: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2024-01-27T08:46:15.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 163561 8.47 MB/sec execute 392 sec latency 186.382 ms 2024-01-27T08:46:15.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:15 smithi191 ceph-mon[37786]: pgmap v215: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2024-01-27T08:46:16.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 163793 8.47 MB/sec execute 393 sec latency 180.511 ms 2024-01-27T08:46:17.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 164097 8.48 MB/sec execute 394 sec latency 134.925 ms 2024-01-27T08:46:17.737 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:17 smithi159 ceph-mon[34891]: pgmap v216: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2024-01-27T08:46:17.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:17 smithi191 ceph-mon[37786]: pgmap v216: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2024-01-27T08:46:18.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 164373 8.47 MB/sec execute 395 sec latency 172.456 ms 2024-01-27T08:46:19.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 164639 8.47 MB/sec execute 396 sec latency 203.081 ms 2024-01-27T08:46:19.794 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:19 smithi159 ceph-mon[34891]: pgmap v217: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2024-01-27T08:46:20.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:19 smithi191 ceph-mon[37786]: pgmap v217: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2024-01-27T08:46:20.609 INFO:teuthology.orchestra.run.smithi159.stdout: 5 164835 8.46 MB/sec execute 397 sec latency 123.421 ms 2024-01-27T08:46:21.618 INFO:teuthology.orchestra.run.smithi159.stdout: 5 164985 8.45 MB/sec execute 398 sec latency 129.350 ms 2024-01-27T08:46:21.908 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:21 smithi159 ceph-mon[34891]: pgmap v218: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 296 op/s 2024-01-27T08:46:22.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:21 smithi191 ceph-mon[37786]: pgmap v218: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 296 op/s 2024-01-27T08:46:22.618 INFO:teuthology.orchestra.run.smithi159.stdout: 5 165203 8.45 MB/sec execute 399 sec latency 151.108 ms 2024-01-27T08:46:23.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 165450 8.45 MB/sec execute 400 sec latency 123.769 ms 2024-01-27T08:46:23.689 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:23 smithi159 ceph-mon[34891]: pgmap v219: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2024-01-27T08:46:24.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:23 smithi191 ceph-mon[37786]: pgmap v219: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2024-01-27T08:46:24.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 165636 8.44 MB/sec execute 401 sec latency 131.932 ms 2024-01-27T08:46:25.495 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:25 smithi159 ceph-mon[34891]: pgmap v220: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2024-01-27T08:46:25.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 165824 8.43 MB/sec execute 402 sec latency 137.496 ms 2024-01-27T08:46:25.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:25 smithi191 ceph-mon[37786]: pgmap v220: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2024-01-27T08:46:26.290 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:26.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 166043 8.43 MB/sec execute 403 sec latency 129.349 ms 2024-01-27T08:46:26.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:27.307 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:27 smithi159 ceph-mon[34891]: pgmap v221: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2024-01-27T08:46:27.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 166237 8.42 MB/sec execute 404 sec latency 131.701 ms 2024-01-27T08:46:27.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:27 smithi191 ceph-mon[37786]: pgmap v221: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2024-01-27T08:46:28.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 166469 8.41 MB/sec execute 405 sec latency 135.706 ms 2024-01-27T08:46:29.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 166675 8.39 MB/sec execute 406 sec latency 120.249 ms 2024-01-27T08:46:29.850 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:29 smithi159 ceph-mon[34891]: pgmap v222: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2024-01-27T08:46:30.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:29 smithi191 ceph-mon[37786]: pgmap v222: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2024-01-27T08:46:30.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 166938 8.39 MB/sec execute 407 sec latency 195.072 ms 2024-01-27T08:46:31.627 INFO:teuthology.orchestra.run.smithi159.stdout: 5 167279 8.40 MB/sec execute 408 sec latency 133.385 ms 2024-01-27T08:46:31.891 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:31 smithi159 ceph-mon[34891]: pgmap v223: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 262 op/s 2024-01-27T08:46:32.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:31 smithi191 ceph-mon[37786]: pgmap v223: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 262 op/s 2024-01-27T08:46:32.639 INFO:teuthology.orchestra.run.smithi159.stdout: 5 167547 8.39 MB/sec execute 410 sec latency 94.653 ms 2024-01-27T08:46:33.651 INFO:teuthology.orchestra.run.smithi159.stdout: 5 167873 8.39 MB/sec execute 411 sec latency 137.750 ms 2024-01-27T08:46:33.954 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:33 smithi159 ceph-mon[34891]: pgmap v224: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2024-01-27T08:46:34.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:33 smithi191 ceph-mon[37786]: pgmap v224: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2024-01-27T08:46:34.640 INFO:teuthology.orchestra.run.smithi159.stdout: 5 168188 8.40 MB/sec execute 412 sec latency 89.597 ms 2024-01-27T08:46:35.484 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:35 smithi159 ceph-mon[34891]: pgmap v225: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2024-01-27T08:46:35.640 INFO:teuthology.orchestra.run.smithi159.stdout: 5 168423 8.39 MB/sec execute 413 sec latency 126.513 ms 2024-01-27T08:46:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:35 smithi191 ceph-mon[37786]: pgmap v225: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2024-01-27T08:46:36.640 INFO:teuthology.orchestra.run.smithi159.stdout: 5 168598 8.38 MB/sec execute 414 sec latency 130.587 ms 2024-01-27T08:46:37.640 INFO:teuthology.orchestra.run.smithi159.stdout: 5 168903 8.39 MB/sec execute 415 sec latency 125.097 ms 2024-01-27T08:46:37.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:37 smithi159 ceph-mon[34891]: pgmap v226: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2024-01-27T08:46:38.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:37 smithi191 ceph-mon[37786]: pgmap v226: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 288 op/s 2024-01-27T08:46:38.648 INFO:teuthology.orchestra.run.smithi159.stdout: 5 169107 8.38 MB/sec execute 416 sec latency 148.283 ms 2024-01-27T08:46:39.649 INFO:teuthology.orchestra.run.smithi159.stdout: 5 169337 8.38 MB/sec execute 417 sec latency 131.042 ms 2024-01-27T08:46:39.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:39 smithi159 ceph-mon[34891]: pgmap v227: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2024-01-27T08:46:40.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:39 smithi191 ceph-mon[37786]: pgmap v227: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2024-01-27T08:46:40.648 INFO:teuthology.orchestra.run.smithi159.stdout: 5 169588 8.38 MB/sec execute 418 sec latency 143.673 ms 2024-01-27T08:46:41.649 INFO:teuthology.orchestra.run.smithi159.stdout: 5 169799 8.37 MB/sec execute 419 sec latency 129.183 ms 2024-01-27T08:46:41.896 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:41 smithi159 ceph-mon[34891]: pgmap v228: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2024-01-27T08:46:41.896 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:42.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:41 smithi191 ceph-mon[37786]: pgmap v228: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2024-01-27T08:46:42.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:42.651 INFO:teuthology.orchestra.run.smithi159.stdout: 5 170038 8.36 MB/sec execute 420 sec latency 143.368 ms 2024-01-27T08:46:43.651 INFO:teuthology.orchestra.run.smithi159.stdout: 5 170391 8.35 MB/sec execute 421 sec latency 127.899 ms 2024-01-27T08:46:43.911 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:43 smithi159 ceph-mon[34891]: pgmap v229: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2024-01-27T08:46:44.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:43 smithi191 ceph-mon[37786]: pgmap v229: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 461 op/s 2024-01-27T08:46:44.651 INFO:teuthology.orchestra.run.smithi159.stdout: 5 170738 8.35 MB/sec execute 422 sec latency 126.163 ms 2024-01-27T08:46:45.445 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:45 smithi159 ceph-mon[34891]: pgmap v230: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 302 op/s 2024-01-27T08:46:45.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:45 smithi191 ceph-mon[37786]: pgmap v230: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 302 op/s 2024-01-27T08:46:45.658 INFO:teuthology.orchestra.run.smithi159.stdout: 5 171114 8.36 MB/sec execute 423 sec latency 130.516 ms 2024-01-27T08:46:46.659 INFO:teuthology.orchestra.run.smithi159.stdout: 5 171493 8.37 MB/sec execute 424 sec latency 126.586 ms 2024-01-27T08:46:47.667 INFO:teuthology.orchestra.run.smithi159.stdout: 5 171799 8.37 MB/sec execute 425 sec latency 140.254 ms 2024-01-27T08:46:47.748 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:47 smithi159 ceph-mon[34891]: pgmap v231: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 302 op/s 2024-01-27T08:46:48.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:47 smithi191 ceph-mon[37786]: pgmap v231: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 302 op/s 2024-01-27T08:46:48.668 INFO:teuthology.orchestra.run.smithi159.stdout: 5 172061 8.37 MB/sec execute 426 sec latency 133.736 ms 2024-01-27T08:46:49.668 INFO:teuthology.orchestra.run.smithi159.stdout: 5 172331 8.37 MB/sec execute 427 sec latency 132.694 ms 2024-01-27T08:46:49.695 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:49 smithi159 ceph-mon[34891]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2024-01-27T08:46:50.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:49 smithi191 ceph-mon[37786]: pgmap v232: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2024-01-27T08:46:50.668 INFO:teuthology.orchestra.run.smithi159.stdout: 5 172640 8.37 MB/sec execute 428 sec latency 134.443 ms 2024-01-27T08:46:51.675 INFO:teuthology.orchestra.run.smithi159.stdout: 5 172953 8.37 MB/sec execute 429 sec latency 130.595 ms 2024-01-27T08:46:51.841 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:51 smithi159 ceph-mon[34891]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2024-01-27T08:46:52.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:51 smithi191 ceph-mon[37786]: pgmap v233: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2024-01-27T08:46:52.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 173233 8.37 MB/sec execute 430 sec latency 126.496 ms 2024-01-27T08:46:53.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 173516 8.36 MB/sec execute 431 sec latency 124.197 ms 2024-01-27T08:46:53.873 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:53 smithi159 ceph-mon[34891]: pgmap v234: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2024-01-27T08:46:54.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:53 smithi191 ceph-mon[37786]: pgmap v234: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2024-01-27T08:46:54.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 173828 8.35 MB/sec execute 432 sec latency 120.754 ms 2024-01-27T08:46:55.395 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:55 smithi159 ceph-mon[34891]: pgmap v235: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2024-01-27T08:46:55.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:55 smithi191 ceph-mon[37786]: pgmap v235: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2024-01-27T08:46:55.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 174157 8.36 MB/sec execute 433 sec latency 132.562 ms 2024-01-27T08:46:56.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:56.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:46:56.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 174500 8.37 MB/sec execute 434 sec latency 112.170 ms 2024-01-27T08:46:57.429 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:57 smithi159 ceph-mon[34891]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2024-01-27T08:46:57.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:57 smithi191 ceph-mon[37786]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 377 op/s 2024-01-27T08:46:57.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 174807 8.36 MB/sec execute 435 sec latency 122.896 ms 2024-01-27T08:46:58.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 175135 8.36 MB/sec execute 436 sec latency 135.187 ms 2024-01-27T08:46:59.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 175426 8.36 MB/sec execute 437 sec latency 118.042 ms 2024-01-27T08:46:59.740 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:46:59 smithi159 ceph-mon[34891]: pgmap v237: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 572 op/s 2024-01-27T08:47:00.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:46:59 smithi191 ceph-mon[37786]: pgmap v237: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 572 op/s 2024-01-27T08:47:00.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 175691 8.35 MB/sec execute 438 sec latency 134.458 ms 2024-01-27T08:47:01.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 175944 8.36 MB/sec execute 439 sec latency 145.986 ms 2024-01-27T08:47:01.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:01 smithi159 ceph-mon[34891]: pgmap v238: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2024-01-27T08:47:02.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:01 smithi191 ceph-mon[37786]: pgmap v238: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2024-01-27T08:47:02.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 176270 8.36 MB/sec execute 440 sec latency 127.190 ms 2024-01-27T08:47:03.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 176514 8.35 MB/sec execute 441 sec latency 143.861 ms 2024-01-27T08:47:03.822 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:03 smithi159 ceph-mon[34891]: pgmap v239: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 541 op/s 2024-01-27T08:47:04.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:03 smithi191 ceph-mon[37786]: pgmap v239: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 541 op/s 2024-01-27T08:47:04.678 INFO:teuthology.orchestra.run.smithi159.stdout: 5 176790 8.35 MB/sec execute 442 sec latency 117.595 ms 2024-01-27T08:47:05.377 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:05 smithi159 ceph-mon[34891]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2024-01-27T08:47:05.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:05 smithi191 ceph-mon[37786]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2024-01-27T08:47:05.682 INFO:teuthology.orchestra.run.smithi159.stdout: 5 177030 8.35 MB/sec execute 443 sec latency 126.752 ms 2024-01-27T08:47:06.682 INFO:teuthology.orchestra.run.smithi159.stdout: 5 177263 8.34 MB/sec execute 444 sec latency 204.832 ms 2024-01-27T08:47:07.682 INFO:teuthology.orchestra.run.smithi159.stdout: 5 177672 8.34 MB/sec execute 445 sec latency 99.031 ms 2024-01-27T08:47:07.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:07 smithi159 ceph-mon[34891]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2024-01-27T08:47:08.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:07 smithi191 ceph-mon[37786]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2024-01-27T08:47:08.684 INFO:teuthology.orchestra.run.smithi159.stdout: 5 177925 8.34 MB/sec execute 446 sec latency 125.493 ms 2024-01-27T08:47:09.684 INFO:teuthology.orchestra.run.smithi159.stdout: 5 178194 8.34 MB/sec execute 447 sec latency 188.737 ms 2024-01-27T08:47:09.709 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:09 smithi159 ceph-mon[34891]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-01-27T08:47:10.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:09 smithi191 ceph-mon[37786]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2024-01-27T08:47:10.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 178455 8.34 MB/sec execute 448 sec latency 128.618 ms 2024-01-27T08:47:11.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 178724 8.33 MB/sec execute 449 sec latency 160.407 ms 2024-01-27T08:47:11.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:11 smithi159 ceph-mon[34891]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2024-01-27T08:47:11.780 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:12.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:11 smithi191 ceph-mon[37786]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2024-01-27T08:47:12.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:12.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 178970 8.33 MB/sec execute 450 sec latency 128.746 ms 2024-01-27T08:47:13.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 179171 8.32 MB/sec execute 451 sec latency 155.638 ms 2024-01-27T08:47:13.847 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:13 smithi159 ceph-mon[34891]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2024-01-27T08:47:14.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:13 smithi191 ceph-mon[37786]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2024-01-27T08:47:14.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 179434 8.32 MB/sec execute 452 sec latency 143.105 ms 2024-01-27T08:47:15.375 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:15 smithi159 ceph-mon[34891]: pgmap v245: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2024-01-27T08:47:15.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:15 smithi191 ceph-mon[37786]: pgmap v245: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2024-01-27T08:47:15.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 179788 8.33 MB/sec execute 453 sec latency 155.467 ms 2024-01-27T08:47:16.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 180073 8.34 MB/sec execute 454 sec latency 124.469 ms 2024-01-27T08:47:17.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 180324 8.33 MB/sec execute 455 sec latency 124.121 ms 2024-01-27T08:47:17.693 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:17 smithi159 ceph-mon[34891]: pgmap v246: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2024-01-27T08:47:18.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:17 smithi191 ceph-mon[37786]: pgmap v246: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2024-01-27T08:47:18.691 INFO:teuthology.orchestra.run.smithi159.stdout: 5 180579 8.32 MB/sec execute 456 sec latency 128.712 ms 2024-01-27T08:47:19.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 180811 8.31 MB/sec execute 457 sec latency 89.480 ms 2024-01-27T08:47:19.745 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:19 smithi159 ceph-mon[34891]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2024-01-27T08:47:20.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:19 smithi191 ceph-mon[37786]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2024-01-27T08:47:20.690 INFO:teuthology.orchestra.run.smithi159.stdout: 5 181050 8.30 MB/sec execute 458 sec latency 130.304 ms 2024-01-27T08:47:21.691 INFO:teuthology.orchestra.run.smithi159.stdout: 5 181272 8.30 MB/sec execute 459 sec latency 130.826 ms 2024-01-27T08:47:21.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:21 smithi159 ceph-mon[34891]: pgmap v248: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2024-01-27T08:47:22.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:21 smithi191 ceph-mon[37786]: pgmap v248: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2024-01-27T08:47:22.698 INFO:teuthology.orchestra.run.smithi159.stdout: 5 181603 8.30 MB/sec execute 460 sec latency 131.814 ms 2024-01-27T08:47:23.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 181998 8.31 MB/sec execute 461 sec latency 120.602 ms 2024-01-27T08:47:23.747 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:23 smithi159 ceph-mon[34891]: pgmap v249: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-01-27T08:47:24.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:23 smithi191 ceph-mon[37786]: pgmap v249: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2024-01-27T08:47:24.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 182365 8.31 MB/sec execute 462 sec latency 126.101 ms 2024-01-27T08:47:25.300 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:25 smithi159 ceph-mon[34891]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2024-01-27T08:47:25.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:25 smithi191 ceph-mon[37786]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2024-01-27T08:47:25.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 182597 8.30 MB/sec execute 463 sec latency 141.217 ms 2024-01-27T08:47:26.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:26.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 182998 8.32 MB/sec execute 464 sec latency 123.623 ms 2024-01-27T08:47:27.347 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:27 smithi159 ceph-mon[34891]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2024-01-27T08:47:27.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:27 smithi191 ceph-mon[37786]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2024-01-27T08:47:27.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 183325 8.33 MB/sec execute 465 sec latency 127.026 ms 2024-01-27T08:47:28.707 INFO:teuthology.orchestra.run.smithi159.stdout: 5 183579 8.32 MB/sec execute 466 sec latency 126.721 ms 2024-01-27T08:47:29.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 183789 8.32 MB/sec execute 467 sec latency 135.836 ms 2024-01-27T08:47:29.906 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:29 smithi159 ceph-mon[34891]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2024-01-27T08:47:30.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:29 smithi191 ceph-mon[37786]: pgmap v252: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2024-01-27T08:47:30.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 184102 8.31 MB/sec execute 468 sec latency 128.714 ms 2024-01-27T08:47:31.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 184380 8.30 MB/sec execute 469 sec latency 135.624 ms 2024-01-27T08:47:31.948 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:31 smithi159 ceph-mon[34891]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2024-01-27T08:47:32.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:31 smithi191 ceph-mon[37786]: pgmap v253: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2024-01-27T08:47:32.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 184670 8.30 MB/sec execute 470 sec latency 129.166 ms 2024-01-27T08:47:33.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 184905 8.30 MB/sec execute 471 sec latency 123.669 ms 2024-01-27T08:47:33.766 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:33 smithi159 ceph-mon[34891]: pgmap v254: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 532 op/s 2024-01-27T08:47:34.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:33 smithi191 ceph-mon[37786]: pgmap v254: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 532 op/s 2024-01-27T08:47:34.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 185126 8.29 MB/sec execute 472 sec latency 130.524 ms 2024-01-27T08:47:35.328 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:35 smithi159 ceph-mon[34891]: pgmap v255: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:47:35.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:35 smithi191 ceph-mon[37786]: pgmap v255: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:47:35.704 INFO:teuthology.orchestra.run.smithi159.stdout: 5 185424 8.28 MB/sec execute 473 sec latency 137.525 ms 2024-01-27T08:47:36.705 INFO:teuthology.orchestra.run.smithi159.stdout: 5 185666 8.28 MB/sec execute 474 sec latency 139.141 ms 2024-01-27T08:47:37.712 INFO:teuthology.orchestra.run.smithi159.stdout: 5 185900 8.28 MB/sec execute 475 sec latency 135.234 ms 2024-01-27T08:47:37.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:37 smithi159 ceph-mon[34891]: pgmap v256: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:47:38.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:37 smithi191 ceph-mon[37786]: pgmap v256: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2024-01-27T08:47:38.717 INFO:teuthology.orchestra.run.smithi159.stdout: 5 186084 8.28 MB/sec execute 476 sec latency 133.401 ms 2024-01-27T08:47:39.717 INFO:teuthology.orchestra.run.smithi159.stdout: 5 186313 8.28 MB/sec execute 477 sec latency 131.350 ms 2024-01-27T08:47:39.727 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:39 smithi159 ceph-mon[34891]: pgmap v257: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2024-01-27T08:47:40.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:39 smithi191 ceph-mon[37786]: pgmap v257: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2024-01-27T08:47:40.717 INFO:teuthology.orchestra.run.smithi159.stdout: 5 186564 8.28 MB/sec execute 478 sec latency 137.068 ms 2024-01-27T08:47:41.718 INFO:teuthology.orchestra.run.smithi159.stdout: 5 186797 8.27 MB/sec execute 479 sec latency 137.006 ms 2024-01-27T08:47:41.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:41 smithi159 ceph-mon[34891]: pgmap v258: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 322 op/s 2024-01-27T08:47:41.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:42.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:41 smithi191 ceph-mon[37786]: pgmap v258: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 322 op/s 2024-01-27T08:47:42.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:42.718 INFO:teuthology.orchestra.run.smithi159.stdout: 5 187004 8.27 MB/sec execute 480 sec latency 117.182 ms 2024-01-27T08:47:43.719 INFO:teuthology.orchestra.run.smithi159.stdout: 5 187216 8.27 MB/sec execute 481 sec latency 134.840 ms 2024-01-27T08:47:43.821 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:43 smithi159 ceph-mon[34891]: pgmap v259: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2024-01-27T08:47:44.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:43 smithi191 ceph-mon[37786]: pgmap v259: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2024-01-27T08:47:44.719 INFO:teuthology.orchestra.run.smithi159.stdout: 5 187497 8.27 MB/sec execute 482 sec latency 129.898 ms 2024-01-27T08:47:45.335 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:45 smithi159 ceph-mon[34891]: pgmap v260: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 278 op/s 2024-01-27T08:47:45.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:45 smithi191 ceph-mon[37786]: pgmap v260: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 278 op/s 2024-01-27T08:47:45.725 INFO:teuthology.orchestra.run.smithi159.stdout: 5 187797 8.25 MB/sec execute 483 sec latency 109.092 ms 2024-01-27T08:47:46.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 188086 8.24 MB/sec execute 484 sec latency 118.022 ms 2024-01-27T08:47:47.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 188320 8.24 MB/sec execute 485 sec latency 121.738 ms 2024-01-27T08:47:47.897 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:47 smithi159 ceph-mon[34891]: pgmap v261: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 278 op/s 2024-01-27T08:47:48.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:47 smithi191 ceph-mon[37786]: pgmap v261: 97 pgs: 97 active+clean; 360 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 278 op/s 2024-01-27T08:47:48.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 188644 8.25 MB/sec execute 486 sec latency 129.526 ms 2024-01-27T08:47:49.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 188956 8.25 MB/sec execute 487 sec latency 129.814 ms 2024-01-27T08:47:49.939 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:49 smithi159 ceph-mon[34891]: pgmap v262: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2024-01-27T08:47:50.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:49 smithi191 ceph-mon[37786]: pgmap v262: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2024-01-27T08:47:50.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 189287 8.25 MB/sec execute 488 sec latency 121.036 ms 2024-01-27T08:47:51.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 189575 8.25 MB/sec execute 489 sec latency 137.578 ms 2024-01-27T08:47:51.749 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:51 smithi159 ceph-mon[34891]: pgmap v263: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2024-01-27T08:47:52.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:51 smithi191 ceph-mon[37786]: pgmap v263: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2024-01-27T08:47:52.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 189806 8.25 MB/sec execute 490 sec latency 140.690 ms 2024-01-27T08:47:53.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 190074 8.26 MB/sec execute 491 sec latency 129.947 ms 2024-01-27T08:47:53.821 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:53 smithi159 ceph-mon[34891]: pgmap v264: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2024-01-27T08:47:54.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:53 smithi191 ceph-mon[37786]: pgmap v264: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2024-01-27T08:47:54.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 190395 8.25 MB/sec execute 492 sec latency 136.988 ms 2024-01-27T08:47:55.336 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:55 smithi159 ceph-mon[34891]: pgmap v265: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2024-01-27T08:47:55.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:55 smithi191 ceph-mon[37786]: pgmap v265: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2024-01-27T08:47:55.724 INFO:teuthology.orchestra.run.smithi159.stdout: 5 190637 8.25 MB/sec execute 493 sec latency 126.651 ms 2024-01-27T08:47:56.368 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:56.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:47:56.725 INFO:teuthology.orchestra.run.smithi159.stdout: 5 190868 8.25 MB/sec execute 494 sec latency 133.772 ms 2024-01-27T08:47:57.374 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:57 smithi159 ceph-mon[34891]: pgmap v266: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2024-01-27T08:47:57.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:57 smithi191 ceph-mon[37786]: pgmap v266: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2024-01-27T08:47:57.725 INFO:teuthology.orchestra.run.smithi159.stdout: 5 191165 8.24 MB/sec execute 495 sec latency 138.769 ms 2024-01-27T08:47:58.726 INFO:teuthology.orchestra.run.smithi159.stdout: 5 191496 8.23 MB/sec execute 496 sec latency 130.011 ms 2024-01-27T08:47:59.726 INFO:teuthology.orchestra.run.smithi159.stdout: 5 191729 8.22 MB/sec execute 497 sec latency 196.591 ms 2024-01-27T08:47:59.909 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:47:59 smithi159 ceph-mon[34891]: pgmap v267: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2024-01-27T08:48:00.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:47:59 smithi191 ceph-mon[37786]: pgmap v267: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2024-01-27T08:48:00.726 INFO:teuthology.orchestra.run.smithi159.stdout: 5 192014 8.23 MB/sec execute 498 sec latency 114.992 ms 2024-01-27T08:48:01.726 INFO:teuthology.orchestra.run.smithi159.stdout: 5 192353 8.24 MB/sec execute 499 sec latency 126.648 ms 2024-01-27T08:48:01.949 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:01 smithi159 ceph-mon[34891]: pgmap v268: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2024-01-27T08:48:02.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:01 smithi191 ceph-mon[37786]: pgmap v268: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2024-01-27T08:48:02.729 INFO:teuthology.orchestra.run.smithi159.stdout: 5 192712 8.24 MB/sec execute 500 sec latency 120.583 ms 2024-01-27T08:48:03.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:03 smithi159 ceph-mon[34891]: pgmap v269: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2024-01-27T08:48:03.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 193008 8.23 MB/sec execute 501 sec latency 113.875 ms 2024-01-27T08:48:04.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:03 smithi191 ceph-mon[37786]: pgmap v269: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2024-01-27T08:48:04.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 193217 8.23 MB/sec execute 502 sec latency 131.040 ms 2024-01-27T08:48:05.515 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:05 smithi159 ceph-mon[34891]: pgmap v270: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2024-01-27T08:48:05.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:05 smithi191 ceph-mon[37786]: pgmap v270: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2024-01-27T08:48:05.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 193403 8.22 MB/sec execute 503 sec latency 120.821 ms 2024-01-27T08:48:06.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 193687 8.23 MB/sec execute 504 sec latency 149.002 ms 2024-01-27T08:48:07.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 193928 8.23 MB/sec execute 505 sec latency 122.616 ms 2024-01-27T08:48:07.835 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:07 smithi159 ceph-mon[34891]: pgmap v271: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2024-01-27T08:48:08.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:07 smithi191 ceph-mon[37786]: pgmap v271: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 355 op/s 2024-01-27T08:48:08.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 194087 8.22 MB/sec execute 506 sec latency 131.588 ms 2024-01-27T08:48:09.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 194334 8.22 MB/sec execute 507 sec latency 156.026 ms 2024-01-27T08:48:09.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:09 smithi159 ceph-mon[34891]: pgmap v272: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2024-01-27T08:48:10.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:09 smithi191 ceph-mon[37786]: pgmap v272: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2024-01-27T08:48:10.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 194487 8.21 MB/sec execute 508 sec latency 126.798 ms 2024-01-27T08:48:11.707 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:11 smithi159 ceph-mon[34891]: pgmap v273: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2024-01-27T08:48:11.707 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:11.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 194723 8.20 MB/sec execute 509 sec latency 153.392 ms 2024-01-27T08:48:12.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:11 smithi191 ceph-mon[37786]: pgmap v273: 97 pgs: 97 active+clean; 361 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2024-01-27T08:48:12.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:12.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 194909 8.19 MB/sec execute 510 sec latency 126.180 ms 2024-01-27T08:48:13.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 195168 8.18 MB/sec execute 511 sec latency 126.558 ms 2024-01-27T08:48:13.754 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:13 smithi159 ceph-mon[34891]: pgmap v274: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2024-01-27T08:48:14.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:13 smithi191 ceph-mon[37786]: pgmap v274: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2024-01-27T08:48:14.735 INFO:teuthology.orchestra.run.smithi159.stdout: 5 195406 8.18 MB/sec execute 512 sec latency 140.405 ms 2024-01-27T08:48:15.542 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:15 smithi159 ceph-mon[34891]: pgmap v275: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2024-01-27T08:48:15.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:15 smithi191 ceph-mon[37786]: pgmap v275: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2024-01-27T08:48:15.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 195699 8.20 MB/sec execute 513 sec latency 126.608 ms 2024-01-27T08:48:16.733 INFO:teuthology.orchestra.run.smithi159.stdout: 5 195962 8.19 MB/sec execute 514 sec latency 232.642 ms 2024-01-27T08:48:17.739 INFO:teuthology.orchestra.run.smithi159.stdout: 5 196315 8.19 MB/sec execute 515 sec latency 120.948 ms 2024-01-27T08:48:17.796 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:17 smithi159 ceph-mon[34891]: pgmap v276: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2024-01-27T08:48:18.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:17 smithi191 ceph-mon[37786]: pgmap v276: 97 pgs: 97 active+clean; 357 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2024-01-27T08:48:18.739 INFO:teuthology.orchestra.run.smithi159.stdout: 5 196620 8.18 MB/sec execute 516 sec latency 126.233 ms 2024-01-27T08:48:19.714 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:19 smithi159 ceph-mon[34891]: pgmap v277: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 436 op/s 2024-01-27T08:48:19.739 INFO:teuthology.orchestra.run.smithi159.stdout: 5 196950 8.18 MB/sec execute 517 sec latency 131.228 ms 2024-01-27T08:48:20.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:19 smithi191 ceph-mon[37786]: pgmap v277: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 436 op/s 2024-01-27T08:48:20.739 INFO:teuthology.orchestra.run.smithi159.stdout: 5 197214 8.18 MB/sec execute 518 sec latency 127.721 ms 2024-01-27T08:48:21.739 INFO:teuthology.orchestra.run.smithi159.stdout: 5 197534 8.19 MB/sec execute 519 sec latency 121.098 ms 2024-01-27T08:48:21.792 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:21 smithi159 ceph-mon[34891]: pgmap v278: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2024-01-27T08:48:22.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:21 smithi191 ceph-mon[37786]: pgmap v278: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2024-01-27T08:48:22.739 INFO:teuthology.orchestra.run.smithi159.stdout: 5 197913 8.21 MB/sec execute 520 sec latency 128.818 ms 2024-01-27T08:48:23.740 INFO:teuthology.orchestra.run.smithi159.stdout: 5 198210 8.20 MB/sec execute 521 sec latency 131.424 ms 2024-01-27T08:48:23.809 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:23 smithi159 ceph-mon[34891]: pgmap v279: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2024-01-27T08:48:24.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:23 smithi191 ceph-mon[37786]: pgmap v279: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2024-01-27T08:48:24.740 INFO:teuthology.orchestra.run.smithi159.stdout: 5 198441 8.18 MB/sec execute 522 sec latency 125.946 ms 2024-01-27T08:48:25.603 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:25 smithi159 ceph-mon[34891]: pgmap v280: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2024-01-27T08:48:25.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:25 smithi191 ceph-mon[37786]: pgmap v280: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2024-01-27T08:48:25.748 INFO:teuthology.orchestra.run.smithi159.stdout: 5 198709 8.18 MB/sec execute 523 sec latency 129.577 ms 2024-01-27T08:48:26.378 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:26.748 INFO:teuthology.orchestra.run.smithi159.stdout: 5 198932 8.17 MB/sec execute 524 sec latency 205.976 ms 2024-01-27T08:48:27.419 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:27 smithi159 ceph-mon[34891]: pgmap v281: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2024-01-27T08:48:27.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:27 smithi191 ceph-mon[37786]: pgmap v281: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2024-01-27T08:48:27.755 INFO:teuthology.orchestra.run.smithi159.stdout: 5 199224 8.18 MB/sec execute 525 sec latency 140.266 ms 2024-01-27T08:48:28.755 INFO:teuthology.orchestra.run.smithi159.stdout: 5 199543 8.18 MB/sec execute 526 sec latency 127.261 ms 2024-01-27T08:48:29.761 INFO:teuthology.orchestra.run.smithi159.stdout: 5 199848 8.18 MB/sec execute 527 sec latency 132.796 ms 2024-01-27T08:48:29.829 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:29 smithi159 ceph-mon[34891]: pgmap v282: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:48:30.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:29 smithi191 ceph-mon[37786]: pgmap v282: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2024-01-27T08:48:30.767 INFO:teuthology.orchestra.run.smithi159.stdout: 5 200166 8.18 MB/sec execute 528 sec latency 86.688 ms 2024-01-27T08:48:31.774 INFO:teuthology.orchestra.run.smithi159.stdout: 5 200416 8.18 MB/sec execute 529 sec latency 128.105 ms 2024-01-27T08:48:31.889 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:31 smithi159 ceph-mon[34891]: pgmap v283: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2024-01-27T08:48:32.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:31 smithi191 ceph-mon[37786]: pgmap v283: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 369 op/s 2024-01-27T08:48:32.777 INFO:teuthology.orchestra.run.smithi159.stdout: 5 200677 8.17 MB/sec execute 530 sec latency 152.751 ms 2024-01-27T08:48:33.783 INFO:teuthology.orchestra.run.smithi159.stdout: 5 200982 8.18 MB/sec execute 531 sec latency 163.344 ms 2024-01-27T08:48:33.945 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:33 smithi159 ceph-mon[34891]: pgmap v284: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2024-01-27T08:48:34.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:33 smithi191 ceph-mon[37786]: pgmap v284: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2024-01-27T08:48:34.783 INFO:teuthology.orchestra.run.smithi159.stdout: 5 201250 8.18 MB/sec execute 532 sec latency 138.143 ms 2024-01-27T08:48:35.481 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:35 smithi159 ceph-mon[34891]: pgmap v285: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2024-01-27T08:48:35.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:35 smithi191 ceph-mon[37786]: pgmap v285: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2024-01-27T08:48:35.786 INFO:teuthology.orchestra.run.smithi159.stdout: 5 201502 8.18 MB/sec execute 533 sec latency 155.005 ms 2024-01-27T08:48:36.791 INFO:teuthology.orchestra.run.smithi159.stdout: 5 201770 8.18 MB/sec execute 534 sec latency 127.015 ms 2024-01-27T08:48:37.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:37 smithi159 ceph-mon[34891]: pgmap v286: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2024-01-27T08:48:37.790 INFO:teuthology.orchestra.run.smithi159.stdout: 5 202069 8.17 MB/sec execute 535 sec latency 134.732 ms 2024-01-27T08:48:38.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:37 smithi191 ceph-mon[37786]: pgmap v286: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2024-01-27T08:48:38.791 INFO:teuthology.orchestra.run.smithi159.stdout: 5 202316 8.16 MB/sec execute 536 sec latency 195.107 ms 2024-01-27T08:48:39.794 INFO:teuthology.orchestra.run.smithi159.stdout: 5 202561 8.16 MB/sec execute 537 sec latency 129.102 ms 2024-01-27T08:48:39.858 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:39 smithi159 ceph-mon[34891]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2024-01-27T08:48:40.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:39 smithi191 ceph-mon[37786]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2024-01-27T08:48:40.793 INFO:teuthology.orchestra.run.smithi159.stdout: 5 202819 8.16 MB/sec execute 538 sec latency 172.339 ms 2024-01-27T08:48:41.793 INFO:teuthology.orchestra.run.smithi159.stdout: 5 203112 8.17 MB/sec execute 539 sec latency 132.414 ms 2024-01-27T08:48:41.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:41 smithi159 ceph-mon[34891]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2024-01-27T08:48:41.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:42.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:41 smithi191 ceph-mon[37786]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2024-01-27T08:48:42.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:42.802 INFO:teuthology.orchestra.run.smithi159.stdout: 5 203302 8.16 MB/sec execute 540 sec latency 126.210 ms 2024-01-27T08:48:43.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:43 smithi159 ceph-mon[34891]: pgmap v289: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2024-01-27T08:48:43.802 INFO:teuthology.orchestra.run.smithi159.stdout: 5 203551 8.15 MB/sec execute 541 sec latency 143.724 ms 2024-01-27T08:48:44.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:43 smithi191 ceph-mon[37786]: pgmap v289: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2024-01-27T08:48:44.802 INFO:teuthology.orchestra.run.smithi159.stdout: 5 203762 8.14 MB/sec execute 542 sec latency 129.031 ms 2024-01-27T08:48:45.576 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:45 smithi159 ceph-mon[34891]: pgmap v290: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2024-01-27T08:48:45.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:45 smithi191 ceph-mon[37786]: pgmap v290: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2024-01-27T08:48:45.802 INFO:teuthology.orchestra.run.smithi159.stdout: 5 203961 8.14 MB/sec execute 543 sec latency 148.845 ms 2024-01-27T08:48:46.803 INFO:teuthology.orchestra.run.smithi159.stdout: 5 204242 8.14 MB/sec execute 544 sec latency 131.553 ms 2024-01-27T08:48:47.803 INFO:teuthology.orchestra.run.smithi159.stdout: 5 204441 8.13 MB/sec execute 545 sec latency 147.400 ms 2024-01-27T08:48:47.903 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:47 smithi159 ceph-mon[34891]: pgmap v291: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2024-01-27T08:48:48.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:47 smithi191 ceph-mon[37786]: pgmap v291: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2024-01-27T08:48:48.803 INFO:teuthology.orchestra.run.smithi159.stdout: 5 204702 8.15 MB/sec execute 546 sec latency 137.230 ms 2024-01-27T08:48:49.803 INFO:teuthology.orchestra.run.smithi159.stdout: 5 204912 8.14 MB/sec execute 547 sec latency 170.853 ms 2024-01-27T08:48:49.947 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:49 smithi159 ceph-mon[34891]: pgmap v292: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2024-01-27T08:48:50.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:49 smithi191 ceph-mon[37786]: pgmap v292: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2024-01-27T08:48:50.803 INFO:teuthology.orchestra.run.smithi159.stdout: 5 205163 8.14 MB/sec execute 548 sec latency 145.607 ms 2024-01-27T08:48:51.731 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:51 smithi159 ceph-mon[34891]: pgmap v293: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2024-01-27T08:48:51.803 INFO:teuthology.orchestra.run.smithi159.stdout: 5 205457 8.13 MB/sec execute 549 sec latency 130.075 ms 2024-01-27T08:48:52.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:51 smithi191 ceph-mon[37786]: pgmap v293: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2024-01-27T08:48:52.803 INFO:teuthology.orchestra.run.smithi159.stdout: 5 205688 8.12 MB/sec execute 550 sec latency 126.425 ms 2024-01-27T08:48:53.801 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:53 smithi159 ceph-mon[34891]: pgmap v294: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2024-01-27T08:48:53.815 INFO:teuthology.orchestra.run.smithi159.stdout: 5 205901 8.12 MB/sec execute 551 sec latency 198.338 ms 2024-01-27T08:48:54.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:53 smithi191 ceph-mon[37786]: pgmap v294: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2024-01-27T08:48:54.815 INFO:teuthology.orchestra.run.smithi159.stdout: 5 206156 8.12 MB/sec execute 552 sec latency 127.902 ms 2024-01-27T08:48:55.612 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:55 smithi159 ceph-mon[34891]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 289 op/s 2024-01-27T08:48:55.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:55 smithi191 ceph-mon[37786]: pgmap v295: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 289 op/s 2024-01-27T08:48:55.815 INFO:teuthology.orchestra.run.smithi159.stdout: 5 206363 8.11 MB/sec execute 553 sec latency 126.433 ms 2024-01-27T08:48:56.404 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:56.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:48:56.815 INFO:teuthology.orchestra.run.smithi159.stdout: 5 206586 8.11 MB/sec execute 554 sec latency 176.986 ms 2024-01-27T08:48:57.443 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:57 smithi159 ceph-mon[34891]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 289 op/s 2024-01-27T08:48:57.706 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:57 smithi191 ceph-mon[37786]: pgmap v296: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 289 op/s 2024-01-27T08:48:57.816 INFO:teuthology.orchestra.run.smithi159.stdout: 5 206836 8.11 MB/sec execute 555 sec latency 121.249 ms 2024-01-27T08:48:58.823 INFO:teuthology.orchestra.run.smithi159.stdout: 5 207045 8.10 MB/sec execute 556 sec latency 144.810 ms 2024-01-27T08:48:59.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:48:59 smithi159 ceph-mon[34891]: pgmap v297: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2024-01-27T08:48:59.831 INFO:teuthology.orchestra.run.smithi159.stdout: 5 207247 8.10 MB/sec execute 557 sec latency 156.492 ms 2024-01-27T08:49:00.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:48:59 smithi191 ceph-mon[37786]: pgmap v297: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2024-01-27T08:49:00.831 INFO:teuthology.orchestra.run.smithi159.stdout: 5 207528 8.10 MB/sec execute 558 sec latency 123.853 ms 2024-01-27T08:49:01.817 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:01 smithi159 ceph-mon[34891]: pgmap v298: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2024-01-27T08:49:01.831 INFO:teuthology.orchestra.run.smithi159.stdout: 5 207812 8.09 MB/sec execute 559 sec latency 140.053 ms 2024-01-27T08:49:02.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:01 smithi191 ceph-mon[37786]: pgmap v298: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2024-01-27T08:49:02.831 INFO:teuthology.orchestra.run.smithi159.stdout: 5 208020 8.09 MB/sec execute 560 sec latency 134.856 ms 2024-01-27T08:49:03.832 INFO:teuthology.orchestra.run.smithi159.stdout: 5 208277 8.10 MB/sec execute 561 sec latency 133.150 ms 2024-01-27T08:49:03.870 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:03 smithi159 ceph-mon[34891]: pgmap v299: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2024-01-27T08:49:04.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:03 smithi191 ceph-mon[37786]: pgmap v299: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2024-01-27T08:49:04.840 INFO:teuthology.orchestra.run.smithi159.stdout: 5 208531 8.09 MB/sec execute 562 sec latency 126.964 ms 2024-01-27T08:49:05.402 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:05 smithi159 ceph-mon[34891]: pgmap v300: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2024-01-27T08:49:05.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:05 smithi191 ceph-mon[37786]: pgmap v300: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2024-01-27T08:49:05.840 INFO:teuthology.orchestra.run.smithi159.stdout: 5 208821 8.09 MB/sec execute 563 sec latency 147.284 ms 2024-01-27T08:49:06.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 209087 8.08 MB/sec execute 564 sec latency 121.049 ms 2024-01-27T08:49:07.716 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:07 smithi159 ceph-mon[34891]: pgmap v301: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2024-01-27T08:49:07.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 209314 8.08 MB/sec execute 565 sec latency 129.246 ms 2024-01-27T08:49:08.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:07 smithi191 ceph-mon[37786]: pgmap v301: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2024-01-27T08:49:08.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 209609 8.08 MB/sec execute 566 sec latency 126.143 ms 2024-01-27T08:49:09.759 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:09 smithi159 ceph-mon[34891]: pgmap v302: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2024-01-27T08:49:09.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 210004 8.08 MB/sec execute 567 sec latency 132.819 ms 2024-01-27T08:49:10.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:09 smithi191 ceph-mon[37786]: pgmap v302: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2024-01-27T08:49:10.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 210299 8.08 MB/sec execute 568 sec latency 129.240 ms 2024-01-27T08:49:11.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:11 smithi159 ceph-mon[34891]: pgmap v303: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 301 op/s 2024-01-27T08:49:11.798 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:11.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 210536 8.08 MB/sec execute 569 sec latency 129.111 ms 2024-01-27T08:49:12.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:11 smithi191 ceph-mon[37786]: pgmap v303: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 301 op/s 2024-01-27T08:49:12.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:12.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 210784 8.08 MB/sec execute 570 sec latency 120.624 ms 2024-01-27T08:49:13.822 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:13 smithi159 ceph-mon[34891]: pgmap v304: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2024-01-27T08:49:13.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 211139 8.09 MB/sec execute 571 sec latency 121.035 ms 2024-01-27T08:49:14.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:13 smithi191 ceph-mon[37786]: pgmap v304: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2024-01-27T08:49:14.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 211382 8.08 MB/sec execute 572 sec latency 126.310 ms 2024-01-27T08:49:15.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:15 smithi159 ceph-mon[34891]: pgmap v305: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2024-01-27T08:49:15.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:15 smithi191 ceph-mon[37786]: pgmap v305: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2024-01-27T08:49:15.841 INFO:teuthology.orchestra.run.smithi159.stdout: 5 211618 8.07 MB/sec execute 573 sec latency 126.376 ms 2024-01-27T08:49:16.851 INFO:teuthology.orchestra.run.smithi159.stdout: 5 211892 8.08 MB/sec execute 574 sec latency 161.498 ms 2024-01-27T08:49:17.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:17 smithi159 ceph-mon[34891]: pgmap v306: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2024-01-27T08:49:17.851 INFO:teuthology.orchestra.run.smithi159.stdout: 5 212088 8.07 MB/sec execute 575 sec latency 207.450 ms 2024-01-27T08:49:18.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:17 smithi191 ceph-mon[37786]: pgmap v306: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 341 op/s 2024-01-27T08:49:18.860 INFO:teuthology.orchestra.run.smithi159.stdout: 5 212393 8.07 MB/sec execute 576 sec latency 130.126 ms 2024-01-27T08:49:19.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:19 smithi159 ceph-mon[34891]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2024-01-27T08:49:19.860 INFO:teuthology.orchestra.run.smithi159.stdout: 5 212618 8.06 MB/sec execute 577 sec latency 189.772 ms 2024-01-27T08:49:20.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:19 smithi191 ceph-mon[37786]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2024-01-27T08:49:20.860 INFO:teuthology.orchestra.run.smithi159.stdout: 5 212963 8.06 MB/sec execute 578 sec latency 144.761 ms 2024-01-27T08:49:21.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:21 smithi159 ceph-mon[34891]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2024-01-27T08:49:21.860 INFO:teuthology.orchestra.run.smithi159.stdout: 5 213259 8.07 MB/sec execute 579 sec latency 125.460 ms 2024-01-27T08:49:22.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:21 smithi191 ceph-mon[37786]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2024-01-27T08:49:22.860 INFO:teuthology.orchestra.run.smithi159.stdout: 5 213570 8.07 MB/sec execute 580 sec latency 136.216 ms 2024-01-27T08:49:23.866 INFO:teuthology.orchestra.run.smithi159.stdout: 5 213914 8.08 MB/sec execute 581 sec latency 153.955 ms 2024-01-27T08:49:23.920 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:23 smithi159 ceph-mon[34891]: pgmap v309: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2024-01-27T08:49:24.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:23 smithi191 ceph-mon[37786]: pgmap v309: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2024-01-27T08:49:24.866 INFO:teuthology.orchestra.run.smithi159.stdout: 5 214143 8.07 MB/sec execute 582 sec latency 120.741 ms 2024-01-27T08:49:25.458 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:25 smithi159 ceph-mon[34891]: pgmap v310: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2024-01-27T08:49:25.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:25 smithi191 ceph-mon[37786]: pgmap v310: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2024-01-27T08:49:25.866 INFO:teuthology.orchestra.run.smithi159.stdout: 5 214389 8.07 MB/sec execute 583 sec latency 123.682 ms 2024-01-27T08:49:26.463 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:26.867 INFO:teuthology.orchestra.run.smithi159.stdout: 5 214612 8.06 MB/sec execute 584 sec latency 126.685 ms 2024-01-27T08:49:27.478 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:27 smithi159 ceph-mon[34891]: pgmap v311: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2024-01-27T08:49:27.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:27 smithi191 ceph-mon[37786]: pgmap v311: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2024-01-27T08:49:27.867 INFO:teuthology.orchestra.run.smithi159.stdout: 5 214813 8.06 MB/sec execute 585 sec latency 137.336 ms 2024-01-27T08:49:28.867 INFO:teuthology.orchestra.run.smithi159.stdout: 5 215001 8.06 MB/sec execute 586 sec latency 210.406 ms 2024-01-27T08:49:29.831 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:29 smithi159 ceph-mon[34891]: pgmap v312: 97 pgs: 97 active+clean; 365 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2024-01-27T08:49:29.869 INFO:teuthology.orchestra.run.smithi159.stdout: 5 215205 8.06 MB/sec execute 587 sec latency 126.199 ms 2024-01-27T08:49:30.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:29 smithi191 ceph-mon[37786]: pgmap v312: 97 pgs: 97 active+clean; 365 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2024-01-27T08:49:30.873 INFO:teuthology.orchestra.run.smithi159.stdout: 5 215392 8.05 MB/sec execute 588 sec latency 137.255 ms 2024-01-27T08:49:31.873 INFO:teuthology.orchestra.run.smithi159.stdout: 5 215684 8.04 MB/sec execute 589 sec latency 127.041 ms 2024-01-27T08:49:31.890 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:31 smithi159 ceph-mon[34891]: pgmap v313: 97 pgs: 97 active+clean; 365 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2024-01-27T08:49:32.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:31 smithi191 ceph-mon[37786]: pgmap v313: 97 pgs: 97 active+clean; 365 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2024-01-27T08:49:32.873 INFO:teuthology.orchestra.run.smithi159.stdout: 5 215872 8.03 MB/sec execute 590 sec latency 123.402 ms 2024-01-27T08:49:33.727 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:33 smithi159 ceph-mon[34891]: pgmap v314: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2024-01-27T08:49:33.879 INFO:teuthology.orchestra.run.smithi159.stdout: 5 216089 8.02 MB/sec execute 591 sec latency 134.801 ms 2024-01-27T08:49:34.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:33 smithi191 ceph-mon[37786]: pgmap v314: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2024-01-27T08:49:34.879 INFO:teuthology.orchestra.run.smithi159.stdout: 5 216327 8.02 MB/sec execute 592 sec latency 201.878 ms 2024-01-27T08:49:35.508 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:35 smithi159 ceph-mon[34891]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 287 op/s 2024-01-27T08:49:35.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:35 smithi191 ceph-mon[37786]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 287 op/s 2024-01-27T08:49:35.879 INFO:teuthology.orchestra.run.smithi159.stdout: 5 216609 8.03 MB/sec execute 593 sec latency 158.963 ms 2024-01-27T08:49:36.879 INFO:teuthology.orchestra.run.smithi159.stdout: 5 216907 8.03 MB/sec execute 594 sec latency 149.609 ms 2024-01-27T08:49:37.834 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:37 smithi159 ceph-mon[34891]: pgmap v316: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 287 op/s 2024-01-27T08:49:37.879 INFO:teuthology.orchestra.run.smithi159.stdout: 5 217227 8.03 MB/sec execute 595 sec latency 124.401 ms 2024-01-27T08:49:38.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:37 smithi191 ceph-mon[37786]: pgmap v316: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.9 MiB/s wr, 287 op/s 2024-01-27T08:49:38.879 INFO:teuthology.orchestra.run.smithi159.stdout: 5 217480 8.03 MB/sec execute 596 sec latency 140.294 ms 2024-01-27T08:49:39.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:39 smithi159 ceph-mon[34891]: pgmap v317: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2024-01-27T08:49:39.879 INFO:teuthology.orchestra.run.smithi159.stdout: 5 217632 8.02 MB/sec execute 597 sec latency 140.883 ms 2024-01-27T08:49:40.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:39 smithi191 ceph-mon[37786]: pgmap v317: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2024-01-27T08:49:40.880 INFO:teuthology.orchestra.run.smithi159.stdout: 5 217819 8.02 MB/sec execute 598 sec latency 130.066 ms 2024-01-27T08:49:41.880 INFO:teuthology.orchestra.run.smithi159.stdout: 5 218027 8.02 MB/sec execute 599 sec latency 109.086 ms 2024-01-27T08:49:41.886 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:41 smithi159 ceph-mon[34891]: pgmap v318: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 290 op/s 2024-01-27T08:49:41.886 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:42.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:41 smithi191 ceph-mon[37786]: pgmap v318: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 290 op/s 2024-01-27T08:49:42.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:42.890 INFO:teuthology.orchestra.run.smithi159.stdout: 5 218230 8.01 MB/sec execute 600 sec latency 131.861 ms 2024-01-27T08:49:43.890 INFO:teuthology.orchestra.run.smithi159.stdout: 5 cleanup 601 sec 2024-01-27T08:49:43.962 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:43 smithi159 ceph-mon[34891]: pgmap v319: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2024-01-27T08:49:44.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:43 smithi191 ceph-mon[37786]: pgmap v319: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2024-01-27T08:49:44.890 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 602 sec 2024-01-27T08:49:45.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:45 smithi191 ceph-mon[37786]: pgmap v320: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 281 op/s 2024-01-27T08:49:45.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:45 smithi159 ceph-mon[34891]: pgmap v320: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 281 op/s 2024-01-27T08:49:45.890 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 603 sec 2024-01-27T08:49:46.890 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 604 sec 2024-01-27T08:49:47.890 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 605 sec 2024-01-27T08:49:47.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:47 smithi159 ceph-mon[34891]: pgmap v321: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 281 op/s 2024-01-27T08:49:48.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:47 smithi191 ceph-mon[37786]: pgmap v321: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 281 op/s 2024-01-27T08:49:48.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 606 sec 2024-01-27T08:49:49.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 607 sec 2024-01-27T08:49:49.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:49 smithi159 ceph-mon[34891]: pgmap v322: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2024-01-27T08:49:50.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:49 smithi191 ceph-mon[37786]: pgmap v322: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2024-01-27T08:49:50.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 608 sec 2024-01-27T08:49:51.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 609 sec 2024-01-27T08:49:51.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:51 smithi159 ceph-mon[34891]: pgmap v323: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.3 MiB/s wr, 225 op/s 2024-01-27T08:49:52.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:51 smithi191 ceph-mon[37786]: pgmap v323: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 2.3 MiB/s wr, 225 op/s 2024-01-27T08:49:52.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 610 sec 2024-01-27T08:49:53.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 611 sec 2024-01-27T08:49:53.971 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:53 smithi159 ceph-mon[34891]: pgmap v324: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 2.3 MiB/s wr, 227 op/s 2024-01-27T08:49:54.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:53 smithi191 ceph-mon[37786]: pgmap v324: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 2.3 MiB/s wr, 227 op/s 2024-01-27T08:49:54.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 612 sec 2024-01-27T08:49:55.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:55 smithi191 ceph-mon[37786]: pgmap v325: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 802 KiB/s wr, 100 op/s 2024-01-27T08:49:55.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:55 smithi159 ceph-mon[34891]: pgmap v325: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 802 KiB/s wr, 100 op/s 2024-01-27T08:49:55.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 613 sec 2024-01-27T08:49:56.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:56.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:49:56.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 614 sec 2024-01-27T08:49:57.638 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:57 smithi159 ceph-mon[34891]: pgmap v326: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 802 KiB/s wr, 100 op/s 2024-01-27T08:49:57.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:57 smithi191 ceph-mon[37786]: pgmap v326: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 802 KiB/s wr, 100 op/s 2024-01-27T08:49:57.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 615 sec 2024-01-27T08:49:58.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 616 sec 2024-01-27T08:49:59.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 617 sec 2024-01-27T08:50:00.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:49:59 smithi191 ceph-mon[37786]: pgmap v327: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 802 KiB/s wr, 100 op/s 2024-01-27T08:50:00.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:49:59 smithi159 ceph-mon[34891]: pgmap v327: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 802 KiB/s wr, 100 op/s 2024-01-27T08:50:00.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 618 sec 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: Upgrade daemon: mgr.smithi159.bmcles: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi159.bmcles ... 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: Non-zero exit code 1 from systemctl daemon-reload 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: Traceback (most recent call last): 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: "__main__", mod_spec) 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: exec(code, run_globals) 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5499, in 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5487, in main 2024-01-27T08:50:01.158 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-27T08:50:01.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-27T08:50:01.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-27T08:50:01.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-27T08:50:01.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-27T08:50:01.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-27T08:50:01.159 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:00 smithi191 ceph-mon[37786]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-27T08:50:01.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:50:01.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:50:01.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: Upgrade daemon: mgr.smithi159.bmcles: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi159.bmcles ... 2024-01-27T08:50:01.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: Non-zero exit code 1 from systemctl daemon-reload 2024-01-27T08:50:01.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: Traceback (most recent call last): 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: "__main__", mod_spec) 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: exec(code, run_globals) 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5499, in 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5487, in main 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-27T08:50:01.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:00 smithi159 ceph-mon[34891]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-27T08:50:01.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 619 sec 2024-01-27T08:50:02.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:01 smithi191 ceph-mon[37786]: pgmap v328: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.9 KiB/s wr, 2 op/s 2024-01-27T08:50:02.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:01 smithi159 ceph-mon[34891]: pgmap v328: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.9 KiB/s wr, 2 op/s 2024-01-27T08:50:02.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 620 sec 2024-01-27T08:50:03.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 621 sec 2024-01-27T08:50:04.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:03 smithi191 ceph-mon[37786]: pgmap v329: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 7.6 KiB/s wr, 3 op/s 2024-01-27T08:50:04.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:03 smithi159 ceph-mon[34891]: pgmap v329: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 7.6 KiB/s wr, 3 op/s 2024-01-27T08:50:04.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 622 sec 2024-01-27T08:50:05.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:05 smithi159 ceph-mon[34891]: pgmap v330: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-01-27T08:50:05.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 623 sec 2024-01-27T08:50:05.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:05 smithi191 ceph-mon[37786]: pgmap v330: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-01-27T08:50:06.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 624 sec 2024-01-27T08:50:07.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 625 sec 2024-01-27T08:50:07.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:07 smithi159 ceph-mon[34891]: pgmap v331: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-01-27T08:50:08.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:07 smithi191 ceph-mon[37786]: pgmap v331: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-01-27T08:50:08.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 626 sec 2024-01-27T08:50:09.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 627 sec 2024-01-27T08:50:09.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:09 smithi159 ceph-mon[34891]: pgmap v332: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 3.4 KiB/s wr, 2 op/s 2024-01-27T08:50:10.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:09 smithi191 ceph-mon[37786]: pgmap v332: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 3.4 KiB/s wr, 2 op/s 2024-01-27T08:50:10.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 628 sec 2024-01-27T08:50:11.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 629 sec 2024-01-27T08:50:11.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:11 smithi159 ceph-mon[34891]: pgmap v333: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.4 KiB/s wr, 1 op/s 2024-01-27T08:50:11.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:12.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:11 smithi191 ceph-mon[37786]: pgmap v333: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.4 KiB/s wr, 1 op/s 2024-01-27T08:50:12.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:12.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 630 sec 2024-01-27T08:50:13.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 631 sec 2024-01-27T08:50:13.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:13 smithi159 ceph-mon[34891]: pgmap v334: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-01-27T08:50:14.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:13 smithi191 ceph-mon[37786]: pgmap v334: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-01-27T08:50:14.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 632 sec 2024-01-27T08:50:15.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:15 smithi191 ceph-mon[37786]: pgmap v335: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-01-27T08:50:15.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:15 smithi159 ceph-mon[34891]: pgmap v335: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-01-27T08:50:15.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 633 sec 2024-01-27T08:50:16.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 634 sec 2024-01-27T08:50:17.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 635 sec 2024-01-27T08:50:17.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:17 smithi159 ceph-mon[34891]: pgmap v336: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-01-27T08:50:18.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:17 smithi191 ceph-mon[37786]: pgmap v336: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-01-27T08:50:18.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 636 sec 2024-01-27T08:50:19.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 637 sec 2024-01-27T08:50:19.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:19 smithi159 ceph-mon[34891]: pgmap v337: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-01-27T08:50:20.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:19 smithi191 ceph-mon[37786]: pgmap v337: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-01-27T08:50:20.891 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 638 sec 2024-01-27T08:50:21.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 639 sec 2024-01-27T08:50:22.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:21 smithi191 ceph-mon[37786]: pgmap v338: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:50:22.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:21 smithi159 ceph-mon[34891]: pgmap v338: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:50:22.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 640 sec 2024-01-27T08:50:23.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 641 sec 2024-01-27T08:50:24.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:23 smithi191 ceph-mon[37786]: pgmap v339: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:50:24.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:23 smithi159 ceph-mon[34891]: pgmap v339: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:50:24.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 642 sec 2024-01-27T08:50:25.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:25 smithi159 ceph-mon[34891]: pgmap v340: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:25.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 643 sec 2024-01-27T08:50:25.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:25 smithi191 ceph-mon[37786]: pgmap v340: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:26.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:26.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 644 sec 2024-01-27T08:50:26.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:27.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 645 sec 2024-01-27T08:50:27.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:27 smithi191 ceph-mon[37786]: pgmap v341: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:27.970 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:27 smithi159 ceph-mon[34891]: pgmap v341: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:28.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 646 sec 2024-01-27T08:50:29.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 647 sec 2024-01-27T08:50:30.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:29 smithi191 ceph-mon[37786]: pgmap v342: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:50:30.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:29 smithi159 ceph-mon[34891]: pgmap v342: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:50:30.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 648 sec 2024-01-27T08:50:31.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 649 sec 2024-01-27T08:50:32.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:31 smithi191 ceph-mon[37786]: pgmap v343: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:32.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:31 smithi159 ceph-mon[34891]: pgmap v343: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:32.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 650 sec 2024-01-27T08:50:33.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 651 sec 2024-01-27T08:50:34.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:33 smithi191 ceph-mon[37786]: pgmap v344: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:34.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:33 smithi159 ceph-mon[34891]: pgmap v344: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:34.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 652 sec 2024-01-27T08:50:35.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:35 smithi159 ceph-mon[34891]: pgmap v345: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:35.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 653 sec 2024-01-27T08:50:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:35 smithi191 ceph-mon[37786]: pgmap v345: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:36.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 654 sec 2024-01-27T08:50:37.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 655 sec 2024-01-27T08:50:38.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:37 smithi191 ceph-mon[37786]: pgmap v346: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:38.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:37 smithi159 ceph-mon[34891]: pgmap v346: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:38.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 656 sec 2024-01-27T08:50:39.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 657 sec 2024-01-27T08:50:40.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:39 smithi191 ceph-mon[37786]: pgmap v347: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:50:40.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:39 smithi159 ceph-mon[34891]: pgmap v347: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:50:40.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 658 sec 2024-01-27T08:50:41.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 659 sec 2024-01-27T08:50:42.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:41 smithi191 ceph-mon[37786]: pgmap v348: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:42.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:42.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:41 smithi159 ceph-mon[34891]: pgmap v348: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:42.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:42.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 660 sec 2024-01-27T08:50:43.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 661 sec 2024-01-27T08:50:44.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:43 smithi191 ceph-mon[37786]: pgmap v349: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:44.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:43 smithi159 ceph-mon[34891]: pgmap v349: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:44.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 662 sec 2024-01-27T08:50:45.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:45 smithi159 ceph-mon[34891]: pgmap v350: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:45.892 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 663 sec 2024-01-27T08:50:45.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:45 smithi191 ceph-mon[37786]: pgmap v350: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:46.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 664 sec 2024-01-27T08:50:47.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 665 sec 2024-01-27T08:50:48.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:47 smithi191 ceph-mon[37786]: pgmap v351: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:48.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:47 smithi159 ceph-mon[34891]: pgmap v351: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:48.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 666 sec 2024-01-27T08:50:49.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 667 sec 2024-01-27T08:50:50.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:49 smithi191 ceph-mon[37786]: pgmap v352: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:50:50.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:49 smithi159 ceph-mon[34891]: pgmap v352: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:50:50.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 668 sec 2024-01-27T08:50:51.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 669 sec 2024-01-27T08:50:52.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:51 smithi191 ceph-mon[37786]: pgmap v353: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:52.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:51 smithi159 ceph-mon[34891]: pgmap v353: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:52.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 670 sec 2024-01-27T08:50:53.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 671 sec 2024-01-27T08:50:54.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:53 smithi191 ceph-mon[37786]: pgmap v354: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:54.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:53 smithi159 ceph-mon[34891]: pgmap v354: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:54.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 672 sec 2024-01-27T08:50:55.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:55 smithi159 ceph-mon[34891]: pgmap v355: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:55.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 673 sec 2024-01-27T08:50:55.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:55 smithi191 ceph-mon[37786]: pgmap v355: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:56.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:56.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 674 sec 2024-01-27T08:50:56.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:50:57.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 675 sec 2024-01-27T08:50:57.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:50:57 smithi191 ceph-mon[37786]: pgmap v356: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:57.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:50:57 smithi159 ceph-mon[34891]: pgmap v356: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:50:58.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 676 sec 2024-01-27T08:50:59.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 677 sec 2024-01-27T08:51:00.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 678 sec 2024-01-27T08:51:01.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 679 sec 2024-01-27T08:51:02.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 680 sec 2024-01-27T08:51:03.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 681 sec 2024-01-27T08:51:04.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 682 sec 2024-01-27T08:51:05.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 683 sec 2024-01-27T08:51:06.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 684 sec 2024-01-27T08:51:07.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 685 sec 2024-01-27T08:51:08.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 686 sec 2024-01-27T08:51:09.896 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 687 sec 2024-01-27T08:51:10.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 688 sec 2024-01-27T08:51:11.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 689 sec 2024-01-27T08:51:12.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 690 sec 2024-01-27T08:51:13.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 691 sec 2024-01-27T08:51:18.084 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 692 sec 2024-01-27T08:51:18.084 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 693 sec 2024-01-27T08:51:18.084 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 694 sec 2024-01-27T08:51:18.084 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 695 sec 2024-01-27T08:51:18.840 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph orch ps' 2024-01-27T08:51:18.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 696 sec 2024-01-27T08:51:18.907 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:51:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:51:18.550+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:50:55.449150+0000 front 2024-01-27T08:51:18.083836+0000 (oldest deadline 2024-01-27T08:51:18.349349+0000) 2024-01-27T08:51:18.907 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:51:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:51:18.550+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6830 osd.3 since back 2024-01-27T08:50:55.449191+0000 front 2024-01-27T08:51:01.150830+0000 (oldest deadline 2024-01-27T08:51:18.349349+0000) 2024-01-27T08:51:19.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v357: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:51:19.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v358: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v359: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v360: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v361: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v362: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v363: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v364: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v365: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v366: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: mon.smithi191 calling monitor election 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: mon.smithi159 calling monitor election 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: mon.smithi159 is new leader, mons smithi159,smithi191 in quorum (ranks 0,1) 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: monmap e2: 2 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} 2024-01-27T08:51:19.721 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:active} 1 up:standby 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: osdmap e68: 8 total, 8 up, 8 in 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: mgrmap e28: smithi191.onztue(active, since 12m), standbys: smithi159.bmcles 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: Upgrade daemon: mgr.smithi159.bmcles: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi159.bmcles ... 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: Non-zero exit code 1 from systemctl daemon-reload 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: Traceback (most recent call last): 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: "__main__", mod_spec) 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: exec(code, run_globals) 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5499, in 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5487, in main 2024-01-27T08:51:19.722 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: File "/tmp/tmpfig8hx1x.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: pgmap v367: 97 pgs: 1 active+clean+laggy, 96 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:19.723 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:19 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:19.893 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 697 sec 2024-01-27T08:51:19.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v357: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:51:19.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v358: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v359: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v360: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v361: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v362: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:51:19.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v363: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v364: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v365: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v366: 97 pgs: 97 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: mon.smithi191 calling monitor election 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: mon.smithi159 calling monitor election 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: mon.smithi159 is new leader, mons smithi159,smithi191 in quorum (ranks 0,1) 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: monmap e2: 2 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: fsmap foofs:1 {0=foofs.smithi159.wasisx=up:active} 1 up:standby 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: osdmap e68: 8 total, 8 up, 8 in 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: mgrmap e28: smithi191.onztue(active, since 12m), standbys: smithi159.bmcles 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:51:19.908 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: Upgrade daemon: mgr.smithi159.bmcles: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi159.bmcles ... 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: Non-zero exit code 1 from systemctl daemon-reload 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: Traceback (most recent call last): 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: "__main__", mod_spec) 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: exec(code, run_globals) 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5499, in 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5487, in main 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-27T08:51:19.909 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: File "/tmp/tmpfig8hx1x.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-27T08:51:19.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-27T08:51:19.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: pgmap v367: 97 pgs: 1 active+clean+laggy, 96 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:19.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:19.910 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:19 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:20.467 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:51:20.467 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 starting - - - - 2024-01-27T08:51:20.467 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (17m) 11m ago 17m 6991k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:51:20.467 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (17m) 7m ago 17m 7151k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 starting - - - - 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (13m) 11m ago 13m 35.2M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (13m) 7m ago 13m 15.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:9283 running (19m) 11m ago 19m 425M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (12m) 7m ago 17m 513M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (19m) 11m ago 19m 92.0M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (17m) 7m ago 17m 66.6M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (13m) 11m ago 13m 260M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (13m) 7m ago 13m 86.0M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 starting - - - - 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (11m) 7m ago 17m 26.3M - 1.3.1 1dbe0e931976 6bb13ef61046 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (16m) 11m ago 16m 544M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:51:20.468 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (16m) 11m ago 16m 366M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:51:20.469 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (16m) 11m ago 16m 229M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:51:20.469 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (15m) 11m ago 15m 523M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:51:20.469 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (15m) 7m ago 15m 1336M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:51:20.469 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (15m) 7m ago 15m 1736M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:51:20.469 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (15m) 7m ago 15m 1415M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:51:20.469 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (14m) 7m ago 14m 2112M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:51:20.469 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 starting - - - - 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: 0 cleanup 698 sec 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: Operation Count AvgLat MaxLat 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: ---------------------------------------- 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: NTCreateX 154254 6.920 306.882 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: Close 113263 0.129 12.768 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: Rename 6536 12.120 267.908 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: Unlink 31197 6.776 307.510 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: Qpathinfo 139865 2.777 201.423 2024-01-27T08:51:20.724 INFO:teuthology.orchestra.run.smithi159.stdout: Qfileinfo 24381 0.094 11.013 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: Qfsinfo 25679 1.416 54.051 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: Sfileinfo 12545 10.381 109.042 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: Find 54104 5.043 182.812 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: WriteX 76195 10.441 305.632 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: ReadX 242282 0.010 10.359 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: LockX 504 0.394 5.101 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: UnlockX 504 0.288 3.183 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: Flush 10810 0.002 0.017 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:51:20.725 INFO:teuthology.orchestra.run.smithi159.stdout:Throughput 8.01126 MB/sec 5 clients 5 procs max_latency=307.519 ms 2024-01-27T08:51:20.726 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-01-27T08:51:20.791 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-01-27T08:51:20.862 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-01-27T08:51:20.922 INFO:teuthology.orchestra.run.smithi159.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-01-27T08:51:20.922 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:51:20.922 INFO:teuthology.orchestra.run.smithi159.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-01-27T08:51:20.923 INFO:teuthology.orchestra.run.smithi159.stdout:3 of 5 processes prepared for launch 0 sec 2024-01-27T08:51:20.947 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph versions' 2024-01-27T08:51:21.023 INFO:teuthology.orchestra.run.smithi159.stdout:5 of 5 processes prepared for launch 0 sec 2024-01-27T08:51:21.023 INFO:teuthology.orchestra.run.smithi159.stdout:releasing clients 2024-01-27T08:51:21.912 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:21 smithi159 ceph-mon[34891]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:51:21.912 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:21 smithi159 ceph-mon[34891]: pgmap v368: 97 pgs: 1 active+clean+laggy, 96 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:22.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:21 smithi191 ceph-mon[37786]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:51:22.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:21 smithi191 ceph-mon[37786]: pgmap v368: 97 pgs: 1 active+clean+laggy, 96 active+clean; 252 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2024-01-27T08:51:23.002 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:22 smithi159 ceph-mon[34891]: Health check failed: Slow OSD heartbeats on back (longest 1109.836ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:51:23.002 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:22 smithi159 ceph-mon[34891]: Health check failed: Slow OSD heartbeats on front (longest 1108.325ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:51:23.028 INFO:teuthology.orchestra.run.smithi159.stdout: 5 328 21.59 MB/sec execute 1 sec latency 172.666 ms 2024-01-27T08:51:23.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:22 smithi191 ceph-mon[37786]: Health check failed: Slow OSD heartbeats on back (longest 1109.836ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:51:23.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:22 smithi191 ceph-mon[37786]: Health check failed: Slow OSD heartbeats on front (longest 1108.325ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:51:23.712 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:51:23.712 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:51:23.712 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:51:23.712 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:51:23.712 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:51:23.712 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:51:23.712 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:51:23.713 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:51:24.024 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:23 smithi159 ceph-mon[34891]: pgmap v369: 97 pgs: 1 active+clean+laggy, 96 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 2.3 MiB/s wr, 34 op/s 2024-01-27T08:51:24.024 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:23 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/2967039712' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:51:24.031 INFO:teuthology.orchestra.run.smithi159.stdout: 5 458 21.07 MB/sec execute 2 sec latency 137.841 ms 2024-01-27T08:51:24.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:23 smithi191 ceph-mon[37786]: pgmap v369: 97 pgs: 1 active+clean+laggy, 96 active+clean; 279 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 2.3 MiB/s wr, 34 op/s 2024-01-27T08:51:24.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:23 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/2967039712' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:51:24.539 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-27T08:51:25.029 INFO:teuthology.orchestra.run.smithi159.stdout: 5 666 22.44 MB/sec execute 3 sec latency 149.346 ms 2024-01-27T08:51:25.381 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: pgmap v370: 97 pgs: 2 active+clean+laggy, 95 active+clean; 295 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 3.7 MiB/s wr, 41 op/s 2024-01-27T08:51:25.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:51:25.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:51:25.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:25 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:51:25.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: pgmap v370: 97 pgs: 2 active+clean+laggy, 95 active+clean; 295 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 85 B/s rd, 3.7 MiB/s wr, 41 op/s 2024-01-27T08:51:25.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:51:25.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:51:25.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:25.658 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:25 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:51:26.029 INFO:teuthology.orchestra.run.smithi159.stdout: 5 884 17.73 MB/sec execute 4 sec latency 117.303 ms 2024-01-27T08:51:26.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:26 smithi159 ceph-mon[34891]: pgmap v371: 97 pgs: 2 active+clean+laggy, 95 active+clean; 295 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 100 B/s rd, 4.4 MiB/s wr, 49 op/s 2024-01-27T08:51:26.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:26 smithi159 ceph-mon[34891]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2024-01-27T08:51:26.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:26 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:26.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:26 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:26.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:26 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:26.412 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:26.572 INFO:teuthology.orchestra.run.smithi159.stdout:wait for servicemap items w/ changing names to refresh 2024-01-27T08:51:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:26 smithi191 ceph-mon[37786]: pgmap v371: 97 pgs: 2 active+clean+laggy, 95 active+clean; 295 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 100 B/s rd, 4.4 MiB/s wr, 49 op/s 2024-01-27T08:51:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:26 smithi191 ceph-mon[37786]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2024-01-27T08:51:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:26 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:26 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:26 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:51:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:26.978 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'sleep 60' 2024-01-27T08:51:27.029 INFO:teuthology.orchestra.run.smithi159.stdout: 5 cleanup 5 sec 2024-01-27T08:51:28.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 6 sec 2024-01-27T08:51:28.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:28 smithi191 ceph-mon[37786]: pgmap v372: 97 pgs: 2 active+clean+laggy, 95 active+clean; 295 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 100 B/s rd, 4.4 MiB/s wr, 49 op/s 2024-01-27T08:51:28.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:28 smithi159 ceph-mon[34891]: pgmap v372: 97 pgs: 2 active+clean+laggy, 95 active+clean; 295 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 100 B/s rd, 4.4 MiB/s wr, 49 op/s 2024-01-27T08:51:29.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 7 sec 2024-01-27T08:51:29.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:29 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on back (longest 1300.372ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:51:29.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:29 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on front (longest 1414.077ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:51:29.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:29 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on back (longest 1300.372ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:51:29.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:29 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on front (longest 1414.077ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:51:30.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 8 sec 2024-01-27T08:51:30.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:30 smithi191 ceph-mon[37786]: pgmap v373: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 503 B/s rd, 11 MiB/s wr, 240 op/s 2024-01-27T08:51:30.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:30 smithi159 ceph-mon[34891]: pgmap v373: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 503 B/s rd, 11 MiB/s wr, 240 op/s 2024-01-27T08:51:31.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 9 sec 2024-01-27T08:51:32.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 10 sec 2024-01-27T08:51:32.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:32 smithi191 ceph-mon[37786]: pgmap v374: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 503 B/s rd, 11 MiB/s wr, 240 op/s 2024-01-27T08:51:32.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:32 smithi159 ceph-mon[34891]: pgmap v374: 97 pgs: 97 active+clean; 353 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 503 B/s rd, 11 MiB/s wr, 240 op/s 2024-01-27T08:51:33.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 11 sec 2024-01-27T08:51:34.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 12 sec 2024-01-27T08:51:34.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:34 smithi191 ceph-mon[37786]: pgmap v375: 97 pgs: 97 active+clean; 275 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 8.7 MiB/s wr, 233 op/s 2024-01-27T08:51:34.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:34 smithi159 ceph-mon[34891]: pgmap v375: 97 pgs: 97 active+clean; 275 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 8.7 MiB/s wr, 233 op/s 2024-01-27T08:51:35.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 13 sec 2024-01-27T08:51:36.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 14 sec 2024-01-27T08:51:36.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:36 smithi191 ceph-mon[37786]: pgmap v376: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 7.1 MiB/s wr, 230 op/s 2024-01-27T08:51:36.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:36 smithi159 ceph-mon[34891]: pgmap v376: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 7.1 MiB/s wr, 230 op/s 2024-01-27T08:51:37.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 15 sec 2024-01-27T08:51:38.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 16 sec 2024-01-27T08:51:38.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:38 smithi191 ceph-mon[37786]: pgmap v377: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.0 MiB/s wr, 195 op/s 2024-01-27T08:51:38.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:38 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on back (longest 4224.732ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:51:38.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:38 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on front (longest 4223.919ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:51:38.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:38 smithi159 ceph-mon[34891]: pgmap v377: 97 pgs: 97 active+clean; 253 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.0 MiB/s wr, 195 op/s 2024-01-27T08:51:38.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:38 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on back (longest 4224.732ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:51:38.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:38 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on front (longest 4223.919ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:51:39.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 17 sec 2024-01-27T08:51:40.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 18 sec 2024-01-27T08:51:40.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:40 smithi191 ceph-mon[37786]: pgmap v378: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 6.0 MiB/s wr, 198 op/s 2024-01-27T08:51:40.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:40 smithi159 ceph-mon[34891]: pgmap v378: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 6.0 MiB/s wr, 198 op/s 2024-01-27T08:51:41.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 19 sec 2024-01-27T08:51:41.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:41.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:42.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 20 sec 2024-01-27T08:51:42.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:42 smithi191 ceph-mon[37786]: pgmap v379: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 161 KiB/s wr, 36 op/s 2024-01-27T08:51:42.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:42 smithi159 ceph-mon[34891]: pgmap v379: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 161 KiB/s wr, 36 op/s 2024-01-27T08:51:43.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 21 sec 2024-01-27T08:51:44.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 22 sec 2024-01-27T08:51:44.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:44 smithi191 ceph-mon[37786]: pgmap v380: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 161 KiB/s wr, 36 op/s 2024-01-27T08:51:44.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:44 smithi159 ceph-mon[34891]: pgmap v380: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 161 KiB/s wr, 36 op/s 2024-01-27T08:51:45.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 23 sec 2024-01-27T08:51:46.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 24 sec 2024-01-27T08:51:46.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:46 smithi191 ceph-mon[37786]: pgmap v381: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.3 KiB/s wr, 7 op/s 2024-01-27T08:51:46.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:46 smithi159 ceph-mon[34891]: pgmap v381: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.3 KiB/s wr, 7 op/s 2024-01-27T08:51:47.035 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 25 sec 2024-01-27T08:51:48.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 26 sec 2024-01-27T08:51:48.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:48 smithi191 ceph-mon[37786]: pgmap v382: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.3 KiB/s wr, 3 op/s 2024-01-27T08:51:48.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:48 smithi159 ceph-mon[34891]: pgmap v382: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 4.3 KiB/s wr, 3 op/s 2024-01-27T08:51:49.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 27 sec 2024-01-27T08:51:50.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 28 sec 2024-01-27T08:51:50.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:50 smithi191 ceph-mon[37786]: pgmap v383: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.7 KiB/s wr, 3 op/s 2024-01-27T08:51:50.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:50 smithi159 ceph-mon[34891]: pgmap v383: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.7 KiB/s wr, 3 op/s 2024-01-27T08:51:51.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 29 sec 2024-01-27T08:51:52.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 30 sec 2024-01-27T08:51:52.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:52 smithi191 ceph-mon[37786]: pgmap v384: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:52.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:52 smithi159 ceph-mon[34891]: pgmap v384: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:53.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 31 sec 2024-01-27T08:51:54.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 32 sec 2024-01-27T08:51:54.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:54 smithi191 ceph-mon[37786]: pgmap v385: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:54.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:54 smithi159 ceph-mon[34891]: pgmap v385: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:55.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 33 sec 2024-01-27T08:51:56.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 34 sec 2024-01-27T08:51:56.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:56 smithi191 ceph-mon[37786]: pgmap v386: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:56.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:56.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:56 smithi159 ceph-mon[34891]: pgmap v386: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:56.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:51:57.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 35 sec 2024-01-27T08:51:58.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 36 sec 2024-01-27T08:51:58.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:51:58 smithi191 ceph-mon[37786]: pgmap v387: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:58.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:51:58 smithi159 ceph-mon[34891]: pgmap v387: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:51:59.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 37 sec 2024-01-27T08:52:00.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 38 sec 2024-01-27T08:52:00.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:00 smithi191 ceph-mon[37786]: pgmap v388: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:52:00.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:00 smithi159 ceph-mon[34891]: pgmap v388: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-01-27T08:52:01.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 39 sec 2024-01-27T08:52:02.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 40 sec 2024-01-27T08:52:02.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:02 smithi191 ceph-mon[37786]: pgmap v389: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:02.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:02 smithi159 ceph-mon[34891]: pgmap v389: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:03.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 41 sec 2024-01-27T08:52:04.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 42 sec 2024-01-27T08:52:04.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:04 smithi191 ceph-mon[37786]: pgmap v390: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:04.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:04 smithi159 ceph-mon[34891]: pgmap v390: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:05.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 43 sec 2024-01-27T08:52:06.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 44 sec 2024-01-27T08:52:06.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:06 smithi191 ceph-mon[37786]: pgmap v391: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:06.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:06 smithi159 ceph-mon[34891]: pgmap v391: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:07.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 45 sec 2024-01-27T08:52:08.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 46 sec 2024-01-27T08:52:08.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:08 smithi191 ceph-mon[37786]: pgmap v392: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:08.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:08 smithi159 ceph-mon[34891]: pgmap v392: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:09.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 47 sec 2024-01-27T08:52:10.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 48 sec 2024-01-27T08:52:10.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:10 smithi191 ceph-mon[37786]: pgmap v393: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:52:10.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:10 smithi159 ceph-mon[34891]: pgmap v393: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:52:11.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 49 sec 2024-01-27T08:52:11.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:11.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:12.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 50 sec 2024-01-27T08:52:12.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:12 smithi191 ceph-mon[37786]: pgmap v394: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:12.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:12 smithi159 ceph-mon[34891]: pgmap v394: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:13.036 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 51 sec 2024-01-27T08:52:14.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 52 sec 2024-01-27T08:52:14.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:14 smithi191 ceph-mon[37786]: pgmap v395: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:14.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:14 smithi159 ceph-mon[34891]: pgmap v395: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:15.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 53 sec 2024-01-27T08:52:16.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 54 sec 2024-01-27T08:52:16.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:16 smithi191 ceph-mon[37786]: pgmap v396: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:16.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:16 smithi159 ceph-mon[34891]: pgmap v396: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:17.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 55 sec 2024-01-27T08:52:18.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 56 sec 2024-01-27T08:52:18.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:18 smithi191 ceph-mon[37786]: pgmap v397: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:18.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:18 smithi159 ceph-mon[34891]: pgmap v397: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:19.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 57 sec 2024-01-27T08:52:20.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 58 sec 2024-01-27T08:52:20.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:20 smithi191 ceph-mon[37786]: pgmap v398: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:52:20.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:20 smithi159 ceph-mon[34891]: pgmap v398: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:52:21.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 59 sec 2024-01-27T08:52:22.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 60 sec 2024-01-27T08:52:22.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:22 smithi191 ceph-mon[37786]: pgmap v399: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:22.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:22 smithi159 ceph-mon[34891]: pgmap v399: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:23.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 61 sec 2024-01-27T08:52:24.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 62 sec 2024-01-27T08:52:24.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:24 smithi191 ceph-mon[37786]: pgmap v400: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:24.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:24 smithi159 ceph-mon[34891]: pgmap v400: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:25.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 63 sec 2024-01-27T08:52:26.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 64 sec 2024-01-27T08:52:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:26 smithi191 ceph-mon[37786]: pgmap v401: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:26.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:26.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:26 smithi159 ceph-mon[34891]: pgmap v401: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:26.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:27.037 INFO:teuthology.orchestra.run.smithi159.stdout: 1 cleanup 65 sec 2024-01-27T08:52:27.514 INFO:teuthology.orchestra.run.smithi159.stdout: 0 cleanup 65 sec 2024-01-27T08:52:27.514 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Operation Count AvgLat MaxLat 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: ---------------------------------------- 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: NTCreateX 679 15.924 172.662 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Close 633 6.793 81.446 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Rename 32 13.755 65.290 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Unlink 61 7.721 79.054 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Qpathinfo 300 3.839 68.963 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Qfileinfo 336 11.010 35.052 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Qfsinfo 131 2.197 23.704 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Sfileinfo 118 12.702 50.150 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Find 166 6.468 94.457 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: WriteX 1653 0.024 0.066 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: ReadX 572 0.029 2.773 2024-01-27T08:52:27.515 INFO:teuthology.orchestra.run.smithi159.stdout: Flush 120 11.080 30.097 2024-01-27T08:52:27.516 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-27T08:52:27.516 INFO:teuthology.orchestra.run.smithi159.stdout:Throughput 17.7303 MB/sec 5 clients 5 procs max_latency=172.666 ms 2024-01-27T08:52:27.517 DEBUG:teuthology.parallel:result is None 2024-01-27T08:52:28.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:28 smithi159 ceph-mon[34891]: pgmap v402: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:28.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:28 smithi191 ceph-mon[37786]: pgmap v402: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:52:31.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:30 smithi191 ceph-mon[37786]: pgmap v403: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:52:31.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:30 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:31.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:30 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:31.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:30 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:52:31.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:30 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:52:31.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:30 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:31.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:30 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:31.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:30 smithi159 ceph-mon[34891]: pgmap v403: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:52:31.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:30 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:31.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:30 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:31.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:30 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:52:31.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:30 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:52:31.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:30 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:31.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:30 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:32.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:31 smithi191 ceph-mon[37786]: pgmap v404: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-01-27T08:52:32.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:31 smithi191 ceph-mon[37786]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2024-01-27T08:52:32.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:31 smithi159 ceph-mon[34891]: pgmap v404: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-01-27T08:52:32.221 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:31 smithi159 ceph-mon[34891]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2024-01-27T08:52:34.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:33 smithi191 ceph-mon[37786]: pgmap v405: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-01-27T08:52:34.219 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:33 smithi159 ceph-mon[34891]: pgmap v405: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-01-27T08:52:36.156 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:35 smithi191 ceph-mon[37786]: pgmap v406: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-01-27T08:52:36.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:35 smithi159 ceph-mon[34891]: pgmap v406: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-01-27T08:52:38.157 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:37 smithi191 ceph-mon[37786]: pgmap v407: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-01-27T08:52:38.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:37 smithi159 ceph-mon[34891]: pgmap v407: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 2.2 KiB/s wr, 0 op/s 2024-01-27T08:52:39.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:39 smithi191 ceph-mon[37786]: pgmap v408: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 361 B/s rd, 4.1 KiB/s wr, 2 op/s 2024-01-27T08:52:39.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:39 smithi159 ceph-mon[34891]: pgmap v408: 97 pgs: 97 active+clean; 247 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 361 B/s rd, 4.1 KiB/s wr, 2 op/s 2024-01-27T08:52:40.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:40 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on back (longest 3380.244ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:52:40.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:40 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on front (longest 3377.056ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:52:40.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:40 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on back (longest 3380.244ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:52:40.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:40 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on front (longest 3377.056ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:52:41.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:41 smithi191 ceph-mon[37786]: pgmap v409: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 361 B/s rd, 4.1 KiB/s wr, 2 op/s 2024-01-27T08:52:41.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:41 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:41.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:41 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:41.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:41 smithi159 ceph-mon[34891]: pgmap v409: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 361 B/s rd, 4.1 KiB/s wr, 2 op/s 2024-01-27T08:52:41.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:41 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:52:41.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:41 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:43.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:43 smithi191 ceph-mon[37786]: pgmap v410: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 2 op/s 2024-01-27T08:52:43.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:43 smithi159 ceph-mon[34891]: pgmap v410: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.8 KiB/s wr, 2 op/s 2024-01-27T08:52:45.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:45 smithi191 ceph-mon[37786]: pgmap v411: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-01-27T08:52:45.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:45 smithi159 ceph-mon[34891]: pgmap v411: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-01-27T08:52:47.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:47 smithi191 ceph-mon[37786]: pgmap v412: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-01-27T08:52:47.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:47 smithi159 ceph-mon[34891]: pgmap v412: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-01-27T08:52:49.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:49 smithi191 ceph-mon[37786]: pgmap v413: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2024-01-27T08:52:49.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:49 smithi159 ceph-mon[34891]: pgmap v413: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2024-01-27T08:52:51.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:51 smithi191 ceph-mon[37786]: pgmap v414: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-01-27T08:52:51.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:51 smithi159 ceph-mon[34891]: pgmap v414: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-01-27T08:52:53.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:53 smithi191 ceph-mon[37786]: pgmap v415: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:52:53.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:53 smithi159 ceph-mon[34891]: pgmap v415: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:52:55.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:55 smithi191 ceph-mon[37786]: pgmap v416: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:52:55.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:55 smithi159 ceph-mon[34891]: pgmap v416: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:52:56.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:56 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:56.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:56 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:52:57.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:57 smithi191 ceph-mon[37786]: pgmap v417: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:52:57.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:57 smithi159 ceph-mon[34891]: pgmap v417: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:52:59.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:52:59 smithi191 ceph-mon[37786]: pgmap v418: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:52:59.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:52:59 smithi159 ceph-mon[34891]: pgmap v418: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-01-27T08:53:01.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:01 smithi191 ceph-mon[37786]: pgmap v419: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:53:01.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:01 smithi159 ceph-mon[34891]: pgmap v419: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:53:02.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:02 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on back (longest 1405.187ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:53:02.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:02 smithi191 ceph-mon[37786]: Health check update: Slow OSD heartbeats on front (longest 1401.601ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:53:02.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:02 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on back (longest 1405.187ms) (OSD_SLOW_PING_TIME_BACK) 2024-01-27T08:53:02.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:02 smithi159 ceph-mon[34891]: Health check update: Slow OSD heartbeats on front (longest 1401.601ms) (OSD_SLOW_PING_TIME_FRONT) 2024-01-27T08:53:03.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:03 smithi191 ceph-mon[37786]: pgmap v420: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:53:03.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:03 smithi159 ceph-mon[34891]: pgmap v420: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T08:53:05.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:05 smithi191 ceph-mon[37786]: pgmap v421: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:05.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:05 smithi159 ceph-mon[34891]: pgmap v421: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:07.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:07 smithi191 ceph-mon[37786]: pgmap v422: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:07.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:07 smithi159 ceph-mon[34891]: pgmap v422: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:09.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:09 smithi191 ceph-mon[37786]: pgmap v423: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:09.470 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:09 smithi159 ceph-mon[34891]: pgmap v423: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:11.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:11 smithi191 ceph-mon[37786]: pgmap v424: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:53:11.657 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:11 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:53:11.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:11 smithi159 ceph-mon[34891]: pgmap v424: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:53:11.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:11 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:53:13.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:13 smithi191 ceph-mon[37786]: pgmap v425: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:13.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:13 smithi159 ceph-mon[34891]: pgmap v425: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:15.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:15 smithi191 ceph-mon[37786]: pgmap v426: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:15.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:15 smithi159 ceph-mon[34891]: pgmap v426: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:17.659 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:17 smithi191 ceph-mon[37786]: pgmap v427: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:17.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:17 smithi159 ceph-mon[34891]: pgmap v427: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:19.406 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:19 smithi191 ceph-mon[37786]: pgmap v428: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:19.469 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:19 smithi159 ceph-mon[34891]: pgmap v428: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:21.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:21 smithi191 ceph-mon[37786]: pgmap v429: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:53:21.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:21 smithi159 ceph-mon[34891]: pgmap v429: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:53:23.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:23 smithi191 ceph-mon[37786]: pgmap v430: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:23.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:23 smithi159 ceph-mon[34891]: pgmap v430: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:25.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:25 smithi191 ceph-mon[37786]: pgmap v431: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:25.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:25 smithi159 ceph-mon[34891]: pgmap v431: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:26.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:26 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:53:26.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:26 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-01-27T08:53:27.656 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:27 smithi191 ceph-mon[37786]: pgmap v432: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:27.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:27 smithi159 ceph-mon[34891]: pgmap v432: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:29.065 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph orch ps' 2024-01-27T08:53:29.379 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:29 smithi159 ceph-mon[34891]: pgmap v433: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:29.406 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:29 smithi191 ceph-mon[37786]: pgmap v433: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:30.406 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:30 smithi191 ceph-mon[37786]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 1405.187ms)) 2024-01-27T08:53:30.406 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:30 smithi191 ceph-mon[37786]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 1401.601ms)) 2024-01-27T08:53:30.438 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 running (13m) 60s ago 20m 22.9M - 0.23.0 ba2b418f427c 962b28d2e464 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (20m) 60s ago 20m 6983k - 17.2.0 e1d6a67b021e da2823be7e4b 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi191 smithi191 running (19m) 10m ago 19m 7151k - 17.2.0 e1d6a67b021e 231a824bb0ba 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 running (13m) 60s ago 19m 61.1M - 8.3.5 dad864ee21e9 5f47be4b6735 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi159.wasisx smithi159 running (16m) 60s ago 16m 39.7M - 17.2.0 e1d6a67b021e 0d94d2da71f6 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:mds.foofs.smithi191.yikdau smithi191 running (16m) 10m ago 16m 15.0M - 17.2.0 e1d6a67b021e 4c225b489daf 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.bmcles smithi159 *:8443,9283,8765 running (21m) 60s ago 21m 432M - 17.2.0 e1d6a67b021e 7d98104637e8 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi191.onztue smithi191 *:8443,9283 running (14m) 10m ago 19m 513M - 19.0.0-925-g994126d0 bc9b3170c2d6 12b224f7cec5 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (21m) 60s ago 21m 178M 2048M 17.2.0 e1d6a67b021e f4f7065dc5a3 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi191 smithi191 running (19m) 10m ago 19m 66.6M 2048M 17.2.0 e1d6a67b021e a78541a1fcaf 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.0.0.smithi159.kwscpd smithi159 *:2049 running (15m) 60s ago 15m 363M - 4.0 e1d6a67b021e 04474dbe810a 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:nfs.foo.1.0.smithi191.eodraw smithi191 *:2049 running (15m) 10m ago 15m 86.0M - 4.0 e1d6a67b021e 3bdb23ee9bb3 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 running (13m) 60s ago 19m 25.6M - 1.3.1 1dbe0e931976 eebcd2ff428a 2024-01-27T08:53:30.439 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi191 smithi191 *:9100 running (13m) 10m ago 19m 26.3M - 1.3.1 1dbe0e931976 6bb13ef61046 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi159 running (19m) 60s ago 19m 2699M 1944M 17.2.0 e1d6a67b021e b085c85dc220 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (18m) 60s ago 18m 2624M 1944M 17.2.0 e1d6a67b021e d0f5da13e105 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi159 running (18m) 60s ago 18m 2151M 1944M 17.2.0 e1d6a67b021e b088da6f5719 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (18m) 60s ago 18m 2627M 1944M 17.2.0 e1d6a67b021e 67ec46df2ca2 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi191 running (17m) 10m ago 17m 1336M 2712M 17.2.0 e1d6a67b021e 714578c31473 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi191 running (17m) 10m ago 17m 1736M 2712M 17.2.0 e1d6a67b021e 7e856aa61ebc 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi191 running (17m) 10m ago 17m 1415M 2712M 17.2.0 e1d6a67b021e e9f9ee41f8f4 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi191 running (17m) 10m ago 17m 2112M 2712M 17.2.0 e1d6a67b021e b3a0c6ee179e 2024-01-27T08:53:30.440 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (13m) 60s ago 19m 71.1M - 2.33.4 514e6a882f6e 8e911967167d 2024-01-27T08:53:30.464 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:30 smithi159 ceph-mon[34891]: Health check cleared: OSD_SLOW_PING_TIME_BACK (was: Slow OSD heartbeats on back (longest 1405.187ms)) 2024-01-27T08:53:30.464 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:30 smithi159 ceph-mon[34891]: Health check cleared: OSD_SLOW_PING_TIME_FRONT (was: Slow OSD heartbeats on front (longest 1401.601ms)) 2024-01-27T08:53:30.884 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph orch upgrade status' 2024-01-27T08:53:31.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:31 smithi191 ceph-mon[37786]: pgmap v434: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:53:31.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:31 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:53:31.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:31 smithi191 ceph-mon[37786]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:53:31.419 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:31 smithi159 ceph-mon[34891]: pgmap v434: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-27T08:53:31.419 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:31 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T08:53:31.419 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:31 smithi159 ceph-mon[34891]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b4baf516fe03b7f6c4ee85f4c86bb78ce62eacd174eaf20c200be0f81862d24b", 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout: "in_progress": true, 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout: "services_complete": [], 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout: "progress": "1/23 daemons upgraded", 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed.", 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout: "is_paused": true 2024-01-27T08:53:32.344 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:53:32.734 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph health detail' 2024-01-27T08:53:33.649 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:33 smithi159 ceph-mon[34891]: pgmap v435: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:33.649 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:33 smithi159 ceph-mon[34891]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:53:33.650 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:33 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:33.650 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:33 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:33.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:33 smithi191 ceph-mon[37786]: pgmap v435: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:33.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:33 smithi191 ceph-mon[37786]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T08:53:33.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:33 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:33.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:33 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:34.463 INFO:teuthology.orchestra.run.smithi159.stdout:HEALTH_WARN Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi159.bmcles on host smithi159 failed. 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: Upgrade daemon: mgr.smithi159.bmcles: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi159.bmcles ... 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout:Non-zero exit code 1 from systemctl daemon-reload 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout:Traceback (most recent call last): 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: "__main__", mod_spec) 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: exec(code, run_globals) 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5499, in 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 5487, in main 2024-01-27T08:53:34.464 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2024-01-27T08:53:34.465 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2024-01-27T08:53:34.465 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2024-01-27T08:53:34.465 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2024-01-27T08:53:34.465 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2024-01-27T08:53:34.465 INFO:teuthology.orchestra.run.smithi159.stdout: File "/tmp/tmpfig8hx1x.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2024-01-27T08:53:34.465 INFO:teuthology.orchestra.run.smithi159.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2024-01-27T08:53:34.945 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph versions' 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: pgmap v436: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/652547395' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:35.621 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:35 smithi159 ceph-mon[34891]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: pgmap v436: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/652547395' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: from='mgr.24435 172.21.15.191:0/895608721' entity='mgr.smithi191.onztue' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:35.907 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:35 smithi191 ceph-mon[37786]: from='mgr.24435 ' entity='mgr.smithi191.onztue' 2024-01-27T08:53:36.420 INFO:teuthology.orchestra.run.smithi159.stdout:{ 2024-01-27T08:53:36.420 INFO:teuthology.orchestra.run.smithi159.stdout: "mon": { 2024-01-27T08:53:36.420 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:53:36.420 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:53:36.420 INFO:teuthology.orchestra.run.smithi159.stdout: "mgr": { 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "osd": { 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "mds": { 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: }, 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "overall": { 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: "ceph version 19.0.0-925-g994126d0 (994126d01a889b75062bb3ee87e6fbcc61a5f31d) squid (dev)": 1 2024-01-27T08:53:36.421 INFO:teuthology.orchestra.run.smithi159.stdout: } 2024-01-27T08:53:36.422 INFO:teuthology.orchestra.run.smithi159.stdout:} 2024-01-27T08:53:36.720 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:36 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/1392633277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:53:36.800 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-27T08:53:36.906 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:36 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/1392633277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:53:37.700 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:37 smithi191 ceph-mon[37786]: pgmap v437: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:37.719 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:37 smithi159 ceph-mon[34891]: pgmap v437: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:38.305 INFO:teuthology.orchestra.run.smithi159.stdout:false 2024-01-27T08:53:38.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:53:38.691 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_994126d01a889b75062bb3ee87e6fbcc61a5f31d/qa/tasks/cephadm.py", line 1402, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_994126d01a889b75062bb3ee87e6fbcc61a5f31d/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi159 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 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-27T08:53:38.902 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2fd15fe80cec456bbe974382b8b89782 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_994126d01a889b75062bb3ee87e6fbcc61a5f31d/qa/tasks/cephadm.py", line 1402, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_994126d01a889b75062bb3ee87e6fbcc61a5f31d/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi159 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 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-27T08:53:38.906 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-27T08:53:38.917 INFO:tasks.cephadm:Teardown begin 2024-01-27T08:53:38.917 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T08:53:38.961 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T08:53:38.999 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-27T08:53:38.999 DEBUG:teuthology.orchestra.run.smithi159:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-27T08:53:39.019 DEBUG:teuthology.orchestra.run.smithi191:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-27T08:53:39.059 INFO:tasks.cephadm:Stopping all daemons... 2024-01-27T08:53:39.060 INFO:tasks.cephadm.mon.smithi159:Stopping mon.smithi159... 2024-01-27T08:53:39.060 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi159 2024-01-27T08:53:39.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:39 smithi159 systemd[1]: Stopping Ceph mon.smithi159 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:53:39.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:39 smithi159 ceph-mon[34891]: pgmap v438: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:39.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:39 smithi159 ceph-mon[34891]: from='client.? 172.21.15.159:0/3706500167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:53:39.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:39 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi159[34868]: 2024-01-27T08:53:39.191+0000 7ff7576fb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi159 -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 2024-01-27T08:53:39.220 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 27 08:53:39 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi159[34868]: 2024-01-27T08:53:39.191+0000 7ff7576fb700 -1 mon.smithi159@0(leader) e2 *** Got Signal Terminated *** 2024-01-27T08:53:39.406 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:39 smithi191 ceph-mon[37786]: pgmap v438: 97 pgs: 97 active+clean; 245 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-27T08:53:39.407 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:39 smithi191 ceph-mon[37786]: from='client.? 172.21.15.159:0/3706500167' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-27T08:53:39.611 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi159.service' 2024-01-27T08:53:39.660 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:53:39.661 INFO:tasks.cephadm.mon.smithi159:Stopped mon.smithi159 2024-01-27T08:53:39.661 INFO:tasks.cephadm.mon.smithi191:Stopping mon.smithi191... 2024-01-27T08:53:39.661 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi191 2024-01-27T08:53:39.986 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:39 smithi191 systemd[1]: Stopping Ceph mon.smithi191 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:53:39.986 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:39 smithi191 bash[63376]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon.smithi191" found: no such container 2024-01-27T08:53:39.986 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:39 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi191[37763]: 2024-01-27T08:53:39.805+0000 7f55a0a49700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi191 -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 2024-01-27T08:53:39.986 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Jan 27 08:53:39 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-mon-smithi191[37763]: 2024-01-27T08:53:39.805+0000 7f55a0a49700 -1 mon.smithi191@1(peon) e2 *** Got Signal Terminated *** 2024-01-27T08:53:40.172 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@mon.smithi191.service' 2024-01-27T08:53:40.225 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:53:40.226 INFO:tasks.cephadm.mon.smithi191:Stopped mon.smithi191 2024-01-27T08:53:40.226 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-27T08:53:40.226 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.0 2024-01-27T08:53:40.719 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:53:40 smithi159 systemd[1]: Stopping Ceph osd.0 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:53:40.720 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:53:40 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-0[47664]: 2024-01-27T08:53:40.340+0000 7f51412fe700 -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 2024-01-27T08:53:40.720 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:53:40 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-0[47664]: 2024-01-27T08:53:40.340+0000 7f51412fe700 -1 osd.0 68 *** Got signal Terminated *** 2024-01-27T08:53:40.720 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:53:40 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-0[47664]: 2024-01-27T08:53:40.340+0000 7f51412fe700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:53:46.469 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:53:46 smithi159 bash[85536]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-0 2024-01-27T08:53:46.470 INFO:journalctl@ceph.osd.0.smithi159.stdout:Jan 27 08:53:46 smithi159 bash[85579]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.0" found: no such container 2024-01-27T08:53:47.168 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.0.service' 2024-01-27T08:53:47.208 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:53:47.208 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-27T08:53:47.208 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-27T08:53:47.209 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.1 2024-01-27T08:53:47.470 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:53:47 smithi159 systemd[1]: Stopping Ceph osd.1 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:53:47.470 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:53:47 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-1[51028]: 2024-01-27T08:53:47.363+0000 7fd0fb5b8700 -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 2024-01-27T08:53:47.470 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:53:47 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-1[51028]: 2024-01-27T08:53:47.363+0000 7fd0fb5b8700 -1 osd.1 68 *** Got signal Terminated *** 2024-01-27T08:53:47.470 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:53:47 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-1[51028]: 2024-01-27T08:53:47.363+0000 7fd0fb5b8700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:53:53.220 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:53:52 smithi159 bash[85757]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-1 2024-01-27T08:53:53.220 INFO:journalctl@ceph.osd.1.smithi159.stdout:Jan 27 08:53:53 smithi159 bash[85802]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.1" found: no such container 2024-01-27T08:53:54.026 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.1.service' 2024-01-27T08:53:54.066 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:53:54.066 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-27T08:53:54.066 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-27T08:53:54.067 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.2 2024-01-27T08:53:54.470 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:53:54 smithi159 systemd[1]: Stopping Ceph osd.2 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:53:54.470 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:53:54 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-2[55607]: 2024-01-27T08:53:54.205+0000 7f57cb1c9700 -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 2024-01-27T08:53:54.470 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:53:54 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-2[55607]: 2024-01-27T08:53:54.205+0000 7f57cb1c9700 -1 osd.2 68 *** Got signal Terminated *** 2024-01-27T08:53:54.470 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:53:54 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-2[55607]: 2024-01-27T08:53:54.205+0000 7f57cb1c9700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:54:00.160 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:53:59 smithi159 bash[85978]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-2 2024-01-27T08:54:00.161 INFO:journalctl@ceph.osd.2.smithi159.stdout:Jan 27 08:53:59 smithi159 bash[86055]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.2" found: no such container 2024-01-27T08:54:00.833 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.2.service' 2024-01-27T08:54:00.872 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:54:00.873 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-27T08:54:00.873 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-27T08:54:00.873 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.3 2024-01-27T08:54:01.219 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:54:00 smithi159 systemd[1]: Stopping Ceph osd.3 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:54:01.220 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:54:01 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-3[59971]: 2024-01-27T08:54:01.016+0000 7f809333f700 -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 2024-01-27T08:54:01.220 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:54:01 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-3[59971]: 2024-01-27T08:54:01.016+0000 7f809333f700 -1 osd.3 68 *** Got signal Terminated *** 2024-01-27T08:54:01.220 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:54:01 smithi159 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-3[59971]: 2024-01-27T08:54:01.016+0000 7f809333f700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:54:07.131 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:54:06 smithi159 bash[86236]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-3 2024-01-27T08:54:07.131 INFO:journalctl@ceph.osd.3.smithi159.stdout:Jan 27 08:54:06 smithi159 bash[86278]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.3" found: no such container 2024-01-27T08:54:07.807 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.3.service' 2024-01-27T08:54:07.847 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:54:07.848 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-27T08:54:07.848 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-27T08:54:07.848 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.4 2024-01-27T08:54:07.878 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:07 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:07.615+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:08.156 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:07 smithi191 systemd[1]: Stopping Ceph osd.4 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:54:08.156 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:07 smithi191 bash[63531]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.4" found: no such container 2024-01-27T08:54:08.157 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:08 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:54:08.024+0000 7f79e9002700 -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 2024-01-27T08:54:08.157 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:08 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:54:08.024+0000 7f79e9002700 -1 osd.4 68 *** Got signal Terminated *** 2024-01-27T08:54:08.157 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:08 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:54:08.024+0000 7f79e9002700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:54:08.906 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:08 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:08.657+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:09.630 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:09 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:09.345+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:09.906 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:09 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:54:09.690+0000 7f79e599d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:44.779556+0000 front 2024-01-27T08:53:44.779493+0000 (oldest deadline 2024-01-27T08:54:09.479559+0000) 2024-01-27T08:54:09.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:09 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:09.634+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:10.656 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:10 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:10.322+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:11.156 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:10 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:54:10.706+0000 7f79e599d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:44.779556+0000 front 2024-01-27T08:53:44.779493+0000 (oldest deadline 2024-01-27T08:54:09.479559+0000) 2024-01-27T08:54:11.157 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:10 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:10.660+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:11.657 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:11 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:11.282+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:12.156 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:11 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:54:11.723+0000 7f79e599d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:44.779556+0000 front 2024-01-27T08:53:44.779493+0000 (oldest deadline 2024-01-27T08:54:09.479559+0000) 2024-01-27T08:54:12.157 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:11 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:11.697+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:12.583 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:12 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:12.236+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:12.906 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:12 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4[42485]: 2024-01-27T08:54:12.681+0000 7f79e599d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:44.779556+0000 front 2024-01-27T08:53:44.779493+0000 (oldest deadline 2024-01-27T08:54:09.479559+0000) 2024-01-27T08:54:12.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:12 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:12.741+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:12.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:12 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:12.588+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:13.582 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:13 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:13.235+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:13.907 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:13 smithi191 bash[63543]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-4 2024-01-27T08:54:13.907 INFO:journalctl@ceph.osd.4.smithi191.stdout:Jan 27 08:54:13 smithi191 bash[63595]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.4" found: no such container 2024-01-27T08:54:13.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:13 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:13.746+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:13.908 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:13 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:13.585+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:14.406 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:14 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:14.209+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:14.406 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:14 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:14.209+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:48.481596+0000 front 2024-01-27T08:53:48.481701+0000 (oldest deadline 2024-01-27T08:54:13.781722+0000) 2024-01-27T08:54:14.740 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:14 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:14.578+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:14.842 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.4.service' 2024-01-27T08:54:14.922 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:54:14.923 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-27T08:54:14.923 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-27T08:54:14.923 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.5 2024-01-27T08:54:14.992 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:14 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:14.744+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:15.406 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:14 smithi191 systemd[1]: Stopping Ceph osd.5 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:54:15.407 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:15 smithi191 bash[63776]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.5" found: no such container 2024-01-27T08:54:15.407 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:15.077+0000 7f0cb7eb3700 -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 2024-01-27T08:54:15.407 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:15.077+0000 7f0cb7eb3700 -1 osd.5 68 *** Got signal Terminated *** 2024-01-27T08:54:15.407 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:15.077+0000 7f0cb7eb3700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:54:15.407 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:15.227+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:15.407 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:15.227+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:48.481596+0000 front 2024-01-27T08:53:48.481701+0000 (oldest deadline 2024-01-27T08:54:13.781722+0000) 2024-01-27T08:54:15.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:15.542+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:15.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:15.702+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:15.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:15 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:15.702+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:16.522 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:16 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:16.205+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:16.522 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:16 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:16.205+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:48.481596+0000 front 2024-01-27T08:53:48.481701+0000 (oldest deadline 2024-01-27T08:54:13.781722+0000) 2024-01-27T08:54:16.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:16 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:16.526+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:16.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:16 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:16.719+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:16.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:16 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:16.719+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:17.532 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:17 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:17.233+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:17.533 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:17 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:17.233+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:48.481596+0000 front 2024-01-27T08:53:48.481701+0000 (oldest deadline 2024-01-27T08:54:13.781722+0000) 2024-01-27T08:54:17.906 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:17 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:17.715+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:17.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:17 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:17.715+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:17.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:17 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:17.537+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:17.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:17 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:17.537+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:18.516 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:18.240+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:18.516 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:18.240+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:48.481596+0000 front 2024-01-27T08:53:48.481701+0000 (oldest deadline 2024-01-27T08:54:13.781722+0000) 2024-01-27T08:54:18.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:18.520+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:18.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:18.520+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:18.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:18.734+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:18.907 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:18 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:18.734+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:19.552 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:19 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:19.248+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:43.880618+0000 front 2024-01-27T08:53:43.880480+0000 (oldest deadline 2024-01-27T08:54:08.481168+0000) 2024-01-27T08:54:19.552 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:19 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5[45937]: 2024-01-27T08:54:19.248+0000 7f0cb304b700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:48.481596+0000 front 2024-01-27T08:53:48.481701+0000 (oldest deadline 2024-01-27T08:54:13.781722+0000) 2024-01-27T08:54:19.906 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:19 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:19.740+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:19.906 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:19 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:19.741+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:19.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:19 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:19.556+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:19.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:19 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:19.556+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:20.776 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:20 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:20.762+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:20.777 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:20 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:20.762+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:20.777 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:20 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:20.527+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:20.777 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:20 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:20.527+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:21.116 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:20 smithi191 bash[63789]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-5 2024-01-27T08:54:21.116 INFO:journalctl@ceph.osd.5.smithi191.stdout:Jan 27 08:54:20 smithi191 bash[63871]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.5" found: no such container 2024-01-27T08:54:21.753 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:21 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:21.525+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:21.754 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:21 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:21.525+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:21.810 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.5.service' 2024-01-27T08:54:21.890 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:54:21.890 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-27T08:54:21.890 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-27T08:54:21.890 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.6 2024-01-27T08:54:22.048 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:21 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:21.757+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:22.048 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:21 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:21.757+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:22.048 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:21 smithi191 systemd[1]: Stopping Ceph osd.6 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:54:22.049 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:21 smithi191 bash[64045]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.6" found: no such container 2024-01-27T08:54:22.406 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:22 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:22.051+0000 7f4d02b25700 -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 2024-01-27T08:54:22.407 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:22 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:22.051+0000 7f4d02b25700 -1 osd.6 68 *** Got signal Terminated *** 2024-01-27T08:54:22.407 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:22 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:22.051+0000 7f4d02b25700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:54:22.791 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:22 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:22.503+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:22.791 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:22 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:22.503+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:23.156 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:22 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:22.794+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:23.156 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:22 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:22.794+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:23.741 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:23 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:23.460+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:23.742 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:23 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:23.460+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:23.742 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:23 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:23.460+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:24.156 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:23 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:23.746+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:24.157 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:23 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:23.746+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:24.766 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:24 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:24.412+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:24.767 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:24 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:24.412+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:24.767 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:24 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:24.412+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:25.156 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:24 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:24.771+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:25.157 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:24 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:24.771+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:25.157 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:24 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:24.771+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:57.849516+0000 front 2024-01-27T08:53:57.849465+0000 (oldest deadline 2024-01-27T08:54:23.749408+0000) 2024-01-27T08:54:25.659 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:25 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:25.388+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:25.659 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:25 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:25.388+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:25.659 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:25 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:25.388+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:26.156 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:25 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:25.806+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:26.157 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:25 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:25.806+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:26.157 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:25 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:25.806+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:57.849516+0000 front 2024-01-27T08:53:57.849465+0000 (oldest deadline 2024-01-27T08:54:23.749408+0000) 2024-01-27T08:54:26.791 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:26 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:26.434+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:26.792 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:26 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:26.434+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:26.792 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:26 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:26.434+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:27.156 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:26 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:26.796+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:45.047515+0000 front 2024-01-27T08:53:45.047543+0000 (oldest deadline 2024-01-27T08:54:07.347537+0000) 2024-01-27T08:54:27.203 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:26 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:26.796+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:47.348108+0000 front 2024-01-27T08:53:47.347955+0000 (oldest deadline 2024-01-27T08:54:15.548403+0000) 2024-01-27T08:54:27.203 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:26 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:26.796+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:57.849516+0000 front 2024-01-27T08:53:57.849465+0000 (oldest deadline 2024-01-27T08:54:23.749408+0000) 2024-01-27T08:54:27.203 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:26 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6[49485]: 2024-01-27T08:54:26.796+0000 7f4cfdcbd700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.159:6830 osd.3 since back 2024-01-27T08:54:03.750092+0000 front 2024-01-27T08:54:03.750078+0000 (oldest deadline 2024-01-27T08:54:26.650001+0000) 2024-01-27T08:54:27.656 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:27 smithi191 bash[64057]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-6 2024-01-27T08:54:27.657 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:27 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:27.398+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:27.657 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:27 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:27.398+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:27.657 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:27 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:27.398+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:27.962 INFO:journalctl@ceph.osd.6.smithi191.stdout:Jan 27 08:54:27 smithi191 bash[64098]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.6" found: no such container 2024-01-27T08:54:28.643 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:28.372+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:28.643 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:28.372+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:28.643 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:28.372+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:28.650 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.6.service' 2024-01-27T08:54:28.689 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:54:28.689 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-27T08:54:28.690 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-27T08:54:28.690 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.7 2024-01-27T08:54:28.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 systemd[1]: Stopping Ceph osd.7 for 80fefabc-bcee-11ee-95b2-87774f69a715... 2024-01-27T08:54:28.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 bash[64276]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.7" found: no such container 2024-01-27T08:54:28.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:28.854+0000 7f6b674f6700 -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 2024-01-27T08:54:28.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:28.854+0000 7f6b674f6700 -1 osd.7 68 *** Got signal Terminated *** 2024-01-27T08:54:28.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:28 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:28.854+0000 7f6b674f6700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-27T08:54:29.656 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:29 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:29.408+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:29.657 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:29 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:29.408+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:29.657 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:29 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:29.408+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:30.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:30 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:30.417+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:30.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:30 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:30.417+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:30.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:30 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:30.417+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:31.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:31 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:31.464+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:31.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:31 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:31.464+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:31.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:31 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:31.464+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:32.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:32 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:32.495+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:32.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:32 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:32.495+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:32.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:32 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:32.495+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:32.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:32 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:32.495+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6830 osd.3 since back 2024-01-27T08:54:05.773877+0000 front 2024-01-27T08:54:05.773913+0000 (oldest deadline 2024-01-27T08:54:31.673750+0000) 2024-01-27T08:54:33.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:33 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:33.497+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6806 osd.0 since back 2024-01-27T08:53:42.470247+0000 front 2024-01-27T08:53:42.470242+0000 (oldest deadline 2024-01-27T08:54:11.870644+0000) 2024-01-27T08:54:33.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:33 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:33.497+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6814 osd.1 since back 2024-01-27T08:53:51.871281+0000 front 2024-01-27T08:53:51.871168+0000 (oldest deadline 2024-01-27T08:54:16.571182+0000) 2024-01-27T08:54:33.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:33 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:33.497+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6822 osd.2 since back 2024-01-27T08:53:58.872255+0000 front 2024-01-27T08:53:58.872288+0000 (oldest deadline 2024-01-27T08:54:22.872881+0000) 2024-01-27T08:54:33.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:33 smithi191 ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7[52963]: 2024-01-27T08:54:33.497+0000 7f6b6068a700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.159:6830 osd.3 since back 2024-01-27T08:54:05.773877+0000 front 2024-01-27T08:54:05.773913+0000 (oldest deadline 2024-01-27T08:54:31.673750+0000) 2024-01-27T08:54:34.906 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:34 smithi191 bash[64288]: ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd-7 2024-01-27T08:54:34.907 INFO:journalctl@ceph.osd.7.smithi191.stdout:Jan 27 08:54:34 smithi191 bash[64329]: Error: no container with name or ID "ceph-80fefabc-bcee-11ee-95b2-87774f69a715-osd.7" found: no such container 2024-01-27T08:54:35.649 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-80fefabc-bcee-11ee-95b2-87774f69a715@osd.7.service' 2024-01-27T08:54:35.688 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T08:54:35.688 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-27T08:54:35.689 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 --force --keep-logs 2024-01-27T08:54:59.317 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 --force --keep-logs 2024-01-27T08:55:14.510 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T08:55:14.549 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T08:55:14.579 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-27T08:55:14.581 DEBUG:teuthology.misc:Transferring archived files from smithi159:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323/remote/smithi159/crash 2024-01-27T08:55:14.582 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/crash -- . 2024-01-27T08:55:14.653 INFO:teuthology.orchestra.run.smithi159.stderr:tar: /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/crash: Cannot open: No such file or directory 2024-01-27T08:55:14.653 INFO:teuthology.orchestra.run.smithi159.stderr:tar: Error is not recoverable: exiting now 2024-01-27T08:55:14.655 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323/remote/smithi191/crash 2024-01-27T08:55:14.656 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/crash -- . 2024-01-27T08:55:14.693 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/crash: Cannot open: No such file or directory 2024-01-27T08:55:14.693 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2024-01-27T08:55:14.694 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-27T08:55:14.695 DEBUG:teuthology.orchestra.run.smithi159:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-27T08:55:14.725 INFO:teuthology.orchestra.run.smithi159.stderr:grep: /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph.log: No such file or directory 2024-01-27T08:55:14.726 INFO:tasks.cephadm:Compressing logs... 2024-01-27T08:55:14.726 DEBUG:teuthology.orchestra.run.smithi159:> 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 -- 2024-01-27T08:55:14.769 DEBUG:teuthology.orchestra.run.smithi191:> 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 -- 2024-01-27T08:55:14.796 INFO:teuthology.orchestra.run.smithi159.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-27T08:55:14.797 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-27T08:55:14.797 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mgr.smithi159.bmcles.log 2024-01-27T08:55:14.797 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-volume.log 2024-01-27T08:55:14.797 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.2.log 2024-01-27T08:55:14.797 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mgr.smithi159.bmcles.log: gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.3.log 2024-01-27T08:55:14.799 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-volume.log: /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.0.log 2024-01-27T08:55:14.800 INFO:teuthology.orchestra.run.smithi191.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-27T08:55:14.800 INFO:teuthology.orchestra.run.smithi191.stderr:: No such file or directory 2024-01-27T08:55:14.801 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.6.log 2024-01-27T08:55:14.801 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-volume.log 2024-01-27T08:55:14.801 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mgr.smithi191.onztue.log 2024-01-27T08:55:14.801 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.7.log 2024-01-27T08:55:14.801 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi191.yikdau.log 2024-01-27T08:55:14.801 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mgr.smithi191.onztue.log: /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mon.smithi191.log 2024-01-27T08:55:14.801 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi191.yikdau.log: 60.4% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi191.yikdau.log.gz 2024-01-27T08:55:14.802 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mon.smithi191.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-27T08:55:14.802 INFO:teuthology.orchestra.run.smithi191.stderr: 91.1% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-volume.log.gz 2024-01-27T08:55:14.803 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.3.log: /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.0.log: 90.9% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-volume.log.gz 2024-01-27T08:55:14.803 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mon.smithi159.log 2024-01-27T08:55:14.804 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi159.wasisx.log 2024-01-27T08:55:14.804 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mon.smithi159.log: /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi159.wasisx.log: 81.3% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mds.foofs.smithi159.wasisx.log.gz 2024-01-27T08:55:14.804 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.1.log 2024-01-27T08:55:14.807 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.4.log 2024-01-27T08:55:14.808 INFO:teuthology.orchestra.run.smithi191.stderr:gzip -5 --verbose -- /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.5.log 2024-01-27T08:55:14.810 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.1.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-27T08:55:14.902 INFO:teuthology.orchestra.run.smithi159.stderr: 88.4% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mgr.smithi159.bmcles.log.gz 2024-01-27T08:55:14.944 INFO:teuthology.orchestra.run.smithi191.stderr:/var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.4.log: /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.5.log: 90.2% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mgr.smithi191.onztue.log.gz 2024-01-27T08:55:15.060 INFO:teuthology.orchestra.run.smithi191.stderr: 92.3% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mon.smithi191.log.gz 2024-01-27T08:55:15.772 INFO:teuthology.orchestra.run.smithi159.stderr: 91.7% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-mon.smithi159.log.gz 2024-01-27T08:55:22.989 INFO:teuthology.orchestra.run.smithi159.stderr: 94.5% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.2.log.gz 2024-01-27T08:55:24.468 INFO:teuthology.orchestra.run.smithi191.stderr: 94.0% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.4.log.gz 2024-01-27T08:55:26.467 INFO:teuthology.orchestra.run.smithi191.stderr: 94.3% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.6.log.gz 2024-01-27T08:55:26.583 INFO:teuthology.orchestra.run.smithi159.stderr: 94.2% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.0.log.gz 2024-01-27T08:55:27.653 INFO:teuthology.orchestra.run.smithi159.stderr: 94.1% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.3.log.gz 2024-01-27T08:55:27.731 INFO:teuthology.orchestra.run.smithi159.stderr: 94.3% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.1.log.gz 2024-01-27T08:55:27.733 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-27T08:55:27.733 INFO:teuthology.orchestra.run.smithi159.stderr:real 0m12.948s 2024-01-27T08:55:27.733 INFO:teuthology.orchestra.run.smithi159.stderr:user 0m44.966s 2024-01-27T08:55:27.733 INFO:teuthology.orchestra.run.smithi159.stderr:sys 0m1.843s 2024-01-27T08:55:29.519 INFO:teuthology.orchestra.run.smithi191.stderr: 94.3% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.5.log.gz 2024-01-27T08:55:33.061 INFO:teuthology.orchestra.run.smithi191.stderr: 94.2% -- replaced with /var/log/ceph/80fefabc-bcee-11ee-95b2-87774f69a715/ceph-osd.7.log.gz 2024-01-27T08:55:33.063 INFO:teuthology.orchestra.run.smithi191.stderr: 2024-01-27T08:55:33.063 INFO:teuthology.orchestra.run.smithi191.stderr:real 0m18.276s 2024-01-27T08:55:33.063 INFO:teuthology.orchestra.run.smithi191.stderr:user 0m52.494s 2024-01-27T08:55:33.063 INFO:teuthology.orchestra.run.smithi191.stderr:sys 0m2.163s 2024-01-27T08:55:33.063 INFO:tasks.cephadm:Archiving logs... 2024-01-27T08:55:33.064 DEBUG:teuthology.misc:Transferring archived files from smithi159:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323/remote/smithi159/log 2024-01-27T08:55:33.065 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-27T08:55:39.447 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323/remote/smithi191/log 2024-01-27T08:55:39.448 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-27T08:55:46.995 INFO:tasks.cephadm:Removing cluster... 2024-01-27T08:55:46.995 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 --force 2024-01-27T08:55:47.372 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 80fefabc-bcee-11ee-95b2-87774f69a715 --force 2024-01-27T08:55:47.870 INFO:tasks.cephadm:Removing cephadm ... 2024-01-27T08:55:47.871 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-27T08:55:47.891 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-27T08:55:47.909 INFO:tasks.cephadm:Teardown complete 2024-01-27T08:55:47.909 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-27T08:55:47.920 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-27T08:55:47.920 DEBUG:teuthology.orchestra.run.smithi159:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-27T08:55:47.934 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-27T08:55:47.950 INFO:teuthology.orchestra.run.smithi159.stderr:bash: ntpq: command not found 2024-01-27T08:55:47.954 INFO:teuthology.orchestra.run.smithi159.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T08:55:47.955 INFO:teuthology.orchestra.run.smithi159.stdout:=============================================================================== 2024-01-27T08:55:47.955 INFO:teuthology.orchestra.run.smithi159.stdout:^+ hv01.front.sepia.ceph.com 2 6 357 19 +564us[ +569us] +/- 90ms 2024-01-27T08:55:47.955 INFO:teuthology.orchestra.run.smithi159.stdout:^* hv02.front.sepia.ceph.com 3 6 357 17 -186us[ -181us] +/- 54ms 2024-01-27T08:55:47.955 INFO:teuthology.orchestra.run.smithi159.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 18 -254us[ -249us] +/- 84ms 2024-01-27T08:55:47.955 INFO:teuthology.orchestra.run.smithi159.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:55:47.965 INFO:teuthology.orchestra.run.smithi191.stderr:bash: ntpq: command not found 2024-01-27T08:55:47.969 INFO:teuthology.orchestra.run.smithi191.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T08:55:47.969 INFO:teuthology.orchestra.run.smithi191.stdout:=============================================================================== 2024-01-27T08:55:47.969 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 19 +581us[ +599us] +/- 90ms 2024-01-27T08:55:47.969 INFO:teuthology.orchestra.run.smithi191.stdout:^* hv02.front.sepia.ceph.com 3 6 377 18 -158us[ -140us] +/- 54ms 2024-01-27T08:55:47.970 INFO:teuthology.orchestra.run.smithi191.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 -212us[ -212us] +/- 84ms 2024-01-27T08:55:47.970 INFO:teuthology.orchestra.run.smithi191.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T08:55:47.970 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-27T08:55:47.980 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-27T08:55:47.981 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-27T08:55:47.989 DEBUG:teuthology.orchestra.run.smithi159:> 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 2024-01-27T08:55:48.071 DEBUG:teuthology.orchestra.run.smithi191:> 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 2024-01-27T08:55:48.135 DEBUG:teuthology.orchestra.run.smithi159:> 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 2024-01-27T08:55:48.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:55:48.166 DEBUG:teuthology.orchestra.run.smithi191:> 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 2024-01-27T08:55:48.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:55:48.196 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-27T08:55:48.207 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-27T08:55:48.216 INFO:teuthology.task.internal:Duration was 2541.572611 seconds 2024-01-27T08:55:48.217 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-27T08:55:48.226 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-27T08:55:48.227 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-27T08:55:48.229 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-27T08:55:48.274 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T08:55:48.281 INFO:teuthology.orchestra.run.smithi191.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T08:55:48.668 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-27T08:55:48.668 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi159.front.sepia.ceph.com 2024-01-27T08:55:48.668 DEBUG:teuthology.orchestra.run.smithi159:> 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 2024-01-27T08:55:48.694 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2024-01-27T08:55:48.694 DEBUG:teuthology.orchestra.run.smithi191:> 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 2024-01-27T08:55:48.717 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-27T08:55:48.717 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-27T08:55:48.736 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-27T08:55:48.817 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-27T08:55:48.817 DEBUG:teuthology.orchestra.run.smithi159:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-27T08:55:48.821 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-27T08:55:57.402 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-27T08:55:57.419 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-27T08:55:57.420 DEBUG:teuthology.orchestra.run.smithi159:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-27T08:55:57.447 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-27T08:55:57.481 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-27T08:55:57.492 DEBUG:teuthology.orchestra.run.smithi159:> 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 2024-01-27T08:55:57.494 DEBUG:teuthology.orchestra.run.smithi191:> 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 2024-01-27T08:55:57.518 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = core 2024-01-27T08:55:57.551 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2024-01-27T08:55:57.575 DEBUG:teuthology.orchestra.run.smithi159:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-27T08:55:57.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:55:57.601 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-27T08:55:57.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T08:55:57.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-27T08:55:57.646 INFO:teuthology.task.internal:Transferring archived files... 2024-01-27T08:55:57.647 DEBUG:teuthology.misc:Transferring archived files from smithi159:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323/remote/smithi159 2024-01-27T08:55:57.648 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-27T08:55:57.711 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323/remote/smithi191 2024-01-27T08:55:57.711 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-27T08:55:57.753 INFO:teuthology.task.internal:Removing archive directory... 2024-01-27T08:55:57.753 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-27T08:55:57.755 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-27T08:55:57.805 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-27T08:55:57.823 INFO:teuthology.task.internal:Not uploading archives. 2024-01-27T08:55:57.824 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-27T08:55:57.835 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-27T08:55:57.835 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-27T08:55:57.838 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-27T08:55:57.853 INFO:teuthology.orchestra.run.smithi159.stdout: 525611 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 27 08:55 /home/ubuntu/cephtest 2024-01-27T08:55:57.864 INFO:teuthology.orchestra.run.smithi191.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 27 08:55 /home/ubuntu/cephtest 2024-01-27T08:55:57.865 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-27T08:55:57.876 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-27T08:55:57.898 INFO:teuthology.nuke:Checking targets against current locks 2024-01-27T08:55:57.924 DEBUG:teuthology.nuke:shortname: smithi159 2024-01-27T08:55:57.925 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-27T08:55:57.947 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 07:56:22.379288', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSkt24roijcozDauHdkvA96sm7iaTx5cok4oJqJgEV0iw2yCasq7N9ufJcAqplp7JTmCpyBdpLr3rgTHnjMEUI='} 2024-01-27T08:55:57.951 DEBUG:teuthology.nuke:shortname: smithi191 2024-01-27T08:55:57.951 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-27T08:55:57.973 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-27_07:25:23-orch:cephadm-wip-guits-testing-2024-01-27-0056-distro-default-smithi/7535323', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 07:56:22.381289', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD6HODGkcDe6Ahd48bAtGAshFJWBpco0V6l1Sc7tLz5UCdu8WN3YnCdyYYoWMVZfxoQFXF7bVkIiaiq1hj9jdL0='} 2024-01-27T08:55:58.001 INFO:teuthology.orchestra.console.smithi159:Power off 2024-01-27T08:55:58.001 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-27T08:55:58.025 DEBUG:teuthology.orchestra.console.smithi159:power off output: Chassis Power Control: Down/Off 2024-01-27T08:55:58.025 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T08:55:58.044 INFO:teuthology.orchestra.console.smithi191:Power off 2024-01-27T08:55:58.045 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-27T08:55:58.055 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-01-27T08:55:58.069 DEBUG:teuthology.orchestra.console.smithi191:power off output: Chassis Power Control: Down/Off 2024-01-27T08:55:58.069 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T08:55:58.092 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2024-01-27T08:56:02.056 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T08:56:02.094 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T08:56:02.167 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-01-27T08:56:02.204 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is on 2024-01-27T08:56:06.173 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T08:56:06.205 DEBUG:teuthology.orchestra.console.smithi191:pexpect command: ipmitool -H smithi191.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T08:56:06.284 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is off 2024-01-27T08:56:06.315 DEBUG:teuthology.orchestra.console.smithi191:check power output: Chassis Power is off 2024-01-27T08:56:06.386 INFO:teuthology.orchestra.console.smithi159:Power off completed 2024-01-27T08:56:06.416 INFO:teuthology.orchestra.console.smithi191:Power off completed 2024-01-27T08:56:06.522 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: 2541.572611093521 failure_reason: 'Command failed on smithi159 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 80fefabc-bcee-11ee-95b2-87774f69a715 -e sha1=994126d01a889b75062bb3ee87e6fbcc61a5f31d -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2fd15fe80cec456bbe974382b8b89782 status: fail success: false 2024-01-27T08:56:06.522 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-27T08:56:06.603 INFO:teuthology.run:FAIL