2023-12-18T13:23:13.677 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-18T13:23:13.681 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459 --verbose --name adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459/orig.config.yaml 2023-12-18T13:23:13.719 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T13:23:13.798 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459 branch: wip-adk-testing-2023-12-17-2227 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7495459' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-12-17-2227 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-12-17-2227 sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 6505 sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-17-2227 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 targets: smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBHmx+1J6NtjnaucqihYGXY3ItRPQ0roteJKvjOZWoX1O53W28I1/Cb1KWj51UD25buG3iQendRhgtAYyR+giEU= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNDh8MyoEvxh7dPENtfZevj56e+mT03vBBGV62PQv1U2GGTCoCAO1yT2m+qucWGxXHcNUQBoWbAGxAUFirZGkvk= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-18_13:16:52 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-18T13:23:13.798 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa; will attempt to use it 2023-12-18T13:23:13.799 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks 2023-12-18T13:23:13.799 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-18T13:23:13.800 INFO:teuthology.task.internal:Checking packages... 2023-12-18T13:23:13.821 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '861525e252e70f0d455bae7d2dc4d635f8b415f1' 2023-12-18T13:23:13.822 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-18T13:23:13.822 INFO:teuthology.packaging:ref: None 2023-12-18T13:23:13.822 INFO:teuthology.packaging:tag: None 2023-12-18T13:23:13.822 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-17-2227 2023-12-18T13:23:13.822 INFO:teuthology.packaging:sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:23:13.822 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-12-17-2227 2023-12-18T13:23:14.036 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-303.g861525e2 2023-12-18T13:23:14.038 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-18T13:23:14.044 INFO:teuthology.task.internal:no buildpackages task found 2023-12-18T13:23:14.044 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-18T13:23:14.052 INFO:teuthology.task.internal:Saving configuration 2023-12-18T13:23:14.065 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-18T13:23:14.070 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:23:14.098 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 13:17:01.176186', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBHmx+1J6NtjnaucqihYGXY3ItRPQ0roteJKvjOZWoX1O53W28I1/Cb1KWj51UD25buG3iQendRhgtAYyR+giEU='} 2023-12-18T13:23:14.119 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 13:17:01.174875', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNDh8MyoEvxh7dPENtfZevj56e+mT03vBBGV62PQv1U2GGTCoCAO1yT2m+qucWGxXHcNUQBoWbAGxAUFirZGkvk='} 2023-12-18T13:23:14.120 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-18T13:23:14.125 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-18T13:23:14.126 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-18T13:23:14.126 INFO:teuthology.run_tasks:Running task console_log... 2023-12-18T13:23:14.187 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7171e7de50>, signals=[15]) 2023-12-18T13:23:14.187 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-18T13:23:14.193 INFO:teuthology.task.internal:Opening connections... 2023-12-18T13:23:14.193 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:23:14.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:23:14.262 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2023-12-18T13:23:14.263 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:23:14.332 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-18T13:23:14.338 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2023-12-18T13:23:14.361 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2023-12-18T13:23:14.361 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="CentOS Stream" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="8" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:ID="centos" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE="rhel fedora" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="8" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:PLATFORM_ID="platform:el8" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:ANSI_COLOR="0;31" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T13:23:14.421 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://centos.org/" 2023-12-18T13:23:14.422 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T13:23:14.422 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T13:23:14.422 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T13:23:14.422 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2023-12-18T13:23:14.442 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2023-12-18T13:23:14.465 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2023-12-18T13:23:14.465 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="CentOS Stream" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="8" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:ID="centos" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE="rhel fedora" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="8" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:PLATFORM_ID="platform:el8" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:ANSI_COLOR="0;31" 2023-12-18T13:23:14.526 INFO:teuthology.orchestra.run.smithi172.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T13:23:14.527 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://centos.org/" 2023-12-18T13:23:14.527 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T13:23:14.527 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T13:23:14.527 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T13:23:14.527 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2023-12-18T13:23:14.558 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-18T13:23:14.567 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-18T13:23:14.572 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-18T13:23:14.573 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2023-12-18T13:23:14.575 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2023-12-18T13:23:14.595 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-18T13:23:14.600 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-18T13:23:14.601 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2023-12-18T13:23:14.636 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2023-12-18T13:23:14.666 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-18T13:23:14.719 INFO:teuthology.run_tasks:Running task kernel... 2023-12-18T13:23:14.735 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-18T13:23:14.735 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-18T13:23:14.736 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T13:23:14.736 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T13:23:14.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:23:14.756 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-12-18T13:23:14.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:23:14.757 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2023-12-18T13:23:14.815 INFO:teuthology.orchestra.run.smithi172.stdout:4.18.0-489.el8.x86_64 2023-12-18T13:23:14.815 INFO:teuthology.task.kernel:Running kernel on smithi172: 4.18.0-489.el8.x86_64 2023-12-18T13:23:14.815 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum install -y kernel 2023-12-18T13:23:14.817 INFO:teuthology.orchestra.run.smithi114.stdout:4.18.0-489.el8.x86_64 2023-12-18T13:23:14.818 INFO:teuthology.task.kernel:Running kernel on smithi114: 4.18.0-489.el8.x86_64 2023-12-18T13:23:14.818 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum install -y kernel 2023-12-18T13:23:20.158 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 8 - AppStream 12 MB/s | 35 MB 00:02 2023-12-18T13:23:20.256 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - AppStream 12 MB/s | 35 MB 00:02 2023-12-18T13:23:28.184 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 56 MB 00:01 2023-12-18T13:23:28.274 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 8 - BaseOS 33 MB/s | 56 MB 00:01 2023-12-18T13:23:36.340 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - Extras 86 kB/s | 18 kB 00:00 2023-12-18T13:23:36.449 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 8 - Extras 97 kB/s | 18 kB 00:00 2023-12-18T13:23:36.840 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-12-18T13:23:37.083 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-12-18T13:23:37.167 INFO:teuthology.orchestra.run.smithi114.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-18T13:23:37.385 INFO:teuthology.orchestra.run.smithi172.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-18T13:23:38.376 INFO:teuthology.orchestra.run.smithi114.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-18T13:23:38.395 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-18T13:23:42.209 INFO:teuthology.orchestra.run.smithi114.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-12-18T13:23:42.260 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 576 kB/s | 24 kB 00:00 2023-12-18T13:23:45.904 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T13:23:45.904 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T13:23:45.985 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T13:23:45.985 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T13:23:46.211 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2023-12-18T13:23:46.211 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:23:46.211 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2023-12-18T13:23:46.211 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout:Installing: 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout:Installing dependencies: 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout:Install 3 Packages 2023-12-18T13:23:46.212 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:23:46.213 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 90 M 2023-12-18T13:23:46.213 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 96 M 2023-12-18T13:23:46.213 INFO:teuthology.orchestra.run.smithi114.stdout:Downloading Packages: 2023-12-18T13:23:46.284 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-12-18T13:23:46.285 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:23:46.285 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2023-12-18T13:23:46.285 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout:Install 3 Packages 2023-12-18T13:23:46.286 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:23:46.287 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 90 M 2023-12-18T13:23:46.287 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 96 M 2023-12-18T13:23:46.287 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-12-18T13:23:47.194 INFO:teuthology.orchestra.run.smithi114.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-12-18T13:23:47.253 INFO:teuthology.orchestra.run.smithi172.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-12-18T13:23:47.894 INFO:teuthology.orchestra.run.smithi114.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2023-12-18T13:23:47.995 INFO:teuthology.orchestra.run.smithi172.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2023-12-18T13:23:48.436 INFO:teuthology.orchestra.run.smithi114.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-12-18T13:23:48.437 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:23:48.437 INFO:teuthology.orchestra.run.smithi114.stdout:Total 40 MB/s | 90 MB 00:02 2023-12-18T13:23:48.529 INFO:teuthology.orchestra.run.smithi172.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-12-18T13:23:48.529 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:23:48.529 INFO:teuthology.orchestra.run.smithi172.stdout:Total 40 MB/s | 90 MB 00:02 2023-12-18T13:23:49.123 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction check 2023-12-18T13:23:49.201 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-12-18T13:23:49.547 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction check succeeded. 2023-12-18T13:23:49.547 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction test 2023-12-18T13:23:49.619 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-12-18T13:23:49.619 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-12-18T13:23:50.783 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction test succeeded. 2023-12-18T13:23:50.806 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction 2023-12-18T13:23:50.842 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-12-18T13:23:50.879 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-12-18T13:23:53.577 INFO:teuthology.orchestra.run.smithi114.stdout: Preparing : 1/1 2023-12-18T13:23:53.801 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-12-18T13:23:54.162 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:23:54.302 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:23:57.749 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:23:58.068 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:23:58.279 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:23:58.451 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:24:01.727 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:24:01.889 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:24:02.017 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:02.164 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:23.977 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:24.000 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:24.331 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:24.355 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:24.381 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:24.381 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:24:24.382 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:24:24.703 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:24.703 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:24:24.703 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:24:25.201 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:25.201 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:24:25.201 INFO:teuthology.orchestra.run.smithi114.stdout:Installed: 2023-12-18T13:24:25.201 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T13:24:25.201 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T13:24:25.201 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:24:25.201 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2023-12-18T13:24:25.368 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:24:25.523 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:24:25.524 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:24:25.524 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-12-18T13:24:25.524 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T13:24:25.524 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T13:24:25.524 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:24:25.524 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-12-18T13:24:25.583 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:24:25.583 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:24:25.583 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T13:24:25.583 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T13:24:25.583 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T13:24:25.583 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-18T13:24:25.583 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi114.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T13:24:25.584 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:24:25.736 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:24:25.794 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:24:25.794 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:24:25.794 DEBUG:teuthology.orchestra.run.smithi114:> sudo rpm -qi grub2-tools 2023-12-18T13:24:25.828 INFO:teuthology.orchestra.run.smithi114.stdout:Name : grub2-tools 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Epoch : 1 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Version : 2.02 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Release : 129.el8 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Architecture: x86_64 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Group : System Environment/Base 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Size : 9265586 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:License : GPLv3+ 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Relocations : (not relocatable) 2023-12-18T13:24:25.829 INFO:teuthology.orchestra.run.smithi114.stdout:Packager : CentOS BuildSystem 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:Vendor : CentOS 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:Summary : Support tools for GRUB. 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:Description : 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:hardware devices. 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:24:25.830 INFO:teuthology.orchestra.run.smithi114.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T13:24:25.831 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T13:24:25.831 INFO:teuthology.task.kernel:Updating grub on smithi114 to boot 4.18.0-527.el8.x86_64 2023-12-18T13:24:25.831 DEBUG:teuthology.orchestra.run.smithi114:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T13:24:25.952 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:24:25.952 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:24:25.952 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T13:24:25.952 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T13:24:25.952 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T13:24:25.952 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-18T13:24:25.952 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi172.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T13:24:25.952 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:24:26.164 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:24:26.164 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:24:26.164 DEBUG:teuthology.orchestra.run.smithi172:> sudo rpm -qi grub2-tools 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Name : grub2-tools 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Epoch : 1 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Version : 2.02 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Release : 129.el8 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: x86_64 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Group : System Environment/Base 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Size : 9265586 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:License : GPLv3+ 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T13:24:26.198 INFO:teuthology.orchestra.run.smithi172.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:Relocations : (not relocatable) 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:Packager : CentOS BuildSystem 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:Vendor : CentOS 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:Summary : Support tools for GRUB. 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:Description : 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:hardware devices. 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:24:26.199 INFO:teuthology.orchestra.run.smithi172.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T13:24:26.200 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T13:24:26.200 INFO:teuthology.task.kernel:Updating grub on smithi172 to boot 4.18.0-527.el8.x86_64 2023-12-18T13:24:26.200 DEBUG:teuthology.orchestra.run.smithi172:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T13:24:27.242 INFO:teuthology.orchestra.run.smithi114.stderr:Generating grub configuration file ... 2023-12-18T13:24:27.860 INFO:teuthology.orchestra.run.smithi172.stderr:Generating grub configuration file ... 2023-12-18T13:24:29.493 INFO:teuthology.orchestra.run.smithi114.stderr:done 2023-12-18T13:24:29.495 DEBUG:teuthology.orchestra.run.smithi114:> mktemp 2023-12-18T13:24:29.521 INFO:teuthology.orchestra.run.smithi114.stdout:/tmp/tmp.VsUtqS4S2A 2023-12-18T13:24:29.521 DEBUG:teuthology.orchestra.run.smithi114:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.VsUtqS4S2A 2023-12-18T13:24:29.609 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0666 /tmp/tmp.VsUtqS4S2A 2023-12-18T13:24:29.704 DEBUG:teuthology.orchestra.remote:smithi114:/tmp/tmp.VsUtqS4S2A is 6KB 2023-12-18T13:24:29.727 DEBUG:teuthology.orchestra.run.smithi114:> rm -fr /tmp/tmp.VsUtqS4S2A 2023-12-18T13:24:29.744 DEBUG:teuthology.orchestra.run.smithi114:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T13:24:29.819 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T13:24:29.820 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T13:24:29.820 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T13:24:29.820 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T13:24:29.821 DEBUG:teuthology.orchestra.run.smithi114:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T13:24:29.982 DEBUG:teuthology.orchestra.run.smithi114:> sudo shutdown -r now 2023-12-18T13:24:30.107 INFO:teuthology.orchestra.run.smithi172.stderr:done 2023-12-18T13:24:30.109 DEBUG:teuthology.orchestra.run.smithi172:> mktemp 2023-12-18T13:24:30.139 INFO:teuthology.orchestra.run.smithi172.stdout:/tmp/tmp.67qvc1Rbz7 2023-12-18T13:24:30.139 DEBUG:teuthology.orchestra.run.smithi172:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.67qvc1Rbz7 2023-12-18T13:24:30.213 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0666 /tmp/tmp.67qvc1Rbz7 2023-12-18T13:24:30.381 DEBUG:teuthology.orchestra.remote:smithi172:/tmp/tmp.67qvc1Rbz7 is 6KB 2023-12-18T13:24:30.402 DEBUG:teuthology.orchestra.run.smithi172:> rm -fr /tmp/tmp.67qvc1Rbz7 2023-12-18T13:24:30.420 DEBUG:teuthology.orchestra.run.smithi172:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T13:24:30.495 INFO:teuthology.orchestra.run.smithi172.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T13:24:30.495 INFO:teuthology.orchestra.run.smithi172.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T13:24:30.495 INFO:teuthology.orchestra.run.smithi172.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T13:24:30.496 INFO:teuthology.orchestra.run.smithi172.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T13:24:30.497 DEBUG:teuthology.orchestra.run.smithi172:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T13:24:30.665 DEBUG:teuthology.orchestra.run.smithi172:> sudo shutdown -r now 2023-12-18T13:25:00.008 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-18T13:25:00.008 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-12-18T13:25:00.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:25:00.668 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-18T13:25:00.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-18T13:25:00.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:25:18.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-12-18T13:25:18.993 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-18T13:25:27.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-12-18T13:25:27.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:25:27.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-18T13:25:27.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:25:30.545 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-12-18T13:25:31.061 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-18T13:25:42.557 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-12-18T13:25:42.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:25:43.063 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-18T13:25:43.064 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:26:00.981 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-12-18T13:26:01.493 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-18T13:26:15.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-12-18T13:26:15.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:26:16.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-18T13:26:16.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:26:16.799 DEBUG:teuthology.orchestra.run.smithi114:> true 2023-12-18T13:26:17.557 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-12-18T13:26:17.871 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-18T13:26:17.871 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-527.el8.x86_64"... 2023-12-18T13:26:17.871 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-12-18T13:26:17.891 INFO:teuthology.orchestra.run.smithi172.stdout:4.18.0-527.el8.x86_64 2023-12-18T13:26:17.892 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T13:26:17.892 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T13:26:17.892 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T13:26:18.141 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-12-18T13:26:18.141 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-527.el8.x86_64"... 2023-12-18T13:26:18.141 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2023-12-18T13:26:18.162 INFO:teuthology.orchestra.run.smithi114.stdout:4.18.0-527.el8.x86_64 2023-12-18T13:26:18.162 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T13:26:18.162 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T13:26:18.162 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T13:26:18.893 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-18T13:26:18.893 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T13:26:18.976 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2023-12-18T13:26:18.992 DEBUG:teuthology.parallel:result is None 2023-12-18T13:26:19.163 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-18T13:26:19.163 DEBUG:teuthology.orchestra.run.smithi114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T13:26:19.241 INFO:teuthology.orchestra.run.smithi114.stdout:ttyS1 2023-12-18T13:26:19.253 DEBUG:teuthology.parallel:result is None 2023-12-18T13:26:19.253 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-18T13:26:19.260 INFO:teuthology.task.internal:Creating test directory... 2023-12-18T13:26:19.260 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T13:26:19.262 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T13:26:19.280 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-18T13:26:19.289 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-18T13:26:19.301 INFO:teuthology.task.internal:Creating archive directory... 2023-12-18T13:26:19.301 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T13:26:19.324 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T13:26:19.363 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-18T13:26:19.372 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-18T13:26:19.372 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-18T13:26:19.401 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-18T13:26:19.436 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:26:19.446 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:26:19.469 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:26:19.478 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:26:19.480 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-18T13:26:19.488 INFO:teuthology.task.internal:Configuring sudo... 2023-12-18T13:26:19.488 DEBUG:teuthology.orchestra.run.smithi114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T13:26:19.495 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T13:26:19.523 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-18T13:26:19.533 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-18T13:26:19.534 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T13:26:19.566 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T13:26:19.583 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:26:19.665 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:26:19.733 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:26:19.820 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:26:19.866 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:26:19.866 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T13:26:19.937 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:26:19.983 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:26:20.039 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:26:20.120 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:26:20.166 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-18T13:26:20.166 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T13:26:20.233 DEBUG:teuthology.orchestra.run.smithi114:> sudo service rsyslog restart 2023-12-18T13:26:20.235 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2023-12-18T13:26:20.292 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:26:20.338 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:26:20.814 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-18T13:26:20.821 INFO:teuthology.task.internal:Starting timer... 2023-12-18T13:26:20.821 INFO:teuthology.run_tasks:Running task pcp... 2023-12-18T13:26:20.831 INFO:teuthology.run_tasks:Running task selinux... 2023-12-18T13:26:20.839 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-18T13:26:20.839 DEBUG:teuthology.orchestra.run.smithi114:> sudo service auditd rotate 2023-12-18T13:26:20.948 INFO:teuthology.orchestra.run.smithi114.stdout:Rotating logs: 2023-12-18T13:26:20.949 DEBUG:teuthology.orchestra.run.smithi172:> sudo service auditd rotate 2023-12-18T13:26:21.027 INFO:teuthology.orchestra.run.smithi172.stdout:Rotating logs: 2023-12-18T13:26:21.028 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-18T13:26:21.029 DEBUG:teuthology.orchestra.run.smithi114:> /usr/sbin/getenforce 2023-12-18T13:26:21.060 INFO:teuthology.orchestra.run.smithi114.stdout:Permissive 2023-12-18T13:26:21.061 DEBUG:teuthology.orchestra.run.smithi172:> /usr/sbin/getenforce 2023-12-18T13:26:21.083 INFO:teuthology.orchestra.run.smithi172.stdout:Permissive 2023-12-18T13:26:21.083 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi114.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi172.front.sepia.ceph.com': 'permissive'} 2023-12-18T13:26:21.083 DEBUG:teuthology.orchestra.run.smithi114:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:26:21.130 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:26:21.131 DEBUG:teuthology.orchestra.run.smithi172:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:26:21.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:26:21.158 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-18T13:26:21.158 DEBUG:teuthology.orchestra.run.smithi114:> sudo /usr/sbin/setenforce permissive 2023-12-18T13:26:21.198 DEBUG:teuthology.orchestra.run.smithi172:> sudo /usr/sbin/setenforce permissive 2023-12-18T13:26:21.224 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-18T13:26:21.235 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-18T13:26:21.235 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-18T13:26:21.251 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-18T13:26:21.252 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi114.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-18T13:34:44.001 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi114.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2023-12-18T13:34:44.003 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-12-18T13:34:44.004 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:34:44.077 DEBUG:teuthology.orchestra.run.smithi114:> true 2023-12-18T13:34:44.148 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-12-18T13:34:44.148 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-18T13:34:44.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:34:44.262 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-12-18T13:34:44.330 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-18T13:34:44.331 INFO:teuthology.run_tasks:Running task clock... 2023-12-18T13:34:44.344 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-18T13:34:44.351 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T13:34:44.357 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:34:44.360 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T13:34:44.360 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:34:44.392 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T13:34:44.405 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T13:34:44.406 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T13:34:44.419 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T13:34:44.470 INFO:teuthology.orchestra.run.smithi114.stderr:sudo: ntpd: command not found 2023-12-18T13:34:44.481 INFO:teuthology.orchestra.run.smithi114.stdout:506 Cannot talk to daemon 2023-12-18T13:34:44.485 INFO:teuthology.orchestra.run.smithi172.stderr:sudo: ntpd: command not found 2023-12-18T13:34:44.499 INFO:teuthology.orchestra.run.smithi172.stdout:506 Cannot talk to daemon 2023-12-18T13:34:44.499 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T13:34:44.508 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T13:34:44.510 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T13:34:44.524 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T13:34:44.585 INFO:teuthology.orchestra.run.smithi114.stderr:bash: ntpq: command not found 2023-12-18T13:34:44.586 INFO:teuthology.orchestra.run.smithi114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:34:44.586 INFO:teuthology.orchestra.run.smithi114.stdout:=============================================================================== 2023-12-18T13:34:44.586 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.586 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.586 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.586 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.594 INFO:teuthology.orchestra.run.smithi172.stderr:bash: ntpq: command not found 2023-12-18T13:34:44.598 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:34:44.599 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2023-12-18T13:34:44.599 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.599 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.599 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.599 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:34:44.599 INFO:teuthology.run_tasks:Running task pexec... 2023-12-18T13:34:44.610 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-18T13:34:44.610 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:34:44.610 DEBUG:teuthology.orchestra.run.smithi114:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T13:34:44.611 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi172.front.sepia.ceph.com 2023-12-18T13:34:44.611 DEBUG:teuthology.orchestra.run.smithi172:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T13:34:45.500 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:01:58 ago on Mon 18 Dec 2023 01:32:47 PM UTC. 2023-12-18T13:34:45.515 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:56 ago on Mon 18 Dec 2023 01:32:49 PM UTC. 2023-12-18T13:34:47.629 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout:Resetting modules: 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout: container-tools 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:34:47.630 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:34:47.645 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout:Resetting modules: 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:34:47.646 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:34:47.883 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2023-12-18T13:34:47.900 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-12-18T13:34:48.812 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:02:01 ago on Mon 18 Dec 2023 01:32:47 PM UTC. 2023-12-18T13:34:48.853 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:01:59 ago on Mon 18 Dec 2023 01:32:49 PM UTC. 2023-12-18T13:34:50.946 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2023-12-18T13:34:50.964 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2023-12-18T13:34:51.130 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:34:51.130 INFO:teuthology.orchestra.run.smithi114.stdout: Package Arch Version Repository Size 2023-12-18T13:34:51.130 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:34:51.130 INFO:teuthology.orchestra.run.smithi114.stdout:Installing group/module packages: 2023-12-18T13:34:51.130 INFO:teuthology.orchestra.run.smithi114.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T13:34:51.130 INFO:teuthology.orchestra.run.smithi114.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout:Installing dependencies: 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout:Installing weak dependencies: 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout:Installing module profiles: 2023-12-18T13:34:51.131 INFO:teuthology.orchestra.run.smithi114.stdout: container-tools/common 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout:Enabling module streams: 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout: container-tools rhel8 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout:Install 13 Packages 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:34:51.132 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 27 M 2023-12-18T13:34:51.133 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 89 M 2023-12-18T13:34:51.133 INFO:teuthology.orchestra.run.smithi114.stdout:Downloading Packages: 2023-12-18T13:34:51.147 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:34:51.147 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2023-12-18T13:34:51.147 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:34:51.147 INFO:teuthology.orchestra.run.smithi172.stdout:Installing group/module packages: 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout:Installing weak dependencies: 2023-12-18T13:34:51.148 INFO:teuthology.orchestra.run.smithi172.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout:Installing module profiles: 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools/common 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout:Enabling module streams: 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout: container-tools rhel8 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout:Install 13 Packages 2023-12-18T13:34:51.149 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:34:51.150 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 27 M 2023-12-18T13:34:51.150 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 89 M 2023-12-18T13:34:51.150 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2023-12-18T13:34:51.775 INFO:teuthology.orchestra.run.smithi172.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-18T13:34:51.781 INFO:teuthology.orchestra.run.smithi114.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-12-18T13:34:51.822 INFO:teuthology.orchestra.run.smithi114.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-18T13:34:51.880 INFO:teuthology.orchestra.run.smithi114.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-12-18T13:34:51.884 INFO:teuthology.orchestra.run.smithi172.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-18T13:34:51.908 INFO:teuthology.orchestra.run.smithi172.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 284 kB/s | 38 kB 00:00 2023-12-18T13:34:51.922 INFO:teuthology.orchestra.run.smithi114.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-18T13:34:51.992 INFO:teuthology.orchestra.run.smithi172.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-18T13:34:52.023 INFO:teuthology.orchestra.run.smithi114.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-12-18T13:34:52.101 INFO:teuthology.orchestra.run.smithi172.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-18T13:34:52.123 INFO:teuthology.orchestra.run.smithi114.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-12-18T13:34:52.201 INFO:teuthology.orchestra.run.smithi172.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-18T13:34:52.224 INFO:teuthology.orchestra.run.smithi114.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 939 kB/s | 94 kB 00:00 2023-12-18T13:34:52.283 INFO:teuthology.orchestra.run.smithi114.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.8 MB/s | 3.9 MB 00:00 2023-12-18T13:34:52.284 INFO:teuthology.orchestra.run.smithi172.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-12-18T13:34:52.310 INFO:teuthology.orchestra.run.smithi172.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 865 kB/s | 94 kB 00:00 2023-12-18T13:34:52.391 INFO:teuthology.orchestra.run.smithi114.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.9 MB/s | 9.6 MB 00:01 2023-12-18T13:34:52.469 INFO:teuthology.orchestra.run.smithi172.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.5 MB/s | 9.6 MB 00:01 2023-12-18T13:34:52.500 INFO:teuthology.orchestra.run.smithi114.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 487 kB/s | 53 kB 00:00 2023-12-18T13:34:52.550 INFO:teuthology.orchestra.run.smithi114.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.5 MB/s | 2.5 MB 00:00 2023-12-18T13:34:52.569 INFO:teuthology.orchestra.run.smithi172.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 527 kB/s | 53 kB 00:00 2023-12-18T13:34:52.600 INFO:teuthology.orchestra.run.smithi114.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-18T13:34:52.611 INFO:teuthology.orchestra.run.smithi172.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.4 MB/s | 2.5 MB 00:00 2023-12-18T13:34:52.669 INFO:teuthology.orchestra.run.smithi172.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-18T13:34:52.861 INFO:teuthology.orchestra.run.smithi114.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 13 MB/s | 8.1 MB 00:00 2023-12-18T13:34:52.861 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:34:52.862 INFO:teuthology.orchestra.run.smithi114.stdout:Total 15 MB/s | 27 MB 00:01 2023-12-18T13:34:52.895 INFO:teuthology.orchestra.run.smithi172.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 13 MB/s | 8.1 MB 00:00 2023-12-18T13:34:52.895 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:34:52.895 INFO:teuthology.orchestra.run.smithi172.stdout:Total 15 MB/s | 27 MB 00:01 2023-12-18T13:34:53.134 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction check 2023-12-18T13:34:53.153 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction check succeeded. 2023-12-18T13:34:53.153 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction test 2023-12-18T13:34:53.167 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2023-12-18T13:34:53.189 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2023-12-18T13:34:53.190 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2023-12-18T13:34:53.401 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction test succeeded. 2023-12-18T13:34:53.404 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction 2023-12-18T13:34:53.452 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2023-12-18T13:34:53.456 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2023-12-18T13:34:54.071 INFO:teuthology.orchestra.run.smithi114.stdout: Preparing : 1/1 2023-12-18T13:34:54.153 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2023-12-18T13:34:54.283 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T13:34:54.382 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T13:34:54.430 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T13:34:54.535 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T13:34:54.624 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T13:34:54.725 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T13:34:54.871 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:34:54.998 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:34:55.378 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T13:34:55.568 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T13:34:56.390 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:34:56.559 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:34:56.653 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T13:34:56.863 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T13:34:56.966 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T13:34:57.132 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T13:34:57.198 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T13:34:57.440 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T13:34:57.508 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T13:34:57.840 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T13:34:58.374 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:34:58.582 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T13:34:58.712 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:34:58.785 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:34:58.964 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T13:34:59.142 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:34:59.224 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:34:59.224 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T13:34:59.224 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T13:34:59.224 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T13:34:59.224 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:34:59.225 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:34:59.574 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout:Installed: 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:35:00.012 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T13:35:00.013 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T13:35:00.013 INFO:teuthology.orchestra.run.smithi114.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.013 INFO:teuthology.orchestra.run.smithi114.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.013 INFO:teuthology.orchestra.run.smithi114.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T13:35:00.013 INFO:teuthology.orchestra.run.smithi114.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T13:35:00.013 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:35:00.013 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2023-12-18T13:35:00.304 DEBUG:teuthology.parallel:result is None 2023-12-18T13:35:00.406 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T13:35:00.407 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:35:00.408 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2023-12-18T13:35:00.717 DEBUG:teuthology.parallel:result is None 2023-12-18T13:35:00.718 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-18T13:35:00.851 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '861525e252e70f0d455bae7d2dc4d635f8b415f1'} 2023-12-18T13:35:00.851 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-18T13:35:00.853 INFO:tasks.cephadm:Cluster fsid is 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:00.853 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-18T13:35:00.854 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-18T13:35:00.854 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi114': '172.21.15.114', 'mon.smithi172': '172.21.15.172'} 2023-12-18T13:35:00.854 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-18T13:35:00.854 DEBUG:teuthology.orchestra.run.smithi114:> sudo hostname $(hostname -s) 2023-12-18T13:35:00.883 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2023-12-18T13:35:00.911 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-18T13:35:00.911 DEBUG:teuthology.orchestra.run.smithi114:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-18T13:35:01.189 INFO:teuthology.orchestra.run.smithi114.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 13:35 /home/ubuntu/cephtest/cephadm 2023-12-18T13:35:01.189 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-18T13:35:01.569 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 13:35 /home/ubuntu/cephtest/cephadm 2023-12-18T13:35:01.570 DEBUG:teuthology.orchestra.run.smithi114:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T13:35:01.589 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T13:35:01.623 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-18T13:35:01.623 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T13:35:01.634 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T13:35:03.184 INFO:teuthology.orchestra.run.smithi114.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:35:03.366 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:35:24.443 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:35:24.443 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T13:35:24.443 INFO:teuthology.orchestra.run.smithi114.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T13:35:24.443 INFO:teuthology.orchestra.run.smithi114.stdout: "repo_digests": [ 2023-12-18T13:35:24.443 INFO:teuthology.orchestra.run.smithi114.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T13:35:24.444 INFO:teuthology.orchestra.run.smithi114.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T13:35:24.444 INFO:teuthology.orchestra.run.smithi114.stdout: ] 2023-12-18T13:35:24.444 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:35:26.796 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-18T13:35:26.796 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T13:35:26.796 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T13:35:26.796 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2023-12-18T13:35:26.796 INFO:teuthology.orchestra.run.smithi172.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T13:35:26.797 INFO:teuthology.orchestra.run.smithi172.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T13:35:26.797 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2023-12-18T13:35:26.797 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-18T13:35:26.814 DEBUG:teuthology.orchestra.run.smithi114:> sudo mkdir -p /etc/ceph 2023-12-18T13:35:26.851 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2023-12-18T13:35:26.881 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 777 /etc/ceph 2023-12-18T13:35:26.921 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2023-12-18T13:35:26.948 INFO:tasks.cephadm:Writing seed config... 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-18T13:35:26.950 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-18T13:35:26.951 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:35:26.951 DEBUG:teuthology.orchestra.run.smithi114:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-18T13:35:26.983 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 = 3e31d26c-9daa-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-18T13:35:26.984 DEBUG:teuthology.orchestra.run.smithi114:mon.smithi114> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi114.service 2023-12-18T13:35:27.026 INFO:tasks.cephadm:Bootstrapping... 2023-12-18T13:35:27.026 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.114 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:35:27.054 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:-- Logs begin at Mon 2023-12-18 13:25:56 UTC. -- 2023-12-18T13:35:27.222 INFO:teuthology.orchestra.run.smithi114.stderr:-------------------------------------------------------------------------------- 2023-12-18T13:35:27.222 INFO:teuthology.orchestra.run.smithi114.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '3e31d26c-9daa-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.114', '--skip-admin-label'] 2023-12-18T13:35:27.244 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: 4.6.1 2023-12-18T13:35:27.254 INFO:teuthology.orchestra.run.smithi114.stderr:Verifying podman|docker is present... 2023-12-18T13:35:27.273 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: 4.6.1 2023-12-18T13:35:27.293 INFO:teuthology.orchestra.run.smithi114.stderr:Verifying lvm2 is present... 2023-12-18T13:35:27.293 INFO:teuthology.orchestra.run.smithi114.stderr:Verifying time synchronization is in place... 2023-12-18T13:35:27.298 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T13:35:27.304 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: inactive 2023-12-18T13:35:27.311 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: enabled 2023-12-18T13:35:27.315 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: active 2023-12-18T13:35:27.316 INFO:teuthology.orchestra.run.smithi114.stderr:Unit chronyd.service is enabled and running 2023-12-18T13:35:27.316 INFO:teuthology.orchestra.run.smithi114.stderr:Repeating the final host check... 2023-12-18T13:35:27.334 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: 4.6.1 2023-12-18T13:35:27.346 INFO:teuthology.orchestra.run.smithi114.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-18T13:35:27.346 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl is present 2023-12-18T13:35:27.346 INFO:teuthology.orchestra.run.smithi114.stderr:lvcreate is present 2023-12-18T13:35:27.352 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T13:35:27.357 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: inactive 2023-12-18T13:35:27.363 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: enabled 2023-12-18T13:35:27.368 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: active 2023-12-18T13:35:27.369 INFO:teuthology.orchestra.run.smithi114.stderr:Unit chronyd.service is enabled and running 2023-12-18T13:35:27.369 INFO:teuthology.orchestra.run.smithi114.stderr:Host looks OK 2023-12-18T13:35:27.369 INFO:teuthology.orchestra.run.smithi114.stderr:Cluster fsid: 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:27.369 INFO:teuthology.orchestra.run.smithi114.stderr:Acquiring lock 140507394023552 on /run/cephadm/3e31d26c-9daa-11ee-95a5-87774f69a715.lock 2023-12-18T13:35:27.369 INFO:teuthology.orchestra.run.smithi114.stderr:Lock 140507394023552 acquired on /run/cephadm/3e31d26c-9daa-11ee-95a5-87774f69a715.lock 2023-12-18T13:35:27.369 INFO:teuthology.orchestra.run.smithi114.stderr:Verifying IP 172.21.15.114 port 3300 ... 2023-12-18T13:35:27.370 INFO:teuthology.orchestra.run.smithi114.stderr:Verifying IP 172.21.15.114 port 6789 ... 2023-12-18T13:35:27.370 INFO:teuthology.orchestra.run.smithi114.stderr:Base mon IP is 172.21.15.114, final addrv is [v2:172.21.15.114:3300,v1:172.21.15.114:6789] 2023-12-18T13:35:27.372 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.114 metric 100 2023-12-18T13:35:27.372 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.114 metric 100 2023-12-18T13:35:27.375 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-18T13:35:27.375 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-18T13:35:27.375 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1776sec hoplimit 64 pref medium 2023-12-18T13:35:27.378 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-18T13:35:27.378 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-18T13:35:27.378 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T13:35:27.378 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-18T13:35:27.378 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cb63/64 scope link 2023-12-18T13:35:27.378 INFO:teuthology.orchestra.run.smithi114.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T13:35:27.379 INFO:teuthology.orchestra.run.smithi114.stderr:Mon IP `172.21.15.114` is in CIDR network `172.21.0.0/20` 2023-12-18T13:35:27.379 INFO:teuthology.orchestra.run.smithi114.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-18T13:35:27.379 INFO:teuthology.orchestra.run.smithi114.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:35:27.456 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:35:27.874 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Getting image source signatures 2023-12-18T13:35:27.874 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-18T13:35:27.874 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-18T13:35:27.875 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-18T13:35:27.875 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-18T13:35:27.875 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-18T13:35:27.875 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T13:35:27.931 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: Writing manifest to image destination 2023-12-18T13:35:28.072 INFO:teuthology.orchestra.run.smithi114.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T13:35:28.411 INFO:teuthology.orchestra.run.smithi114.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T13:35:28.747 INFO:teuthology.orchestra.run.smithi114.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T13:35:28.747 INFO:teuthology.orchestra.run.smithi114.stderr:Extracting ceph user uid/gid from container image... 2023-12-18T13:35:29.020 INFO:teuthology.orchestra.run.smithi114.stderr:stat: 167 167 2023-12-18T13:35:29.662 INFO:teuthology.orchestra.run.smithi114.stderr:Creating initial keys... 2023-12-18T13:35:29.903 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph-authtool: AQChSoBloLOSNRAAi5/Nm68U3a1W+cx93NHF+g== 2023-12-18T13:35:30.478 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph-authtool: AQCiSoBlrIoRHBAAstCbSjg4dt/9FA15ytgkBg== 2023-12-18T13:35:31.078 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph-authtool: AQCjSoBlaNI2BBAAHDhU5IvSAagYMjAAg6ml2w== 2023-12-18T13:35:31.444 INFO:teuthology.orchestra.run.smithi114.stderr:Creating initial monmap... 2023-12-18T13:35:31.703 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T13:35:31.703 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-18T13:35:31.703 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:31.703 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T13:35:32.028 INFO:teuthology.orchestra.run.smithi114.stderr:monmaptool for smithi114 [v2:172.21.15.114:3300,v1:172.21.15.114:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T13:35:32.028 INFO:teuthology.orchestra.run.smithi114.stderr:setting min_mon_release = octopus 2023-12-18T13:35:32.028 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/monmaptool: set fsid to 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:32.028 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T13:35:32.028 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:35:32.028 INFO:teuthology.orchestra.run.smithi114.stderr:Creating mon... 2023-12-18T13:35:32.664 INFO:teuthology.orchestra.run.smithi114.stderr:create mon.smithi114 on 2023-12-18T13:35:32.765 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-18T13:35:32.856 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715.target. 2023-12-18T13:35:32.857 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715.target. 2023-12-18T13:35:33.050 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Failed to reset failed state of unit ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi114.service: Unit ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi114.service not loaded. 2023-12-18T13:35:33.057 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715.target.wants/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi114.service → /etc/systemd/system/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@.service. 2023-12-18T13:35:33.264 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:33 smithi114 systemd[1]: Starting Ceph mon.smithi114 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:35:33.532 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: disabled 2023-12-18T13:35:33.539 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: inactive 2023-12-18T13:35:33.540 INFO:teuthology.orchestra.run.smithi114.stderr:firewalld.service is not enabled 2023-12-18T13:35:33.540 INFO:teuthology.orchestra.run.smithi114.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T13:35:33.540 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for mon to start... 2023-12-18T13:35:33.541 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for mon... 2023-12-18T13:35:33.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:33 smithi114 bash[107249]: 89fa82d4f99f46c7d3b37231c9326ab67a319478eace814c9b32dbacaea98a33 2023-12-18T13:35:33.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:33 smithi114 systemd[1]: Started Ceph mon.smithi114 for 3e31d26c-9daa-11ee-95a5-87774f69a715. 2023-12-18T13:35:33.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:33 smithi114 ceph-mon[107286]: mkfs 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:33.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:33 smithi114 ceph-mon[107286]: mon.smithi114 is new leader, mons smithi114 in quorum (ranks 0) 2023-12-18T13:35:33.986 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: cluster: 2023-12-18T13:35:33.986 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: id: 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:33.986 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-18T13:35:33.986 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:33.986 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: services: 2023-12-18T13:35:33.986 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi114 (age 0.427371s) 2023-12-18T13:35:33.986 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: data: 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: pgs: 2023-12-18T13:35:33.987 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:34.330 INFO:teuthology.orchestra.run.smithi114.stderr:mon is available 2023-12-18T13:35:34.330 INFO:teuthology.orchestra.run.smithi114.stderr:Assimilating anything we can from ceph.conf... 2023-12-18T13:35:34.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:34 smithi114 ceph-mon[107286]: mon.smithi114 is new leader, mons smithi114 in quorum (ranks 0) 2023-12-18T13:35:34.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:34 smithi114 ceph-mon[107286]: monmap e1: 1 mons at {smithi114=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0]} 2023-12-18T13:35:34.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:34 smithi114 ceph-mon[107286]: fsmap 2023-12-18T13:35:34.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:34 smithi114 ceph-mon[107286]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T13:35:34.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:34 smithi114 ceph-mon[107286]: mgrmap e1: no daemons active 2023-12-18T13:35:34.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:34 smithi114 ceph-mon[107286]: from='client.? 172.21.15.114:0/263106368' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-18T13:35:34.763 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:34.763 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: [global] 2023-12-18T13:35:34.763 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: fsid = 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:34.764 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.114:3300,v1:172.21.15.114:6789] 2023-12-18T13:35:34.764 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T13:35:34.764 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T13:35:34.764 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T13:35:34.764 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T13:35:34.764 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:34.765 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: [mgr] 2023-12-18T13:35:34.765 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T13:35:34.765 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:34.765 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: [osd] 2023-12-18T13:35:34.766 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T13:35:34.766 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T13:35:35.113 INFO:teuthology.orchestra.run.smithi114.stderr:Generating new minimal ceph.conf... 2023-12-18T13:35:35.799 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:35 smithi114 ceph-mon[107286]: from='client.? 172.21.15.114:0/521359893' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T13:35:35.799 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:35 smithi114 ceph-mon[107286]: from='client.? 172.21.15.114:0/521359893' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-18T13:35:35.799 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:35 smithi114 ceph-mon[107286]: from='client.? 172.21.15.114:0/2069893619' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:35:35.871 INFO:teuthology.orchestra.run.smithi114.stderr:Restarting the monitor... 2023-12-18T13:35:36.104 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:35 smithi114 systemd[1]: Stopping Ceph mon.smithi114 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:35:36.104 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:35 smithi114 bash[107586]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon.smithi114" found: no such container 2023-12-18T13:35:36.104 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:35 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi114[107263]: 2023-12-18T13:35:35.948+0000 7f1fd25b0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi114 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:35:36.104 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:35 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi114[107263]: 2023-12-18T13:35:35.948+0000 7f1fd25b0700 -1 mon.smithi114@0(leader) e1 *** Got Signal Terminated *** 2023-12-18T13:35:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 bash[107599]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi114 2023-12-18T13:35:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 bash[107638]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon.smithi114" found: no such container 2023-12-18T13:35:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 systemd[1]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi114.service: Succeeded. 2023-12-18T13:35:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 systemd[1]: Stopped Ceph mon.smithi114 for 3e31d26c-9daa-11ee-95a5-87774f69a715. 2023-12-18T13:35:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 systemd[1]: Starting Ceph mon.smithi114 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:35:36.580 INFO:teuthology.orchestra.run.smithi114.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-18T13:35:36.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 bash[107706]: e23d021daaab2552b7a3aab538d4b768b4385f12693767b7dbbb00dd26e65027 2023-12-18T13:35:36.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 systemd[1]: Started Ceph mon.smithi114 for 3e31d26c-9daa-11ee-95a5-87774f69a715. 2023-12-18T13:35:36.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T13:35:36.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: pidfile_write: ignore empty --pid-file 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: load: jerasure load: lrc 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: RocksDB version: 6.15.5 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Compile date Apr 18 2022 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: DB SUMMARY 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: DB Session ID: LT95XYDB0QH8LZCDAP0M 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: CURRENT file: CURRENT 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi114/store.db dir, Total Num: 1, files: 000008.sst 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi114/store.db: 000010.log size: 81887 ; 2023-12-18T13:35:36.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.error_if_exists: 0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.create_if_missing: 0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.paranoid_checks: 1 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.env: 0x555ae159c860 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.fs: Posix File System 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.info_log: 0x555ae265ffa0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.statistics: (nil) 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.use_fsync: 0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_log_file_size: 0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.allow_fallocate: 1 2023-12-18T13:35:36.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.use_direct_reads: 0 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.db_log_dir: 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi114/store.db 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T13:35:36.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.write_buffer_manager: 0x555ae27502d0 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T13:35:36.945 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.unordered_write: 0 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.row_cache: None 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.wal_filter: None 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T13:35:36.946 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.preserve_deletes: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.two_write_queues: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.atomic_flush: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.log_readahead_size: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T13:35:36.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T13:35:36.948 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_background_jobs: 2 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_background_compactions: -1 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_subcompactions: 1 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_open_files: -1 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T13:35:36.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_background_flushes: -1 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Compression algorithms supported: 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kZSTD supported: 0 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kXpressCompression supported: 0 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kLZ4Compression supported: 1 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kBZip2Compression supported: 0 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kZlibCompression supported: 1 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: kSnappyCompression supported: 1 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi114/store.db/MANIFEST-000009 2023-12-18T13:35:36.950 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.merge_operator: 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_filter: None 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555ae262bd00) 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: cache_index_and_filter_blocks: 1 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: pin_top_level_index_and_filter: 1 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: index_type: 0 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: data_block_index_type: 0 2023-12-18T13:35:36.951 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: index_shortening: 1 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: hash_index_allow_collision: 1 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: checksum: 1 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: no_block_cache: 0 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_cache: 0x555ae2696170 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_cache_name: BinnedLRUCache 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_cache_options: 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: capacity : 536870912 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: num_shard_bits : 4 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: strict_capacity_limit : 0 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: high_pri_pool_ratio: 0.000 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_cache_compressed: (nil) 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: persistent_cache: (nil) 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_size: 4096 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_size_deviation: 10 2023-12-18T13:35:36.952 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_restart_interval: 16 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: index_block_restart_interval: 1 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: metadata_block_size: 4096 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: partition_filters: 0 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: use_delta_encoding: 1 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: whole_key_filtering: 1 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: verify_compression: 0 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: read_amp_bytes_per_bit: 0 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: format_version: 4 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: enable_index_compression: 1 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: block_align: 0 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression: NoCompression 2023-12-18T13:35:36.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.num_levels: 7 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T13:35:36.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T13:35:36.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T13:35:36.956 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.table_properties_collectors: 2023-12-18T13:35:36.957 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.inplace_update_support: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.bloom_locality: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.max_successive_merges: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.ttl: 2592000 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.enable_blob_files: false 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.min_blob_size: 0 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T13:35:36.958 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi114/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702906536589592, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702906536590278, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78735, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76993, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 71436, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 205, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702906536, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "c1598eea-dd07-4350-9fa0-ded7fe703fe5", "db_session_id": "LT95XYDB0QH8LZCDAP0M"}} 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702906536590613, "job": 1, "event": "recovery_finished"} 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi114/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x555ae267ca80 2023-12-18T13:35:36.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: DB pointer 0x555ae268c000 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ** DB Stats ** 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ** Compaction Stats [default] ** 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: L0 2/0 78.69 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.6 0.00 0.00 1 0.000 0 0 2023-12-18T13:35:36.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Sum 2/0 78.69 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.6 0.00 0.00 1 0.000 0 0 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.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 167.6 0.00 0.00 1 0.000 0 0 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ** Compaction Stats [default] ** 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.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 167.6 0.00 0.00 1 0.000 0 0 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Cumulative compaction: 0.00 GB write, 24.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Interval compaction: 0.00 GB write, 24.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:35:36.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ** Compaction Stats [default] ** 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: L0 2/0 78.69 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.6 0.00 0.00 1 0.000 0 0 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Sum 2/0 78.69 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 167.6 0.00 0.00 1 0.000 0 0 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ** Compaction Stats [default] ** 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:35:36.962 INFO:journalctl@ceph.mon.smithi114.smithi114.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 167.6 0.00 0.00 1 0.000 0 0 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Cumulative compaction: 0.00 GB write, 23.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: starting mon.smithi114 rank 0 at public addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] at bind addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi114 fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???) e1 preinit fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???).mds e1 new map 2023-12-18T13:35:36.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???).mds e1 print_map 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: e1 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: legacy client fscid: -1 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout: No filesystems configured 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expand map: {default=false} 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta from 'false' to 'false' 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expanded map: {default=false} 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expand map: {default=info} 2023-12-18T13:35:36.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta from 'info' to 'info' 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expanded map: {default=info} 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expand map: {default=daemon} 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expanded map: {default=daemon} 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expand map: {default=debug} 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta from 'debug' to 'debug' 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: expand_channel_meta expanded map: {default=debug} 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mon.smithi114 is new leader, mons smithi114 in quorum (ranks 0) 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: monmap e1: 1 mons at {smithi114=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0]} 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: fsmap 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T13:35:36.965 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:36 smithi114 ceph-mon[107744]: mgrmap e1: no daemons active 2023-12-18T13:35:37.388 INFO:teuthology.orchestra.run.smithi114.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-18T13:35:37.388 INFO:teuthology.orchestra.run.smithi114.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:35:37.388 INFO:teuthology.orchestra.run.smithi114.stderr:Creating mgr... 2023-12-18T13:35:37.388 INFO:teuthology.orchestra.run.smithi114.stderr:Verifying port 9283 ... 2023-12-18T13:35:37.511 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Failed to reset failed state of unit ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mgr.smithi114.blescs.service: Unit ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mgr.smithi114.blescs.service not loaded. 2023-12-18T13:35:37.517 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715.target.wants/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mgr.smithi114.blescs.service → /etc/systemd/system/ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@.service. 2023-12-18T13:35:37.940 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: disabled 2023-12-18T13:35:37.948 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: inactive 2023-12-18T13:35:37.949 INFO:teuthology.orchestra.run.smithi114.stderr:firewalld.service is not enabled 2023-12-18T13:35:37.949 INFO:teuthology.orchestra.run.smithi114.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T13:35:37.957 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: disabled 2023-12-18T13:35:37.964 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: inactive 2023-12-18T13:35:37.965 INFO:teuthology.orchestra.run.smithi114.stderr:firewalld.service is not enabled 2023-12-18T13:35:37.965 INFO:teuthology.orchestra.run.smithi114.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-18T13:35:37.965 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for mgr to start... 2023-12-18T13:35:37.965 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for mgr... 2023-12-18T13:35:38.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:38 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2471165548' entity='client.admin' 2023-12-18T13:35:38.502 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:38.502 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:35:38.502 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsid": "3e31d26c-9daa-11ee-95a5-87774f69a715", 2023-12-18T13:35:38.502 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:35:38.502 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:35:38.502 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 0 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "smithi114" 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:35:38.503 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:35:38.504 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:35:38.505 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:35:33.559061+0000", 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:38.506 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:38.507 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:35:38.507 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:35:38.809 INFO:teuthology.orchestra.run.smithi114.stderr:mgr not available, waiting (1/15)... 2023-12-18T13:35:39.400 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:39 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/851587166' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsid": "3e31d26c-9daa-11ee-95a5-87774f69a715", 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 0 2023-12-18T13:35:41.279 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "smithi114" 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:35:41.280 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:35:41.284 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:35:41.284 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:35:41.284 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:41.284 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:41.285 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:35:33.559061+0000", 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:35:41.286 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:35:41.629 INFO:teuthology.orchestra.run.smithi114.stderr:mgr not available, waiting (2/15)... 2023-12-18T13:35:41.655 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:41 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/4147266007' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:35:44.057 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsid": "3e31d26c-9daa-11ee-95a5-87774f69a715", 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 0 2023-12-18T13:35:44.058 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "smithi114" 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:35:44.059 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:35:44.060 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:35:44.061 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:35:44.062 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:44.063 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:35:33.559061+0000", 2023-12-18T13:35:44.063 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:44.063 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:44.063 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:35:44.063 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: Activating manager daemon smithi114.blescs 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: mgrmap e2: smithi114.blescs(active, starting, since 0.00276014s) 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr metadata", "who": "smithi114.blescs", "id": "smithi114.blescs"}]: dispatch 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: Manager daemon smithi114.blescs is now available 2023-12-18T13:35:44.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:35:44.075 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:35:44.075 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' 2023-12-18T13:35:44.075 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' 2023-12-18T13:35:44.075 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:43 smithi114 ceph-mon[107744]: from='mgr.14100 172.21.15.114:0/230525621' entity='mgr.smithi114.blescs' 2023-12-18T13:35:44.395 INFO:teuthology.orchestra.run.smithi114.stderr:mgr not available, waiting (3/15)... 2023-12-18T13:35:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:44 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1412435474' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:35:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:44 smithi114 ceph-mon[107744]: mgrmap e3: smithi114.blescs(active, since 1.00557s) 2023-12-18T13:35:47.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:46 smithi114 ceph-mon[107744]: mgrmap e4: smithi114.blescs(active, since 2s) 2023-12-18T13:35:48.343 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:48.343 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:35:48.343 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsid": "3e31d26c-9daa-11ee-95a5-87774f69a715", 2023-12-18T13:35:48.343 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:35:48.343 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:35:48.343 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 0 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "smithi114" 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:35:48.344 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:35:48.345 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:35:48.346 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ], 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:35:33.559061+0000", 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: }, 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:35:48.347 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:35:48.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:48 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1284636283' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:35:50.263 INFO:teuthology.orchestra.run.smithi114.stderr:mgr is available 2023-12-18T13:35:51.853 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: [global] 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: fsid = 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: [mgr] 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: [osd] 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T13:35:51.854 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T13:35:52.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:52 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3045861896' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T13:35:54.139 INFO:teuthology.orchestra.run.smithi114.stderr:Enabling cephadm module... 2023-12-18T13:35:55.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:55 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3624468728' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-18T13:35:56.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:56 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3624468728' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-18T13:35:56.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:56 smithi114 ceph-mon[107744]: mgrmap e5: smithi114.blescs(active, since 11s) 2023-12-18T13:35:57.108 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:35:57.108 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-18T13:35:57.109 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:35:57.109 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "active_name": "smithi114.blescs", 2023-12-18T13:35:57.109 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T13:35:57.109 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:35:57.468 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for the mgr to restart... 2023-12-18T13:35:57.468 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for mgr epoch 5... 2023-12-18T13:35:57.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:35:57 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/628489648' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T13:36:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:02 smithi114 ceph-mon[107744]: Active manager daemon smithi114.blescs restarted 2023-12-18T13:36:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:02 smithi114 ceph-mon[107744]: Activating manager daemon smithi114.blescs 2023-12-18T13:36:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:02 smithi114 ceph-mon[107744]: osdmap e2: 0 total, 0 up, 0 in 2023-12-18T13:36:03.616 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:36:03.616 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-18T13:36:03.616 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T13:36:03.616 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:36:03.886 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: mgrmap e6: smithi114.blescs(active, starting, since 0.925546s) 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr metadata", "who": "smithi114.blescs", "id": "smithi114.blescs"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: Manager daemon smithi114.blescs is now available 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:36:03.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:03 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:36:03.967 INFO:teuthology.orchestra.run.smithi114.stderr:mgr epoch 5 is available 2023-12-18T13:36:03.967 INFO:teuthology.orchestra.run.smithi114.stderr:Setting orchestrator backend to cephadm... 2023-12-18T13:36:04.744 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:04 smithi114 ceph-mon[107744]: mgrmap e7: smithi114.blescs(active, since 1.93217s) 2023-12-18T13:36:04.745 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:04 smithi114 ceph-mon[107744]: [18/Dec/2023:13:36:03] ENGINE Bus STARTING 2023-12-18T13:36:04.745 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:04 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:04.745 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:04 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:04.745 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:04 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:04.745 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:04 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:05.324 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: value unchanged 2023-12-18T13:36:05.675 INFO:teuthology.orchestra.run.smithi114.stderr:Generating ssh key... 2023-12-18T13:36:05.939 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:05 smithi114 ceph-mon[107744]: [18/Dec/2023:13:36:03] ENGINE Serving on https://172.21.15.114:7150 2023-12-18T13:36:05.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:05 smithi114 ceph-mon[107744]: [18/Dec/2023:13:36:03] ENGINE Bus STARTED 2023-12-18T13:36:05.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:05 smithi114 ceph-mon[107744]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:05.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:05 smithi114 ceph-mon[107744]: mgrmap e8: smithi114.blescs(active, since 2s) 2023-12-18T13:36:06.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:06 smithi114 ceph-mon[107744]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:06.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:06 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:06.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:06 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:07.170 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZEx+fnE78KJa/2ZFQf5F2x3sZyCqwUoAomRhFyAb7GYsSWSjD9oWPlP4MvTOeRKxJwGergJ3fvrYGR/xaorSi/S61uLGCNdM1IKlS55lIwgvqKU/qjZIZ2kUIG3dUR0cuKI0hXm33UCHXmRjNH4MVk4NM/nQtsy5gMcb5WQeVxIZAF7XLvEAq0HCGZwVFapwgmNHdBIp0jEJbqBlw8zWWpLA4xkeRsvk0O7u1/VjpkSYtJ/+wzHjopRCxhIi3/w67U2maShbBwMHoF5Tpc4kic3Qlzk5Sa5aJCWlbuAXGwHqTfiyAsDc10jlOvwPN8M6kOJloRP2eYeDKjWpj6ckrsVk8ihgNOLJxCZkTtDLkwUMT5CB27937h4SZYeoN/NXZXOs28H25DTsH0tWzjAkiwXkqiHkHg+PBgX/ssbua5xE2Cxqqylq3tUayS/xKaTXHlZtBySkanWuYzoI8PO/scEuiU7UbjmNLlEhM60e32e5b8iW5sN85xb/to4LdPSc= ceph-3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:36:07.534 INFO:teuthology.orchestra.run.smithi114.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:36:07.534 INFO:teuthology.orchestra.run.smithi114.stderr:Adding key to root@localhost authorized_keys... 2023-12-18T13:36:07.535 INFO:teuthology.orchestra.run.smithi114.stderr:Adding host smithi114... 2023-12-18T13:36:07.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:07 smithi114 ceph-mon[107744]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:07.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:07 smithi114 ceph-mon[107744]: Generating ssh key... 2023-12-18T13:36:08.847 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Added host 'smithi114' with addr '172.21.15.114' 2023-12-18T13:36:08.871 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:08 smithi114 ceph-mon[107744]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:09.144 INFO:teuthology.orchestra.run.smithi114.stderr:Deploying mon service with default placement... 2023-12-18T13:36:09.700 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-18T13:36:09.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:09 smithi114 ceph-mon[107744]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi114", "addr": "172.21.15.114", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:09.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:09 smithi114 ceph-mon[107744]: Deploying cephadm binary to smithi114 2023-12-18T13:36:09.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:09 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:09.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:09 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:10.162 INFO:teuthology.orchestra.run.smithi114.stderr:Deploying mgr service with default placement... 2023-12-18T13:36:10.697 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-18T13:36:10.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:10 smithi114 ceph-mon[107744]: Added host smithi114 2023-12-18T13:36:10.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:10 smithi114 ceph-mon[107744]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:10.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:10 smithi114 ceph-mon[107744]: Saving service mon spec with placement count:5 2023-12-18T13:36:10.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:10 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:10.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:10 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:11.049 INFO:teuthology.orchestra.run.smithi114.stderr:Deploying crash service with default placement... 2023-12-18T13:36:11.632 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-18T13:36:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:11 smithi114 ceph-mon[107744]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:11 smithi114 ceph-mon[107744]: Saving service mgr spec with placement count:2 2023-12-18T13:36:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:11 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:11 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:11 smithi114 ceph-mon[107744]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:11 smithi114 ceph-mon[107744]: Saving service crash spec with placement * 2023-12-18T13:36:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:11 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:11.969 INFO:teuthology.orchestra.run.smithi114.stderr:Deploying prometheus service with default placement... 2023-12-18T13:36:12.582 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-18T13:36:12.925 INFO:teuthology.orchestra.run.smithi114.stderr:Deploying grafana service with default placement... 2023-12-18T13:36:13.287 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:13 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:13.287 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:13 smithi114 ceph-mon[107744]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:13.287 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:13 smithi114 ceph-mon[107744]: Saving service prometheus spec with placement count:1 2023-12-18T13:36:13.287 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:13 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:13.287 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:13 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:13.455 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-18T13:36:13.932 INFO:teuthology.orchestra.run.smithi114.stderr:Deploying node-exporter service with default placement... 2023-12-18T13:36:14.467 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-18T13:36:14.735 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:14 smithi114 ceph-mon[107744]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:14.735 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:14 smithi114 ceph-mon[107744]: Saving service grafana spec with placement count:1 2023-12-18T13:36:14.735 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:14 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:14.824 INFO:teuthology.orchestra.run.smithi114.stderr:Deploying alertmanager service with default placement... 2023-12-18T13:36:15.352 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-18T13:36:15.689 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:15 smithi114 ceph-mon[107744]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:15.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:15 smithi114 ceph-mon[107744]: Saving service node-exporter spec with placement * 2023-12-18T13:36:15.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:15 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:15.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:15 smithi114 ceph-mon[107744]: from='mgr.14120 172.21.15.114:0/440990350' entity='mgr.smithi114.blescs' 2023-12-18T13:36:16.501 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:16 smithi114 ceph-mon[107744]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:16.501 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:16 smithi114 ceph-mon[107744]: Saving service alertmanager spec with placement count:1 2023-12-18T13:36:16.501 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:16 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1454629527' entity='client.admin' 2023-12-18T13:36:17.390 INFO:teuthology.orchestra.run.smithi114.stderr:Enabling the dashboard module... 2023-12-18T13:36:18.353 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:18 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3019128213' entity='client.admin' 2023-12-18T13:36:18.353 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:18 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1125302556' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-18T13:36:18.954 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:36:18.955 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-18T13:36:18.955 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:36:18.955 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "active_name": "smithi114.blescs", 2023-12-18T13:36:18.955 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T13:36:18.955 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:36:19.308 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for the mgr to restart... 2023-12-18T13:36:19.308 INFO:teuthology.orchestra.run.smithi114.stderr:Waiting for mgr epoch 9... 2023-12-18T13:36:19.404 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:19 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1125302556' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-18T13:36:19.404 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:19 smithi114 ceph-mon[107744]: mgrmap e9: smithi114.blescs(active, since 16s) 2023-12-18T13:36:19.404 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:19 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2058268567' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T13:36:24.230 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:24 smithi114 ceph-mon[107744]: Active manager daemon smithi114.blescs restarted 2023-12-18T13:36:24.230 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:24 smithi114 ceph-mon[107744]: Activating manager daemon smithi114.blescs 2023-12-18T13:36:24.230 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:24 smithi114 ceph-mon[107744]: osdmap e3: 0 total, 0 up, 0 in 2023-12-18T13:36:25.156 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: { 2023-12-18T13:36:25.156 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-18T13:36:25.156 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T13:36:25.156 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: } 2023-12-18T13:36:25.305 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: mgrmap e10: smithi114.blescs(active, starting, since 0.0550967s) 2023-12-18T13:36:25.305 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:36:25.305 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr metadata", "who": "smithi114.blescs", "id": "smithi114.blescs"}]: dispatch 2023-12-18T13:36:25.305 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:36:25.305 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:36:25.305 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: Manager daemon smithi114.blescs is now available 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: [18/Dec/2023:13:36:24] ENGINE Bus STARTING 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: [18/Dec/2023:13:36:24] ENGINE Serving on https://172.21.15.114:7150 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: [18/Dec/2023:13:36:24] ENGINE Bus STARTED 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:25.306 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:25 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:25.498 INFO:teuthology.orchestra.run.smithi114.stderr:mgr epoch 9 is available 2023-12-18T13:36:25.499 INFO:teuthology.orchestra.run.smithi114.stderr:Generating a dashboard self-signed certificate... 2023-12-18T13:36:26.116 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-18T13:36:26.380 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:26 smithi114 ceph-mon[107744]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-18T13:36:26.380 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:26 smithi114 ceph-mon[107744]: mgrmap e11: smithi114.blescs(active, since 1.06571s) 2023-12-18T13:36:26.380 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:26 smithi114 ceph-mon[107744]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-18T13:36:26.380 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:26 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:26.381 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:26 smithi114 ceph-mon[107744]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:26.381 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:26 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:26.381 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:26 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:26.607 INFO:teuthology.orchestra.run.smithi114.stderr:Creating initial admin user... 2023-12-18T13:36:27.340 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$zHXN8wxjWjQl0OqV2NMMieDAQs2gaZhboGBYlzqnSGYFBip9vq9U2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702906587, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-18T13:36:27.814 INFO:teuthology.orchestra.run.smithi114.stderr:Fetching dashboard port number... 2023-12-18T13:36:27.910 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:27 smithi114 ceph-mon[107744]: mgrmap e12: smithi114.blescs(active, since 2s) 2023-12-18T13:36:27.911 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:27 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:28.349 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: 8443 2023-12-18T13:36:28.705 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: disabled 2023-12-18T13:36:28.712 INFO:teuthology.orchestra.run.smithi114.stderr:systemctl: inactive 2023-12-18T13:36:28.713 INFO:teuthology.orchestra.run.smithi114.stderr:firewalld.service is not enabled 2023-12-18T13:36:28.713 INFO:teuthology.orchestra.run.smithi114.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-18T13:36:28.715 INFO:teuthology.orchestra.run.smithi114.stderr:Ceph Dashboard is now available at: 2023-12-18T13:36:28.715 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:28.715 INFO:teuthology.orchestra.run.smithi114.stderr: URL: https://smithi114.front.sepia.ceph.com:8443/ 2023-12-18T13:36:28.715 INFO:teuthology.orchestra.run.smithi114.stderr: User: admin 2023-12-18T13:36:28.716 INFO:teuthology.orchestra.run.smithi114.stderr: Password: meblnewaql 2023-12-18T13:36:28.716 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:28.716 INFO:teuthology.orchestra.run.smithi114.stderr:Enabling autotune for osd_memory_target 2023-12-18T13:36:28.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:28 smithi114 ceph-mon[107744]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:28.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:28 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/967287414' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-18T13:36:30.208 INFO:teuthology.orchestra.run.smithi114.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-18T13:36:30.539 INFO:teuthology.orchestra.run.smithi114.stderr:You can access the Ceph CLI with: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: ceph telemetry on 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr:For more information see: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-18T13:36:30.540 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:36:30.541 INFO:teuthology.orchestra.run.smithi114.stderr:Bootstrap complete. 2023-12-18T13:36:30.572 INFO:tasks.cephadm:Fetching config... 2023-12-18T13:36:30.572 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:36:30.573 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-18T13:36:30.591 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-18T13:36:30.591 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:36:30.592 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-18T13:36:30.650 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-18T13:36:30.651 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:36:30.651 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/keyring of=/dev/stdout 2023-12-18T13:36:30.723 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-18T13:36:30.723 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:36:30.723 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-18T13:36:30.781 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-18T13:36:30.781 DEBUG:teuthology.orchestra.run.smithi114:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZEx+fnE78KJa/2ZFQf5F2x3sZyCqwUoAomRhFyAb7GYsSWSjD9oWPlP4MvTOeRKxJwGergJ3fvrYGR/xaorSi/S61uLGCNdM1IKlS55lIwgvqKU/qjZIZ2kUIG3dUR0cuKI0hXm33UCHXmRjNH4MVk4NM/nQtsy5gMcb5WQeVxIZAF7XLvEAq0HCGZwVFapwgmNHdBIp0jEJbqBlw8zWWpLA4xkeRsvk0O7u1/VjpkSYtJ/+wzHjopRCxhIi3/w67U2maShbBwMHoF5Tpc4kic3Qlzk5Sa5aJCWlbuAXGwHqTfiyAsDc10jlOvwPN8M6kOJloRP2eYeDKjWpj6ckrsVk8ihgNOLJxCZkTtDLkwUMT5CB27937h4SZYeoN/NXZXOs28H25DTsH0tWzjAkiwXkqiHkHg+PBgX/ssbua5xE2Cxqqylq3tUayS/xKaTXHlZtBySkanWuYzoI8PO/scEuiU7UbjmNLlEhM60e32e5b8iW5sN85xb/to4LdPSc= ceph-3e31d26c-9daa-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T13:36:30.857 INFO:teuthology.orchestra.run.smithi114.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZEx+fnE78KJa/2ZFQf5F2x3sZyCqwUoAomRhFyAb7GYsSWSjD9oWPlP4MvTOeRKxJwGergJ3fvrYGR/xaorSi/S61uLGCNdM1IKlS55lIwgvqKU/qjZIZ2kUIG3dUR0cuKI0hXm33UCHXmRjNH4MVk4NM/nQtsy5gMcb5WQeVxIZAF7XLvEAq0HCGZwVFapwgmNHdBIp0jEJbqBlw8zWWpLA4xkeRsvk0O7u1/VjpkSYtJ/+wzHjopRCxhIi3/w67U2maShbBwMHoF5Tpc4kic3Qlzk5Sa5aJCWlbuAXGwHqTfiyAsDc10jlOvwPN8M6kOJloRP2eYeDKjWpj6ckrsVk8ihgNOLJxCZkTtDLkwUMT5CB27937h4SZYeoN/NXZXOs28H25DTsH0tWzjAkiwXkqiHkHg+PBgX/ssbua5xE2Cxqqylq3tUayS/xKaTXHlZtBySkanWuYzoI8PO/scEuiU7UbjmNLlEhM60e32e5b8iW5sN85xb/to4LdPSc= ceph-3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:36:30.868 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZEx+fnE78KJa/2ZFQf5F2x3sZyCqwUoAomRhFyAb7GYsSWSjD9oWPlP4MvTOeRKxJwGergJ3fvrYGR/xaorSi/S61uLGCNdM1IKlS55lIwgvqKU/qjZIZ2kUIG3dUR0cuKI0hXm33UCHXmRjNH4MVk4NM/nQtsy5gMcb5WQeVxIZAF7XLvEAq0HCGZwVFapwgmNHdBIp0jEJbqBlw8zWWpLA4xkeRsvk0O7u1/VjpkSYtJ/+wzHjopRCxhIi3/w67U2maShbBwMHoF5Tpc4kic3Qlzk5Sa5aJCWlbuAXGwHqTfiyAsDc10jlOvwPN8M6kOJloRP2eYeDKjWpj6ckrsVk8ihgNOLJxCZkTtDLkwUMT5CB27937h4SZYeoN/NXZXOs28H25DTsH0tWzjAkiwXkqiHkHg+PBgX/ssbua5xE2Cxqqylq3tUayS/xKaTXHlZtBySkanWuYzoI8PO/scEuiU7UbjmNLlEhM60e32e5b8iW5sN85xb/to4LdPSc= ceph-3e31d26c-9daa-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T13:36:30.913 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZEx+fnE78KJa/2ZFQf5F2x3sZyCqwUoAomRhFyAb7GYsSWSjD9oWPlP4MvTOeRKxJwGergJ3fvrYGR/xaorSi/S61uLGCNdM1IKlS55lIwgvqKU/qjZIZ2kUIG3dUR0cuKI0hXm33UCHXmRjNH4MVk4NM/nQtsy5gMcb5WQeVxIZAF7XLvEAq0HCGZwVFapwgmNHdBIp0jEJbqBlw8zWWpLA4xkeRsvk0O7u1/VjpkSYtJ/+wzHjopRCxhIi3/w67U2maShbBwMHoF5Tpc4kic3Qlzk5Sa5aJCWlbuAXGwHqTfiyAsDc10jlOvwPN8M6kOJloRP2eYeDKjWpj6ckrsVk8ihgNOLJxCZkTtDLkwUMT5CB27937h4SZYeoN/NXZXOs28H25DTsH0tWzjAkiwXkqiHkHg+PBgX/ssbua5xE2Cxqqylq3tUayS/xKaTXHlZtBySkanWuYzoI8PO/scEuiU7UbjmNLlEhM60e32e5b8iW5sN85xb/to4LdPSc= ceph-3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:36:30.926 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-18T13:36:31.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:31 smithi114 ceph-mon[107744]: mgrmap e13: smithi114.blescs(active, since 6s) 2023-12-18T13:36:31.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:31 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/402434884' entity='client.admin' 2023-12-18T13:36:32.816 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-18T13:36:32.816 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-18T13:36:33.632 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:33 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/373352077' entity='client.admin' 2023-12-18T13:36:34.841 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:34 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:34.841 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:34 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:36:34.841 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:34 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:34.842 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:34 smithi114 ceph-mon[107744]: Deploying daemon alertmanager.smithi114 on smithi114 2023-12-18T13:36:34.842 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:34 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:34.843 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi172 2023-12-18T13:36:34.843 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-18T13:36:34.843 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.conf 2023-12-18T13:36:34.866 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-18T13:36:34.866 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:36:34.928 INFO:tasks.cephadm:Adding host smithi172 to orchestrator... 2023-12-18T13:36:34.928 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch host add smithi172 2023-12-18T13:36:35.937 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:35 smithi114 ceph-mon[107744]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:38.136 INFO:teuthology.orchestra.run.smithi114.stdout:Added host 'smithi172' with addr '172.21.15.172' 2023-12-18T13:36:38.439 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:38 smithi114 ceph-mon[107744]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:38.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:38 smithi114 ceph-mon[107744]: Deploying cephadm binary to smithi172 2023-12-18T13:36:38.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:38 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:38.809 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-18T13:36:39.427 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:39 smithi114 ceph-mon[107744]: Added host smithi172 2023-12-18T13:36:40.296 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:36:40.296 INFO:teuthology.orchestra.run.smithi114.stdout:[{"addr": "172.21.15.114", "hostname": "smithi114", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}] 2023-12-18T13:36:40.689 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:40 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:40 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:36:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:40 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:36:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:40 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:36:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:40 smithi114 ceph-mon[107744]: Deploying daemon crash.smithi114 on smithi114 2023-12-18T13:36:40.786 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-18T13:36:40.787 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-18T13:36:41.621 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:41 smithi114 ceph-mon[107744]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:36:42.618 INFO:teuthology.orchestra.run.smithi114.stderr:adjusted tunables profile to default 2023-12-18T13:36:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:36:42.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:36:42.808 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:42.808 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: Deploying daemon grafana.smithi114 on smithi114 2023-12-18T13:36:42.808 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:42 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3275629462' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-18T13:36:42.958 INFO:tasks.cephadm:Adding mon.smithi114 on smithi114 2023-12-18T13:36:42.959 INFO:tasks.cephadm:Adding mon.smithi172 on smithi172 2023-12-18T13:36:42.959 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi114:172.21.15.114=smithi114;smithi172:172.21.15.172=smithi172' 2023-12-18T13:36:43.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:43 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3275629462' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-18T13:36:43.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:43 smithi114 ceph-mon[107744]: osdmap e4: 0 total, 0 up, 0 in 2023-12-18T13:36:44.253 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled mon update... 2023-12-18T13:36:44.630 DEBUG:teuthology.orchestra.run.smithi172:mon.smithi172> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi172.service 2023-12-18T13:36:44.632 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:36:44.632 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:36:44.660 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:-- Logs begin at Mon 2023-12-18 13:26:03 UTC. -- 2023-12-18T13:36:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:45 smithi114 ceph-mon[107744]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:36:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:45 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:45 smithi114 ceph-mon[107744]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi114:172.21.15.114=smithi114;smithi172:172.21.15.172=smithi172", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:36:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:45 smithi114 ceph-mon[107744]: Saving service mon spec with placement smithi114:172.21.15.114=smithi114;smithi172:172.21.15.172=smithi172;count:2 2023-12-18T13:36:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:45 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:46.115 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:36:46.116 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:36:46.117 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:36:46.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:46 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/3942980973' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:36:47.493 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:36:47.493 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:36:47.939 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:47 smithi114 ceph-mon[107744]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:36:48.844 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:36:48.844 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:36:48.845 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:36:49.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:49 smithi114 ceph-mon[107744]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:36:49.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:49 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/996158515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:36:50.228 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:36:50.229 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:36:51.645 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:36:51.646 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:36:51.646 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:36:51.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:51 smithi114 ceph-mon[107744]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:36:52.807 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:52 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/72782137' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:36:53.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:36:53.050 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:36:53.801 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:53 smithi114 ceph-mon[107744]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:36:54.427 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:36:54.427 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:36:54.428 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:36:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:54 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:55.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:54 smithi114 ceph-mon[107744]: Deploying daemon node-exporter.smithi114 on smithi114 2023-12-18T13:36:55.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:54 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:55.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:54 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/1709790981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:36:55.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:36:55.811 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:36:56.130 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:55 smithi114 ceph-mon[107744]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:36:57.233 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:36:57.234 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:36:57.237 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:36:57.666 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:57 smithi114 ceph-mon[107744]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:36:57.666 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:57 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:36:57.666 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:57 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T13:36:57.666 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:57 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/4162902986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:36:58.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:36:58.618 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:36:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:58 smithi114 ceph-mon[107744]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T13:36:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:36:58 smithi114 ceph-mon[107744]: mgrmap e14: smithi114.blescs(active, since 33s) 2023-12-18T13:37:00.149 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:37:00.150 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:37:00.152 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:37:00.427 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:00 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/2733892972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:01.533 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:37:01.534 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:37:02.976 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:37:02.976 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:37:02.978 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:37:03.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:03 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/3038374897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:04.351 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:37:04.352 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:37:04.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: Active manager daemon smithi114.blescs restarted 2023-12-18T13:37:04.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: Activating manager daemon smithi114.blescs 2023-12-18T13:37:04.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:37:04.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: mgrmap e15: smithi114.blescs(active, starting, since 0.760736s) 2023-12-18T13:37:04.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:37:04.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr metadata", "who": "smithi114.blescs", "id": "smithi114.blescs"}]: dispatch 2023-12-18T13:37:04.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: Manager daemon smithi114.blescs is now available 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:37:04.356 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:37:05.854 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:37:05.855 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:37:05.857 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:37:05.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:05.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:05 smithi114 ceph-mon[107744]: mgrmap e16: smithi114.blescs(active, since 1.7624s) 2023-12-18T13:37:05.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:05 smithi114 ceph-mon[107744]: [18/Dec/2023:13:37:05] ENGINE Bus STARTING 2023-12-18T13:37:05.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:05 smithi114 ceph-mon[107744]: [18/Dec/2023:13:37:05] ENGINE Serving on https://172.21.15.114:7150 2023-12-18T13:37:05.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:05 smithi114 ceph-mon[107744]: [18/Dec/2023:13:37:05] ENGINE Bus STARTED 2023-12-18T13:37:05.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:05.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:06.723 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:06 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/1308265075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:06.723 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:06 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:06.724 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:06 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:06.724 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:06 smithi114 ceph-mon[107744]: mgrmap e17: smithi114.blescs(active, since 2s) 2023-12-18T13:37:07.211 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:37:07.211 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:37:08.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:08.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:37:08.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:07 smithi114 ceph-mon[107744]: Updating smithi114:/etc/ceph/ceph.conf 2023-12-18T13:37:08.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:07 smithi114 ceph-mon[107744]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:37:08.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:08.938 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:37:08.938 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:37:08.940 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:37:09.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:09.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:09.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:37:09.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:09.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:37:09.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:37:09.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:09.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: Deploying daemon crash.smithi172 on smithi172 2023-12-18T13:37:09.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:09 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/4278206204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:10.629 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:37:10.629 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:37:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:37:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T13:37:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:37:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:11.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:11 smithi114 ceph-mon[107744]: Deploying daemon mgr.smithi172.zcqxgb on smithi172 2023-12-18T13:37:12.440 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:37:12.440 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:35:31.692466Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:37:12.441 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-18T13:37:12.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:12 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/2134555269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:13.965 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:37:13.966 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:37:14.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:13 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:14.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:13 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:37:14.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:13 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:14.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:13 smithi114 ceph-mon[107744]: Deploying daemon mon.smithi172 on smithi172 2023-12-18T13:37:15.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:15 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 systemd[1]: Started Ceph mon.smithi172 for 3e31d26c-9daa-11ee-95a5-87774f69a715. 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: pidfile_write: ignore empty --pid-file 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: load: jerasure load: lrc 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: RocksDB version: 6.15.5 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Compile date Apr 18 2022 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: DB SUMMARY 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: DB Session ID: Z3UUSVPBDH9LSCJB477J 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: CURRENT file: CURRENT 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T13:37:15.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi172/store.db dir, Total Num: 0, files: 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi172/store.db: 000004.log size: 511 ; 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.error_if_exists: 0 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.create_if_missing: 0 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.paranoid_checks: 1 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.env: 0x55a6667d1860 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.fs: Posix File System 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.info_log: 0x55a668f9ffa0 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.statistics: (nil) 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.use_fsync: 0 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_log_file_size: 0 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T13:37:15.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.allow_fallocate: 1 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.use_direct_reads: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.db_log_dir: 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi172/store.db 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T13:37:15.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.write_buffer_manager: 0x55a6690902d0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.unordered_write: 0 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T13:37:15.807 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.row_cache: None 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.wal_filter: None 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.preserve_deletes: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.two_write_queues: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.atomic_flush: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.log_readahead_size: 0 2023-12-18T13:37:15.808 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_background_jobs: 2 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_background_compactions: -1 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_subcompactions: 1 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T13:37:15.809 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_open_files: -1 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_background_flushes: -1 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Compression algorithms supported: 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kZSTD supported: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kXpressCompression supported: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kLZ4Compression supported: 1 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kBZip2Compression supported: 0 2023-12-18T13:37:15.810 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kZlibCompression supported: 1 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: kSnappyCompression supported: 1 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi172/store.db/MANIFEST-000003 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.merge_operator: 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_filter: None 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a668f6bd00) 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: cache_index_and_filter_blocks: 1 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T13:37:15.811 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: pin_top_level_index_and_filter: 1 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_type: 0 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: data_block_index_type: 0 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_shortening: 1 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: hash_index_allow_collision: 1 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: checksum: 1 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: no_block_cache: 0 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache: 0x55a668fd6170 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_name: BinnedLRUCache 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_options: 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: capacity : 536870912 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: num_shard_bits : 4 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: strict_capacity_limit : 0 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: high_pri_pool_ratio: 0.000 2023-12-18T13:37:15.812 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_compressed: (nil) 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: persistent_cache: (nil) 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_size: 4096 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_size_deviation: 10 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_restart_interval: 16 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_block_restart_interval: 1 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: metadata_block_size: 4096 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: partition_filters: 0 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: use_delta_encoding: 1 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: whole_key_filtering: 1 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: verify_compression: 0 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: read_amp_bytes_per_bit: 0 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: format_version: 4 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: enable_index_compression: 1 2023-12-18T13:37:15.813 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_align: 0 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression: NoCompression 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.num_levels: 7 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T13:37:15.814 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T13:37:15.815 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T13:37:15.816 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.table_properties_collectors: 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.inplace_update_support: 0 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T13:37:15.817 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.bloom_locality: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.max_successive_merges: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.ttl: 2592000 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.enable_blob_files: false 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.min_blob_size: 0 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T13:37:15.818 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi172/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702906635486686, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702906635487060, "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": 1702906635, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "f7280432-3f3d-437c-92c9-5deca7cbbad9", "db_session_id": "Z3UUSVPBDH9LSCJB477J"}} 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702906635487481, "job": 1, "event": "recovery_finished"} 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi172/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a668fbca80 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: DB pointer 0x55a668fcc000 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T13:37:15.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** DB Stats ** 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-12-18T13:37:15.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-12-18T13:37:15.821 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.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 4.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:37:15.822 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172 does not exist in monmap, will attempt to join an existing cluster 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: using public_addr v2:172.21.15.172:0/0 -> [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: starting mon.smithi172 rank -1 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi172 fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(???) e0 preinit fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).mds e1 new map 2023-12-18T13:37:15.823 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).mds e1 print_map 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: e1 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: legacy client fscid: -1 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: No filesystems configured 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:37:15.824 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/72782137' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Deploying daemon node-exporter.smithi114 on smithi114 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/1709790981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/4162902986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14162 172.21.15.114:0/2260150787' entity='mgr.smithi114.blescs' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T13:37:15.825 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mgrmap e14: smithi114.blescs(active, since 33s) 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/2733892972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/3038374897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Active manager daemon smithi114.blescs restarted 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Activating manager daemon smithi114.blescs 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mgrmap e15: smithi114.blescs(active, starting, since 0.760736s) 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr metadata", "who": "smithi114.blescs", "id": "smithi114.blescs"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Manager daemon smithi114.blescs is now available 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.826 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:15.827 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:37:15.827 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.827 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:37:15.827 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:37:15.827 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.827 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mgrmap e16: smithi114.blescs(active, since 1.7624s) 2023-12-18T13:37:15.827 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: [18/Dec/2023:13:37:05] ENGINE Bus STARTING 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: [18/Dec/2023:13:37:05] ENGINE Serving on https://172.21.15.114:7150 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: [18/Dec/2023:13:37:05] ENGINE Bus STARTED 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/1308265075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mgrmap e17: smithi114.blescs(active, since 2s) 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Updating smithi114:/etc/ceph/ceph.conf 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.828 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Deploying daemon crash.smithi172 on smithi172 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/4278206204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Deploying daemon mgr.smithi172.zcqxgb on smithi172 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/2134555269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:15.829 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:37:15.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:15.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: Deploying daemon mon.smithi172 on smithi172 2023-12-18T13:37:15.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:15.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-18T13:37:15.830 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:15 smithi172 ceph-mon[110581]: mon.smithi172@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-18T13:37:20.558 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-18T13:37:20.558 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":2,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","modified":"2023-12-18T13:37:15.518299Z","created":"2023-12-18T13:35:31.692466Z","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":"smithi114","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi172","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-18T13:37:20.560 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 2 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: mon.smithi114 calling monitor election 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/4228079122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: mon.smithi172 calling monitor election 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/crt"}]: dispatch 2023-12-18T13:37:20.877 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: mon.smithi114 is new leader, mons smithi114,smithi172 in quorum (ranks 0,1) 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: monmap e2: 2 mons at {smithi114=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: fsmap 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: mgrmap e17: smithi114.blescs(active, since 17s) 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: Standby manager daemon smithi172.zcqxgb started 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/key"}]: dispatch 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: overall HEALTH_OK 2023-12-18T13:37:20.878 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:20.911 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-18T13:37:20.912 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-18T13:37:20.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:37:20.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: mon.smithi114 calling monitor election 2023-12-18T13:37:20.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/4228079122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:37:20.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: mon.smithi172 calling monitor election 2023-12-18T13:37:20.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/crt"}]: dispatch 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: mon.smithi114 is new leader, mons smithi114,smithi172 in quorum (ranks 0,1) 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: monmap e2: 2 mons at {smithi114=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: fsmap 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: mgrmap e17: smithi114.blescs(active, since 17s) 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: Standby manager daemon smithi172.zcqxgb started 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/key"}]: dispatch 2023-12-18T13:37:20.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/573626751' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:37:20.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: overall HEALTH_OK 2023-12-18T13:37:20.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:21.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:21 smithi114 ceph-mon[107744]: Deploying daemon node-exporter.smithi172 on smithi172 2023-12-18T13:37:21.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:21 smithi114 ceph-mon[107744]: mgrmap e18: smithi114.blescs(active, since 17s), standbys: smithi172.zcqxgb 2023-12-18T13:37:21.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:21 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr metadata", "who": "smithi172.zcqxgb", "id": "smithi172.zcqxgb"}]: dispatch 2023-12-18T13:37:21.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:21 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:22.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:21 smithi172 ceph-mon[110581]: Deploying daemon node-exporter.smithi172 on smithi172 2023-12-18T13:37:22.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:21 smithi172 ceph-mon[110581]: mgrmap e18: smithi114.blescs(active, since 17s), standbys: smithi172.zcqxgb 2023-12-18T13:37:22.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:21 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr metadata", "who": "smithi172.zcqxgb", "id": "smithi172.zcqxgb"}]: dispatch 2023-12-18T13:37:22.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:21 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:37:24.616 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:24 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:24.616 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:24 smithi114 ceph-mon[107744]: Deploying daemon prometheus.smithi114 on smithi114 2023-12-18T13:37:24.616 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:24 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:24.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:24 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:24.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:24 smithi172 ceph-mon[110581]: Deploying daemon prometheus.smithi114 on smithi114 2023-12-18T13:37:24.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:24 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:24.984 INFO:teuthology.orchestra.run.smithi114.stdout:# minimal ceph.conf for 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:37:24.984 INFO:teuthology.orchestra.run.smithi114.stdout:[global] 2023-12-18T13:37:24.984 INFO:teuthology.orchestra.run.smithi114.stdout: fsid = 3e31d26c-9daa-11ee-95a5-87774f69a715 2023-12-18T13:37:24.984 INFO:teuthology.orchestra.run.smithi114.stdout: mon_host = [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2023-12-18T13:37:25.383 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-18T13:37:25.383 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:37:25.383 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T13:37:25.452 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:37:25.452 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:37:25.519 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-18T13:37:25.519 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T13:37:25.558 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-18T13:37:25.559 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:37:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:25 smithi172 ceph-mon[110581]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:25.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:25 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1159953697' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:25.630 INFO:tasks.cephadm:Deploying OSDs... 2023-12-18T13:37:25.630 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:37:25.630 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T13:37:25.648 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-18T13:37:25.648 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_1 2023-12-18T13:37:25.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:25 smithi114 ceph-mon[107744]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:25.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:25 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1159953697' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 395506 Links: 1 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-12-18 13:36:54.503274550 +0000 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-12-18 13:33:55.323622919 +0000 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-12-18 13:33:55.323622919 +0000 2023-12-18T13:37:25.706 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-12-18T13:37:25.707 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T13:37:25.771 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-12-18T13:37:25.772 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-12-18T13:37:25.772 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000216748 s, 2.4 MB/s 2023-12-18T13:37:25.773 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T13:37:25.832 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_2 2023-12-18T13:37:25.890 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T13:37:25.890 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:25.890 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 397588 Links: 1 2023-12-18T13:37:25.890 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:25.890 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:25.890 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-12-18 13:36:54.503274550 +0000 2023-12-18T13:37:25.891 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-12-18 13:33:55.944610021 +0000 2023-12-18T13:37:25.891 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-12-18 13:33:55.944610021 +0000 2023-12-18T13:37:25.891 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-12-18T13:37:25.891 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T13:37:25.956 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-12-18T13:37:25.956 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-12-18T13:37:25.957 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000217635 s, 2.4 MB/s 2023-12-18T13:37:25.957 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T13:37:26.017 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_3 2023-12-18T13:37:26.074 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T13:37:26.074 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:26.074 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 388089 Links: 1 2023-12-18T13:37:26.075 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:26.075 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:26.075 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-12-18 13:36:54.503274550 +0000 2023-12-18T13:37:26.075 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-12-18 13:33:56.612596146 +0000 2023-12-18T13:37:26.075 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-12-18 13:33:56.612596146 +0000 2023-12-18T13:37:26.075 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-12-18T13:37:26.075 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T13:37:26.140 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-12-18T13:37:26.140 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-12-18T13:37:26.140 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000191988 s, 2.7 MB/s 2023-12-18T13:37:26.141 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T13:37:26.200 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_4 2023-12-18T13:37:26.258 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 395762 Links: 1 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-12-18 13:36:54.503274550 +0000 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-12-18 13:33:57.225583414 +0000 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-12-18 13:33:57.225583414 +0000 2023-12-18T13:37:26.259 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-12-18T13:37:26.259 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T13:37:26.329 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-12-18T13:37:26.329 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-12-18T13:37:26.330 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000205775 s, 2.5 MB/s 2023-12-18T13:37:26.331 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T13:37:26.390 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-18T13:37:26.390 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T13:37:26.412 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-18T13:37:26.413 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2023-12-18T13:37:26.474 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T13:37:26.474 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:26.474 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 393488 Links: 1 2023-12-18T13:37:26.474 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:26.474 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:26.474 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-18 13:37:21.148456843 +0000 2023-12-18T13:37:26.475 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-18 13:33:59.332897584 +0000 2023-12-18T13:37:26.475 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-18 13:33:59.332897584 +0000 2023-12-18T13:37:26.475 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-18T13:37:26.475 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T13:37:26.542 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-18T13:37:26.543 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-18T13:37:26.543 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000212073 s, 2.4 MB/s 2023-12-18T13:37:26.544 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T13:37:26.604 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 396047 Links: 1 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-18 13:37:21.148456843 +0000 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-18 13:34:00.008881616 +0000 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-18 13:34:00.008881616 +0000 2023-12-18T13:37:26.664 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-18T13:37:26.664 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T13:37:26.730 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-18T13:37:26.730 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-18T13:37:26.731 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000225978 s, 2.3 MB/s 2023-12-18T13:37:26.731 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T13:37:26.791 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2023-12-18T13:37:26.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:26 smithi172 ceph-mon[110581]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:26.819 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 396729 Links: 1 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-18 13:37:21.148456843 +0000 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-18 13:34:00.683865671 +0000 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-18 13:34:00.683865671 +0000 2023-12-18T13:37:26.820 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-18T13:37:26.820 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T13:37:26.886 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-18T13:37:26.886 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-18T13:37:26.887 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000220743 s, 2.3 MB/s 2023-12-18T13:37:26.888 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T13:37:26.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:26 smithi114 ceph-mon[107744]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:26.946 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 396182 Links: 1 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-18 13:37:21.148456843 +0000 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-18 13:34:01.324850530 +0000 2023-12-18T13:37:27.005 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-18 13:34:01.324850530 +0000 2023-12-18T13:37:27.006 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-18T13:37:27.006 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T13:37:27.070 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-18T13:37:27.070 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-18T13:37:27.071 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000232916 s, 2.2 MB/s 2023-12-18T13:37:27.072 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T13:37:27.131 INFO:tasks.cephadm:Deploying osd.0 on smithi114 with /dev/vg_nvme/lv_4... 2023-12-18T13:37:27.131 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T13:37:28.630 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T13:37:28.630 INFO:teuthology.orchestra.run.smithi114.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T13:37:28.630 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 10+0 records in 2023-12-18T13:37:28.630 INFO:teuthology.orchestra.run.smithi114.stderr:10+0 records out 2023-12-18T13:37:28.630 INFO:teuthology.orchestra.run.smithi114.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0114555 s, 915 MB/s 2023-12-18T13:37:28.630 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 2023-12-18T13:37:28.631 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping successful for: 2023-12-18T13:37:29.439 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:29 smithi114 ceph-mon[107744]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:29.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:29 smithi172 ceph-mon[110581]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:30.410 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi114:vg_nvme/lv_4 2023-12-18T13:37:31.433 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:31 smithi114 ceph-mon[107744]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:31.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:31 smithi172 ceph-mon[110581]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:32 smithi114 ceph-mon[107744]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:32 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:37:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:32 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:37:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:32 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:33.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:32 smithi172 ceph-mon[110581]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:33.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:32 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:37:33.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:32 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:37:33.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:32 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:33.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:33 smithi114 ceph-mon[107744]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:37:34.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:33 smithi172 ceph-mon[110581]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:37:34.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:34 smithi172 ceph-mon[110581]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:34.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:34.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:37:34.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:34.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:37:34.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:34 smithi114 ceph-mon[107744]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:34.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:34.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:37:34.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:34.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:37:35.797 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:35 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2949443941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "754cd817-fff2-45ed-843d-ff434497bceb"}]: dispatch 2023-12-18T13:37:35.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:35 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2949443941' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "754cd817-fff2-45ed-843d-ff434497bceb"}]': finished 2023-12-18T13:37:35.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:35 smithi172 ceph-mon[110581]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T13:37:35.798 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:35 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:35.921 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:35 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2949443941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "754cd817-fff2-45ed-843d-ff434497bceb"}]: dispatch 2023-12-18T13:37:35.922 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:35 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2949443941' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "754cd817-fff2-45ed-843d-ff434497bceb"}]': finished 2023-12-18T13:37:35.922 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:35 smithi114 ceph-mon[107744]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T13:37:35.922 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:35 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:37.171 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:36 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:37.171 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:36 smithi114 ceph-mon[107744]: Updating smithi172:/etc/ceph/ceph.conf 2023-12-18T13:37:37.171 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:36 smithi114 ceph-mon[107744]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:37:37.171 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:36 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/4092821283' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:37:37.172 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:36 smithi114 ceph-mon[107744]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:37.172 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:36 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:36 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:36 smithi172 ceph-mon[110581]: Updating smithi172:/etc/ceph/ceph.conf 2023-12-18T13:37:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:36 smithi172 ceph-mon[110581]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:37:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:36 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/4092821283' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:37:37.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:36 smithi172 ceph-mon[110581]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:37.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:36 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:38.624 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:38.624 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:38 smithi114 ceph-mon[107744]: Updating smithi114:/etc/ceph/ceph.conf 2023-12-18T13:37:38.624 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:38.624 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:38.624 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:37:38.624 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:37:38.624 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:38.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:38.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:38 smithi172 ceph-mon[110581]: Updating smithi114:/etc/ceph/ceph.conf 2023-12-18T13:37:38.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:38.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:38.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:37:38.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:37:38.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:39.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: Reconfiguring mon.smithi114 (unknown last config time)... 2023-12-18T13:37:39.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: Reconfiguring daemon mon.smithi114 on smithi114 2023-12-18T13:37:39.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:39.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:39.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:39.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.blescs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:37:39.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:37:39.549 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: Reconfiguring mon.smithi114 (unknown last config time)... 2023-12-18T13:37:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: Reconfiguring daemon mon.smithi114 on smithi114 2023-12-18T13:37:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.blescs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:37:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:37:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:40.563 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:40 smithi114 ceph-mon[107744]: Reconfiguring mgr.smithi114.blescs (unknown last config time)... 2023-12-18T13:37:40.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:40 smithi114 ceph-mon[107744]: Reconfiguring daemon mgr.smithi114.blescs on smithi114 2023-12-18T13:37:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:40 smithi172 ceph-mon[110581]: Reconfiguring mgr.smithi114.blescs (unknown last config time)... 2023-12-18T13:37:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:40 smithi172 ceph-mon[110581]: Reconfiguring daemon mgr.smithi114.blescs on smithi114 2023-12-18T13:37:41.482 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:41 smithi114 ceph-mon[107744]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:41.482 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:41.482 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T13:37:41.482 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:41 smithi172 ceph-mon[110581]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T13:37:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:42.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:42 smithi114 ceph-mon[107744]: Reconfiguring alertmanager.smithi114 (dependencies changed)... 2023-12-18T13:37:42.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:42 smithi114 ceph-mon[107744]: Reconfiguring daemon alertmanager.smithi114 on smithi114 2023-12-18T13:37:42.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:42 smithi114 ceph-mon[107744]: Deploying daemon osd.0 on smithi114 2023-12-18T13:37:42.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:42 smithi172 ceph-mon[110581]: Reconfiguring alertmanager.smithi114 (dependencies changed)... 2023-12-18T13:37:42.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:42 smithi172 ceph-mon[110581]: Reconfiguring daemon alertmanager.smithi114 on smithi114 2023-12-18T13:37:42.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:42 smithi172 ceph-mon[110581]: Deploying daemon osd.0 on smithi114 2023-12-18T13:37:43.418 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:43 smithi114 ceph-mon[107744]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:43.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:43 smithi172 ceph-mon[110581]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:44.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:44 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:44.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:44 smithi114 ceph-mon[107744]: Reconfiguring crash.smithi114 (monmap changed)... 2023-12-18T13:37:44.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:44 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:37:44.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:44 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:44.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:44 smithi114 ceph-mon[107744]: Reconfiguring daemon crash.smithi114 on smithi114 2023-12-18T13:37:44.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:44 smithi114 ceph-mon[107744]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:45.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:44 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:45.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:44 smithi172 ceph-mon[110581]: Reconfiguring crash.smithi114 (monmap changed)... 2023-12-18T13:37:45.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:44 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi114", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:37:45.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:44 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:45.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:44 smithi172 ceph-mon[110581]: Reconfiguring daemon crash.smithi114 on smithi114 2023-12-18T13:37:45.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:44 smithi172 ceph-mon[110581]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:47.297 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:47 smithi114 ceph-mon[107744]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:47.297 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:47 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:47.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:47 smithi172 ceph-mon[110581]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:47.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:47 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:48.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:48.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:48 smithi114 ceph-mon[107744]: Reconfiguring grafana.smithi114 (dependencies changed)... 2023-12-18T13:37:48.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:48 smithi114 ceph-mon[107744]: Reconfiguring daemon grafana.smithi114 on smithi114 2023-12-18T13:37:48.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:48 smithi114 ceph-mon[107744]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:48 smithi172 ceph-mon[110581]: Reconfiguring grafana.smithi114 (dependencies changed)... 2023-12-18T13:37:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:48 smithi172 ceph-mon[110581]: Reconfiguring daemon grafana.smithi114 on smithi114 2023-12-18T13:37:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:48 smithi172 ceph-mon[110581]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:49.054 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 0 on host 'smithi114' 2023-12-18T13:37:49.506 DEBUG:teuthology.orchestra.run.smithi114:osd.0> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.0.service 2023-12-18T13:37:49.509 INFO:tasks.cephadm:Deploying osd.1 on smithi114 with /dev/vg_nvme/lv_3... 2023-12-18T13:37:49.509 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T13:37:49.540 INFO:journalctl@ceph.osd.0.smithi114.stdout:-- Logs begin at Mon 2023-12-18 13:25:56 UTC. -- 2023-12-18T13:37:50.106 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:50.106 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:50 smithi114 ceph-mon[107744]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T13:37:50.106 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:37:50 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:37:50.029+0000 7f1ca526c3c0 -1 osd.0 0 log_to_monitors true 2023-12-18T13:37:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:50 smithi172 ceph-mon[110581]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T13:37:51.066 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:37:51 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:37:51.065+0000 7f1c9bc6f700 -1 osd.0 0 waiting for initial osdmap 2023-12-18T13:37:51.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:51 smithi114 ceph-mon[107744]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:51.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:51 smithi114 ceph-mon[107744]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T13:37:51.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:51 smithi114 ceph-mon[107744]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T13:37:51.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:51 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:51.315 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:51 smithi114 ceph-mon[107744]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:37:51.316 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:37:51 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:37:51.069+0000 7f1c96e07700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:37:51.396 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T13:37:51.396 INFO:teuthology.orchestra.run.smithi114.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T13:37:51.396 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 10+0 records in 2023-12-18T13:37:51.396 INFO:teuthology.orchestra.run.smithi114.stderr:10+0 records out 2023-12-18T13:37:51.396 INFO:teuthology.orchestra.run.smithi114.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0167491 s, 626 MB/s 2023-12-18T13:37:51.396 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping successful for: 2023-12-18T13:37:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:51 smithi172 ceph-mon[110581]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:51 smithi172 ceph-mon[110581]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T13:37:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:51 smithi172 ceph-mon[110581]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T13:37:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:51 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:51 smithi172 ceph-mon[110581]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:37:51.955 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi114:vg_nvme/lv_3 2023-12-18T13:37:52.293 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:52 smithi114 ceph-mon[107744]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:37:52.293 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:52 smithi114 ceph-mon[107744]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T13:37:52.293 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:52 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:52.293 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:52 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:52.293 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:52 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:52.293 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:52 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:37:52.294 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:52 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:52.451 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:52 smithi172 ceph-mon[110581]: from='osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:37:52.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:52 smithi172 ceph-mon[110581]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T13:37:52.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:52 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:52.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:52 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:52.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:52 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:52.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:52 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:37:52.452 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:52 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:53.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: Reconfiguring crash.smithi172 (monmap changed)... 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: Reconfiguring daemon crash.smithi172 on smithi172 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910] boot 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:37:53.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:53.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:37:53.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:37:53.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: Reconfiguring crash.smithi172 (monmap changed)... 2023-12-18T13:37:53.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: Reconfiguring daemon crash.smithi172 on smithi172 2023-12-18T13:37:53.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:37:53.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: osd.0 [v2:172.21.15.114:6802/291135910,v1:172.21.15.114:6803/291135910] boot 2023-12-18T13:37:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T13:37:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:37:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:37:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:37:53.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:54.268 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: Reconfiguring mgr.smithi172.zcqxgb (monmap changed)... 2023-12-18T13:37:54.268 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: Reconfiguring daemon mgr.smithi172.zcqxgb on smithi172 2023-12-18T13:37:54.268 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T13:37:54.268 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:37:54.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:37:54.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:37:54.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:54.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:54.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:37:54.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:37:54.269 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:54 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:54.284 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: Reconfiguring mgr.smithi172.zcqxgb (monmap changed)... 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: Reconfiguring daemon mgr.smithi172.zcqxgb on smithi172 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:37:54.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:54 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: Reconfiguring mon.smithi172 (monmap changed)... 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: Reconfiguring daemon mon.smithi172 on smithi172 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/800440843' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e83549a-c2b9-41e4-b83c-60dd981a7b41"}]: dispatch 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/800440843' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e83549a-c2b9-41e4-b83c-60dd981a7b41"}]': finished 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T13:37:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:55 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:37:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: Reconfiguring mon.smithi172 (monmap changed)... 2023-12-18T13:37:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: Reconfiguring daemon mon.smithi172 on smithi172 2023-12-18T13:37:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:37:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:37:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:37:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/800440843' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e83549a-c2b9-41e4-b83c-60dd981a7b41"}]: dispatch 2023-12-18T13:37:55.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/800440843' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e83549a-c2b9-41e4-b83c-60dd981a7b41"}]': finished 2023-12-18T13:37:55.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T13:37:55.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:55 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:37:56.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:56 smithi114 ceph-mon[107744]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:37:56.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:56 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/568626598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:37:56.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:56 smithi172 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:37:56.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:56 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/568626598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:37:57.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:57 smithi172 ceph-mon[110581]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:37:57.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:57 smithi114 ceph-mon[107744]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:37:59.184 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:37:59 smithi114 ceph-mon[107744]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:37:59.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:37:59 smithi172 ceph-mon[110581]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:00.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:00 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T13:38:00.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:00 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:00.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:00 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T13:38:00.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:00 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:01.352 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:01 smithi114 ceph-mon[107744]: Deploying daemon osd.1 on smithi114 2023-12-18T13:38:01.352 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:01 smithi114 ceph-mon[107744]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:01.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:01 smithi172 ceph-mon[110581]: Deploying daemon osd.1 on smithi114 2023-12-18T13:38:01.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:01 smithi172 ceph-mon[110581]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:02 smithi114 ceph-mon[107744]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:03.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:02 smithi172 ceph-mon[110581]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:05.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:05 smithi114 ceph-mon[107744]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:05.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:38:05.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:38:05.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:05.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:05 smithi172 ceph-mon[110581]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:05.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:38:05.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:38:05.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:06.102 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 1 on host 'smithi114' 2023-12-18T13:38:06.457 DEBUG:teuthology.orchestra.run.smithi114:osd.1> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.1.service 2023-12-18T13:38:06.459 INFO:tasks.cephadm:Deploying osd.2 on smithi114 with /dev/vg_nvme/lv_2... 2023-12-18T13:38:06.459 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T13:38:06.487 INFO:journalctl@ceph.osd.1.smithi114.stdout:-- Logs begin at Mon 2023-12-18 13:25:56 UTC. -- 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.114:9093"}]: dispatch 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.114:9093"}]: dispatch 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.114:3000"}]: dispatch 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.114:3000"}]: dispatch 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.281 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:38:07.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:38:07.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.114:9095"}]: dispatch 2023-12-18T13:38:07.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.114:9095"}]: dispatch 2023-12-18T13:38:07.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:07.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:07.282 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:07 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:07.431 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:07.431 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.431 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.114:9093"}]: dispatch 2023-12-18T13:38:07.431 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.114:9093"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.114:3000"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.114:3000"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.114:9095"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.114:9095"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:07.432 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:07.690 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:07 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:38:07.429+0000 7f6113b513c0 -1 osd.1 0 log_to_monitors true 2023-12-18T13:38:08.497 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T13:38:08.498 INFO:teuthology.orchestra.run.smithi114.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T13:38:08.498 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 10+0 records in 2023-12-18T13:38:08.498 INFO:teuthology.orchestra.run.smithi114.stderr:10+0 records out 2023-12-18T13:38:08.498 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0137193 s, 764 MB/s 2023-12-18T13:38:08.498 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping successful for: 2023-12-18T13:38:08.534 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:08 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:08.534 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:08 smithi114 ceph-mon[107744]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T13:38:08.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:08 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:08.594 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:08 smithi172 ceph-mon[110581]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T13:38:08.972 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi114:vg_nvme/lv_2 2023-12-18T13:38:09.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:09 smithi172 ceph-mon[110581]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:09.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:09 smithi172 ceph-mon[110581]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T13:38:09.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:09 smithi172 ceph-mon[110581]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T13:38:09.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:09 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:09.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:09 smithi172 ceph-mon[110581]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:38:09.554 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:09 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:38:09.270+0000 7f610a554700 -1 osd.1 0 waiting for initial osdmap 2023-12-18T13:38:09.554 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:09 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:38:09.276+0000 7f61036e8700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:38:09.554 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:09 smithi114 ceph-mon[107744]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:09.554 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:09 smithi114 ceph-mon[107744]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T13:38:09.554 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:09 smithi114 ceph-mon[107744]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T13:38:09.554 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:09.554 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:09 smithi114 ceph-mon[107744]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:38:10.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:10 smithi114 ceph-mon[107744]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:38:10.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:10 smithi114 ceph-mon[107744]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T13:38:10.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:10 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:10.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:10 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:10.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:10 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:10.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:10 smithi172 ceph-mon[110581]: from='osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:38:10.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:10 smithi172 ceph-mon[110581]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T13:38:10.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:10 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:10.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:10 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:10.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:10 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:11.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213] boot 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:38:11.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:11.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:38:11.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:38:11.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:38:11.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:11.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: osd.1 [v2:172.21.15.114:6810/4256437213,v1:172.21.15.114:6811/4256437213] boot 2023-12-18T13:38:11.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T13:38:11.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:38:11.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:38:11.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:38:11.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:12.416 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:12.417 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:12.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:12.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T13:38:12.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:12.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:12.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:12.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:12.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:12.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:12.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:12.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:13 smithi172 ceph-mon[110581]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:13 smithi172 ceph-mon[110581]: Detected new or changed devices on smithi114 2023-12-18T13:38:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:13 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi114 to 6449M 2023-12-18T13:38:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:13 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3778149660' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d057dde-be4f-468b-9c4b-3c8111401864"}]: dispatch 2023-12-18T13:38:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:13 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3778149660' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d057dde-be4f-468b-9c4b-3c8111401864"}]': finished 2023-12-18T13:38:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:13 smithi172 ceph-mon[110581]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T13:38:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:13 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:13.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:13 smithi114 ceph-mon[107744]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:13.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:13 smithi114 ceph-mon[107744]: Detected new or changed devices on smithi114 2023-12-18T13:38:13.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:13 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi114 to 6449M 2023-12-18T13:38:13.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:13 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3778149660' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d057dde-be4f-468b-9c4b-3c8111401864"}]: dispatch 2023-12-18T13:38:13.692 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:13 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3778149660' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d057dde-be4f-468b-9c4b-3c8111401864"}]': finished 2023-12-18T13:38:13.692 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:13 smithi114 ceph-mon[107744]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T13:38:13.692 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:13 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:14.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:14 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:14.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:14 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/885232285' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:38:14.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:14 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:14.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:14 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/885232285' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:38:15.540 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:15 smithi114 ceph-mon[107744]: pgmap v39: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:15.540 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:15 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:15.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:15 smithi172 ceph-mon[110581]: pgmap v39: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:15.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:15 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:17.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:17 smithi114 ceph-mon[107744]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:17 smithi172 ceph-mon[110581]: pgmap v40: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:19.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:18 smithi114 ceph-mon[107744]: Detected new or changed devices on smithi114 2023-12-18T13:38:19.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:18 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:19.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:18 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:19.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:18 smithi114 ceph-mon[107744]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:19.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:18 smithi172 ceph-mon[110581]: Detected new or changed devices on smithi114 2023-12-18T13:38:19.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:18 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:19.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:18 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:19.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:18 smithi172 ceph-mon[110581]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:20.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:19 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T13:38:20.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:19 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:20.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:19 smithi114 ceph-mon[107744]: Deploying daemon osd.2 on smithi114 2023-12-18T13:38:20.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:19 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T13:38:20.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:19 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:20.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:19 smithi172 ceph-mon[110581]: Deploying daemon osd.2 on smithi114 2023-12-18T13:38:21.132 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:20 smithi114 ceph-mon[107744]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:21.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:20 smithi172 ceph-mon[110581]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:23.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:23 smithi172 ceph-mon[110581]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:23.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:23 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:23.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:23 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:23.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:23 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:23.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:23 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:23.641 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:23 smithi114 ceph-mon[107744]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:23.642 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:23 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:23.642 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:23 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:23.642 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:23 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:23.642 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:23 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:24.726 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:24 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:24.727 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:24 smithi114 ceph-mon[107744]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:24.735 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 2 on host 'smithi114' 2023-12-18T13:38:24.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:24 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:24.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:24 smithi172 ceph-mon[110581]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:25.232 DEBUG:teuthology.orchestra.run.smithi114:osd.2> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.2.service 2023-12-18T13:38:25.235 INFO:tasks.cephadm:Deploying osd.3 on smithi114 with /dev/vg_nvme/lv_1... 2023-12-18T13:38:25.235 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T13:38:25.267 INFO:journalctl@ceph.osd.2.smithi114.stdout:-- Logs begin at Mon 2023-12-18 13:25:56 UTC. -- 2023-12-18T13:38:25.690 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:25 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:38:25.508+0000 7fbac70e73c0 -1 osd.2 0 log_to_monitors true 2023-12-18T13:38:26.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:25 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:26.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:25 smithi172 ceph-mon[110581]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T13:38:26.092 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:25 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:26.092 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:25 smithi114 ceph-mon[107744]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T13:38:26.840 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T13:38:26.841 INFO:teuthology.orchestra.run.smithi114.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T13:38:26.841 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 10+0 records in 2023-12-18T13:38:26.841 INFO:teuthology.orchestra.run.smithi114.stderr:10+0 records out 2023-12-18T13:38:26.841 INFO:teuthology.orchestra.run.smithi114.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154669 s, 678 MB/s 2023-12-18T13:38:26.841 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 2023-12-18T13:38:26.841 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping successful for: 2023-12-18T13:38:27.025 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:26 smithi172 ceph-mon[110581]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T13:38:27.025 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:26 smithi172 ceph-mon[110581]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T13:38:27.025 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:26 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:27.025 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:26 smithi172 ceph-mon[110581]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:38:27.025 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:26 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:27.025 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:26 smithi172 ceph-mon[110581]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:27.101 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:38:26.746+0000 7fbabdaea700 -1 osd.2 0 waiting for initial osdmap 2023-12-18T13:38:27.101 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:38:26.752+0000 7fbab7c80700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:38:27.101 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-mon[107744]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T13:38:27.101 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-mon[107744]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T13:38:27.101 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:27.101 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-mon[107744]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:38:27.101 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:27.101 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:26 smithi114 ceph-mon[107744]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:27.173 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi114:vg_nvme/lv_1 2023-12-18T13:38:28.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:27 smithi172 ceph-mon[110581]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:38:28.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:27 smithi172 ceph-mon[110581]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T13:38:28.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:27 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:28.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:27 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:28.091 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:27 smithi114 ceph-mon[107744]: from='osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:38:28.091 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:27 smithi114 ceph-mon[107744]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T13:38:28.091 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:27 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:28.091 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:27 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:28.748 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:38:28.748 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:38:28.748 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:28.748 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847] boot 2023-12-18T13:38:28.749 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T13:38:28.749 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:28.749 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:29.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:38:29.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:38:29.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:29.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: osd.2 [v2:172.21.15.114:6818/3321141847,v1:172.21.15.114:6819/3321141847] boot 2023-12-18T13:38:29.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T13:38:29.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:38:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:38:29.094 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:38:29.095 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:30.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:29 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi114 to 4299M 2023-12-18T13:38:30.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:29 smithi172 ceph-mon[110581]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:30.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:29 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T13:38:30.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:29 smithi172 ceph-mon[110581]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T13:38:30.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:29 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T13:38:30.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:29 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi114 to 4299M 2023-12-18T13:38:30.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:29 smithi114 ceph-mon[107744]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:30.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:29 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T13:38:30.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:29 smithi114 ceph-mon[107744]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T13:38:30.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:29 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T13:38:30.539 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[130928]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:38:30.539 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[130928]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:30.539 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[130928]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:30.821 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[131011]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:38:30.821 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[131011]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:30.821 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[131011]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:30.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T13:38:30.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T13:38:30.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:30.821 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:30.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2905141201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4267831-e3fa-47ed-ab61-a4dc5c937eca"}]: dispatch 2023-12-18T13:38:30.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2905141201' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4267831-e3fa-47ed-ab61-a4dc5c937eca"}]': finished 2023-12-18T13:38:30.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: osdmap e22: 4 total, 3 up, 4 in 2023-12-18T13:38:30.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:30 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:31.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T13:38:31.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T13:38:31.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: pgmap v52: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:31.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:31.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2905141201' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4267831-e3fa-47ed-ab61-a4dc5c937eca"}]: dispatch 2023-12-18T13:38:31.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2905141201' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4267831-e3fa-47ed-ab61-a4dc5c937eca"}]': finished 2023-12-18T13:38:31.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: osdmap e22: 4 total, 3 up, 4 in 2023-12-18T13:38:31.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:30 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:31.080 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[131082]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:38:31.080 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[131082]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:31.080 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:30 smithi114 sudo[131082]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:31.333 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131137]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:38:31.333 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131137]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:31.333 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131137]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:31.609 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131197]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:38:31.609 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131197]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:31.609 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131197]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:31.940 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131299]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:38:31.940 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131299]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:31.940 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131299]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:31.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131304]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:38:31.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131304]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:31.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:31 smithi114 sudo[131304]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:32.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:32 smithi114 sudo[131493]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:38:32.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:32 smithi114 sudo[131493]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:32.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:32 smithi114 sudo[131493]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:32.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 sudo[113130]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:38:32.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 sudo[113130]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 sudo[113130]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 sudo[113133]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 sudo[113133]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 sudo[113133]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2768911568' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:32 smithi172 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:38:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:32 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2768911568' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:38:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:32 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:32 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:32 smithi114 ceph-mon[107744]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:38:33.899 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:33.899 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:38:33.899 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:38:33.899 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:38:33.900 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:38:33.900 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:38:33.900 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:38:33.900 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:38:33.900 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: mgrmap e19: smithi114.blescs(active, since 89s), standbys: smithi172.zcqxgb 2023-12-18T13:38:33.900 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:34.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:34.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:38:34.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:38:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:38:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:38:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:38:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:38:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:38:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: mgrmap e19: smithi114.blescs(active, since 89s), standbys: smithi172.zcqxgb 2023-12-18T13:38:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:34.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:34 smithi114 ceph-mon[107744]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:35.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:34 smithi172 ceph-mon[110581]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:35.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:35 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T13:38:35.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:35 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:36.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:35 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T13:38:36.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:35 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:37.146 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:36 smithi114 ceph-mon[107744]: Deploying daemon osd.3 on smithi114 2023-12-18T13:38:37.146 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:36 smithi114 ceph-mon[107744]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:36 smithi172 ceph-mon[110581]: Deploying daemon osd.3 on smithi114 2023-12-18T13:38:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:36 smithi172 ceph-mon[110581]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:38:39.382 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:39 smithi114 ceph-mon[107744]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-18T13:38:39.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:39 smithi172 ceph-mon[110581]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-12-18T13:38:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:40 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:40 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:40 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:40.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:40 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:40 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:40 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:40 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:40 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:41.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:41 smithi114 ceph-mon[107744]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-18T13:38:41.722 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 3 on host 'smithi114' 2023-12-18T13:38:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:41 smithi172 ceph-mon[110581]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-12-18T13:38:42.228 DEBUG:teuthology.orchestra.run.smithi114:osd.3> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.3.service 2023-12-18T13:38:42.230 INFO:tasks.cephadm:Deploying osd.4 on smithi172 with /dev/vg_nvme/lv_4... 2023-12-18T13:38:42.230 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T13:38:42.263 INFO:journalctl@ceph.osd.3.smithi114.stdout:-- Logs begin at Mon 2023-12-18 13:25:56 UTC. -- 2023-12-18T13:38:42.574 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:38:42 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-3[132813]: 2023-12-18T13:38:42.572+0000 7f04e8c093c0 -1 osd.3 0 log_to_monitors true 2023-12-18T13:38:42.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:42 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:42.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:42 smithi172 ceph-mon[110581]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-18T13:38:42.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:42 smithi172 ceph-mon[110581]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T13:38:42.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:42 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:42.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:42 smithi114 ceph-mon[107744]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-18T13:38:42.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:42 smithi114 ceph-mon[107744]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T13:38:43.589 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T13:38:43.589 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T13:38:43.589 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-18T13:38:43.589 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-18T13:38:43.590 INFO:teuthology.orchestra.run.smithi172.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0158132 s, 663 MB/s 2023-12-18T13:38:43.590 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 2023-12-18T13:38:43.590 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-18T13:38:43.977 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:43 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:43.977 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:43 smithi172 ceph-mon[110581]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T13:38:43.978 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:43 smithi172 ceph-mon[110581]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T13:38:43.978 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:43 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:43.978 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:43 smithi172 ceph-mon[110581]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:38:43.979 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_4 2023-12-18T13:38:44.109 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:43 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:44.109 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:43 smithi114 ceph-mon[107744]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T13:38:44.109 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:43 smithi114 ceph-mon[107744]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T13:38:44.109 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:43 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:44.109 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:43 smithi114 ceph-mon[107744]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-12-18T13:38:44.372 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:38:44 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-3[132813]: 2023-12-18T13:38:44.107+0000 7f04df60c700 -1 osd.3 0 waiting for initial osdmap 2023-12-18T13:38:44.372 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:38:44 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-3[132813]: 2023-12-18T13:38:44.110+0000 7f04da7a4700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:38:45.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:45.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:45.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:45.398 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-12-18T13:38:45.398 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-12-18T13:38:45.398 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:45.399 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:46.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:38:46.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:38:46.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: Detected new or changed devices on smithi114 2023-12-18T13:38:46.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi114 to 3224M 2023-12-18T13:38:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481] boot 2023-12-18T13:38:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: osdmap e25: 4 total, 4 up, 4 in 2023-12-18T13:38:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:38:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:38:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: Detected new or changed devices on smithi114 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi114 to 3224M 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: osd.3 [v2:172.21.15.114:6826/3543261481,v1:172.21.15.114:6827/3543261481] boot 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: osdmap e25: 4 total, 4 up, 4 in 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:38:46.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:47.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:47 smithi114 ceph-mon[107744]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:47.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:47 smithi114 ceph-mon[107744]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T13:38:47.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:47 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/1730520179' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "738d3865-cd1c-4017-8960-70cbf169017c"}]: dispatch 2023-12-18T13:38:47.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:47 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "738d3865-cd1c-4017-8960-70cbf169017c"}]: dispatch 2023-12-18T13:38:47.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:47 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "738d3865-cd1c-4017-8960-70cbf169017c"}]': finished 2023-12-18T13:38:47.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:47 smithi114 ceph-mon[107744]: osdmap e27: 5 total, 4 up, 5 in 2023-12-18T13:38:47.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:47 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:38:47.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:47 smithi172 ceph-mon[110581]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:47.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:47 smithi172 ceph-mon[110581]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T13:38:47.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:47 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/1730520179' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "738d3865-cd1c-4017-8960-70cbf169017c"}]: dispatch 2023-12-18T13:38:47.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:47 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "738d3865-cd1c-4017-8960-70cbf169017c"}]: dispatch 2023-12-18T13:38:47.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:47 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "738d3865-cd1c-4017-8960-70cbf169017c"}]': finished 2023-12-18T13:38:47.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:47 smithi172 ceph-mon[110581]: osdmap e27: 5 total, 4 up, 5 in 2023-12-18T13:38:47.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:47 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:38:48.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:48 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/289784814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:38:48.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:48.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:48.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:48 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/289784814' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:38:49.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:49 smithi172 ceph-mon[110581]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:49.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:49 smithi114 ceph-mon[107744]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:51 smithi172 ceph-mon[110581]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:51.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:51 smithi114 ceph-mon[107744]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:52.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:52 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T13:38:52.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:52 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:52.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:52 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T13:38:52.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:52 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:53.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:53 smithi172 ceph-mon[110581]: Deploying daemon osd.4 on smithi172 2023-12-18T13:38:53.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:53 smithi172 ceph-mon[110581]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:53 smithi114 ceph-mon[107744]: Deploying daemon osd.4 on smithi172 2023-12-18T13:38:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:53 smithi114 ceph-mon[107744]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:55 smithi172 ceph-mon[110581]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:55.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:55 smithi114 ceph-mon[107744]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:56.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:56.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:56.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:56.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:56.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:56 smithi114 ceph-mon[107744]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:56.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:56.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:56.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:56.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:56.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:56 smithi172 ceph-mon[110581]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:57.586 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 4 on host 'smithi172' 2023-12-18T13:38:57.973 DEBUG:teuthology.orchestra.run.smithi172:osd.4> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.4.service 2023-12-18T13:38:57.975 INFO:tasks.cephadm:Deploying osd.5 on smithi172 with /dev/vg_nvme/lv_3... 2023-12-18T13:38:57.975 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T13:38:58.004 INFO:journalctl@ceph.osd.4.smithi172.stdout:-- Logs begin at Mon 2023-12-18 13:26:03 UTC. -- 2023-12-18T13:38:58.499 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:58 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:58.499 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:58 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:58.499 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:58 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:58.499 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:58 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:58.500 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:58 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:58.500 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:58 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:58 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:58 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:58 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:38:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:58 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:38:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:58 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:38:58.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:58 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:38:59.052 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:38:58 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:38:58.610+0000 7fc5506d23c0 -1 osd.4 0 log_to_monitors true 2023-12-18T13:38:59.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:59 smithi172 ceph-mon[110581]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:59.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:59 smithi172 ceph-mon[110581]: from='osd.4 [v2:172.21.15.172:6800/3547480775,v1:172.21.15.172:6801/3547480775]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:38:59.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:38:59 smithi172 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:38:59.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:59 smithi114 ceph-mon[107744]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:38:59.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:59 smithi114 ceph-mon[107744]: from='osd.4 [v2:172.21.15.172:6800/3547480775,v1:172.21.15.172:6801/3547480775]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:38:59.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:38:59 smithi114 ceph-mon[107744]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:38:59.696 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T13:38:59.696 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T13:38:59.696 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-18T13:38:59.696 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-18T13:38:59.696 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112697 s, 930 MB/s 2023-12-18T13:38:59.696 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-18T13:39:00.185 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_3 2023-12-18T13:39:00.764 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:39:00.602+0000 7fc5470d5700 -1 osd.4 0 waiting for initial osdmap 2023-12-18T13:39:00.764 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:39:00.607+0000 7fc540a6a700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:39:00.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T13:39:00.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='osd.4 [v2:172.21.15.172:6800/3547480775,v1:172.21.15.172:6801/3547480775]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: Detected new or changed devices on smithi172 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi172 to 15970M 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:00.765 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:00 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='osd.4 [v2:172.21.15.172:6800/3547480775,v1:172.21.15.172:6801/3547480775]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: Detected new or changed devices on smithi172 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:00.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:00.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi172 to 15970M 2023-12-18T13:39:00.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:00.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:00 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:01.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:01 smithi172 ceph-mon[110581]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:01.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:01 smithi172 ceph-mon[110581]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T13:39:01.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:01 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:01.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:01 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:01.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:01 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:39:01.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:01 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:39:01.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:01 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:01.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:01 smithi114 ceph-mon[107744]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:01.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:01 smithi114 ceph-mon[107744]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T13:39:01.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:01 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:01.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:01 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:01.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:01 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:39:01.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:01 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:39:01.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:01 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:02.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:39:02.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:39:02.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:39:02.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: osd.4 [v2:172.21.15.172:6800/3547480775,v1:172.21.15.172:6801/3547480775] boot 2023-12-18T13:39:02.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: osdmap e30: 5 total, 5 up, 5 in 2023-12-18T13:39:02.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:02.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: pgmap v77: 1 pgs: 1 peering; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:39:02.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:02 smithi172 ceph-mon[110581]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: osd.4 [v2:172.21.15.172:6800/3547480775,v1:172.21.15.172:6801/3547480775] boot 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: osdmap e30: 5 total, 5 up, 5 in 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: pgmap v77: 1 pgs: 1 peering; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:39:02.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:02 smithi114 ceph-mon[107744]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T13:39:04.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T13:39:04.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/4026307506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d289f839-fb54-4a1d-a832-f3bc6ba455fb"}]: dispatch 2023-12-18T13:39:04.374 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d289f839-fb54-4a1d-a832-f3bc6ba455fb"}]: dispatch 2023-12-18T13:39:04.374 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d289f839-fb54-4a1d-a832-f3bc6ba455fb"}]': finished 2023-12-18T13:39:04.374 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: osdmap e33: 6 total, 5 up, 6 in 2023-12-18T13:39:04.374 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:04.374 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/2815381698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:39:04.374 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:39:04.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T13:39:04.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/4026307506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d289f839-fb54-4a1d-a832-f3bc6ba455fb"}]: dispatch 2023-12-18T13:39:04.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d289f839-fb54-4a1d-a832-f3bc6ba455fb"}]: dispatch 2023-12-18T13:39:04.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d289f839-fb54-4a1d-a832-f3bc6ba455fb"}]': finished 2023-12-18T13:39:04.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: osdmap e33: 6 total, 5 up, 6 in 2023-12-18T13:39:04.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:04.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/2815381698' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:39:04.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:39:05.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:05 smithi114 ceph-mon[107744]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:39:05.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:39:05.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:05 smithi114 ceph-mon[107744]: osdmap e34: 6 total, 5 up, 6 in 2023-12-18T13:39:05.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:05.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:05 smithi172 ceph-mon[110581]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:39:05.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:39:05.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:05 smithi172 ceph-mon[110581]: osdmap e34: 6 total, 5 up, 6 in 2023-12-18T13:39:05.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:07.421 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:07 smithi172 ceph-mon[110581]: pgmap v83: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:39:07.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:07 smithi114 ceph-mon[107744]: pgmap v83: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:39:09.256 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:09 smithi172 ceph-mon[110581]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-12-18T13:39:09.256 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:09 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T13:39:09.256 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:09 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:09.256 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:09 smithi172 ceph-mon[110581]: Deploying daemon osd.5 on smithi172 2023-12-18T13:39:09.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:09 smithi114 ceph-mon[107744]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-12-18T13:39:09.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T13:39:09.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:09 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:09.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:09 smithi114 ceph-mon[107744]: Deploying daemon osd.5 on smithi172 2023-12-18T13:39:11.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:11 smithi172 ceph-mon[110581]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-18T13:39:11.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:11 smithi114 ceph-mon[107744]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-18T13:39:12.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:12.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:12.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:12.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:12 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:12.922 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:12 smithi172 ceph-mon[110581]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-12-18T13:39:12.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:12.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:12.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:12.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:12 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:12.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:12 smithi114 ceph-mon[107744]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-12-18T13:39:13.878 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 5 on host 'smithi172' 2023-12-18T13:39:14.256 DEBUG:teuthology.orchestra.run.smithi172:osd.5> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.5.service 2023-12-18T13:39:14.259 INFO:tasks.cephadm:Deploying osd.6 on smithi172 with /dev/vg_nvme/lv_2... 2023-12-18T13:39:14.259 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T13:39:14.287 INFO:journalctl@ceph.osd.5.smithi172.stdout:-- Logs begin at Mon 2023-12-18 13:26:03 UTC. -- 2023-12-18T13:39:14.653 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:14 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:14.653 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:14 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:14.653 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:14 smithi172 ceph-mon[110581]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:14.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:14 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:14.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:14 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:14.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:14 smithi114 ceph-mon[107744]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:14.951 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:39:14 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:39:14.800+0000 7eff35b653c0 -1 osd.5 0 log_to_monitors true 2023-12-18T13:39:15.670 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:15 smithi172 ceph-mon[110581]: from='osd.5 [v2:172.21.15.172:6808/1937241392,v1:172.21.15.172:6809/1937241392]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:39:15.670 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:15 smithi172 ceph-mon[110581]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:39:15.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:15 smithi114 ceph-mon[107744]: from='osd.5 [v2:172.21.15.172:6808/1937241392,v1:172.21.15.172:6809/1937241392]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:39:15.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:15 smithi114 ceph-mon[107744]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:39:16.082 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T13:39:16.082 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T13:39:16.082 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-18T13:39:16.082 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-18T13:39:16.082 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146725 s, 715 MB/s 2023-12-18T13:39:16.082 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-18T13:39:16.482 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_2 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='osd.5 [v2:172.21.15.172:6808/1937241392,v1:172.21.15.172:6809/1937241392]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: Detected new or changed devices on smithi172 2023-12-18T13:39:16.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi172 to 7985M 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:16.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:16.778 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:39:16.488+0000 7eff2c568700 -1 osd.5 0 waiting for initial osdmap 2023-12-18T13:39:16.778 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:39:16 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:39:16.493+0000 7eff27f01700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:39:16.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='osd.5 [v2:172.21.15.172:6808/1937241392,v1:172.21.15.172:6809/1937241392]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: Detected new or changed devices on smithi172 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi172 to 7985M 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:16.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:16.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:16.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:16.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:16.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:16 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:17 smithi172 ceph-mon[110581]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:17 smithi172 ceph-mon[110581]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T13:39:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:17 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:17 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:17 smithi172 ceph-mon[110581]: osd.5 [v2:172.21.15.172:6808/1937241392,v1:172.21.15.172:6809/1937241392] boot 2023-12-18T13:39:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:17 smithi172 ceph-mon[110581]: osdmap e37: 6 total, 6 up, 6 in 2023-12-18T13:39:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:17 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:17.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:17 smithi114 ceph-mon[107744]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:17.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:17 smithi114 ceph-mon[107744]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T13:39:17.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:17 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:17.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:17 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:17.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:17 smithi114 ceph-mon[107744]: osd.5 [v2:172.21.15.172:6808/1937241392,v1:172.21.15.172:6809/1937241392] boot 2023-12-18T13:39:17.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:17 smithi114 ceph-mon[107744]: osdmap e37: 6 total, 6 up, 6 in 2023-12-18T13:39:17.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:17 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:39:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:39:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:39:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:39:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:39:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:39:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:18.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:18.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:18 smithi172 ceph-mon[110581]: osdmap e38: 6 total, 6 up, 6 in 2023-12-18T13:39:18.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:39:18.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:39:18.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:39:18.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:39:18.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:39:18.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:18.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:18.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:18 smithi114 ceph-mon[107744]: osdmap e38: 6 total, 6 up, 6 in 2023-12-18T13:39:20.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:20 smithi114 ceph-mon[107744]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T13:39:20.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:20 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/2939772308' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b5a7d9b-23bb-42f0-85de-efdc37d31034"}]: dispatch 2023-12-18T13:39:20.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:20 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b5a7d9b-23bb-42f0-85de-efdc37d31034"}]: dispatch 2023-12-18T13:39:20.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:20 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b5a7d9b-23bb-42f0-85de-efdc37d31034"}]': finished 2023-12-18T13:39:20.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:20 smithi114 ceph-mon[107744]: osdmap e40: 7 total, 6 up, 7 in 2023-12-18T13:39:20.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:20 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:20.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:20 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/3661911737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:39:20.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:20 smithi172 ceph-mon[110581]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T13:39:20.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:20 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/2939772308' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b5a7d9b-23bb-42f0-85de-efdc37d31034"}]: dispatch 2023-12-18T13:39:20.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:20 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b5a7d9b-23bb-42f0-85de-efdc37d31034"}]: dispatch 2023-12-18T13:39:20.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:20 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b5a7d9b-23bb-42f0-85de-efdc37d31034"}]': finished 2023-12-18T13:39:20.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:20 smithi172 ceph-mon[110581]: osdmap e40: 7 total, 6 up, 7 in 2023-12-18T13:39:20.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:20 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:20.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:20 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/3661911737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:39:21.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:21 smithi114 ceph-mon[107744]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:21.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:21 smithi114 ceph-mon[107744]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T13:39:21.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:21 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:21.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:21 smithi172 ceph-mon[110581]: pgmap v96: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:21.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:21 smithi172 ceph-mon[110581]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T13:39:21.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:21 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:22.664 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:22 smithi172 ceph-mon[110581]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T13:39:22.664 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:22 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:22.664 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:22 smithi172 ceph-mon[110581]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:22.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:22 smithi114 ceph-mon[107744]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T13:39:22.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:22 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:22.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:22 smithi114 ceph-mon[107744]: pgmap v99: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:25.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:25 smithi114 ceph-mon[107744]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-18T13:39:25.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:25 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T13:39:25.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:25 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:25.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:25 smithi172 ceph-mon[110581]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-18T13:39:25.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:25 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T13:39:25.446 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:25 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:26.398 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:26 smithi172 ceph-mon[110581]: Deploying daemon osd.6 on smithi172 2023-12-18T13:39:26.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:26 smithi114 ceph-mon[107744]: Deploying daemon osd.6 on smithi172 2023-12-18T13:39:27.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:27 smithi172 ceph-mon[110581]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-18T13:39:27.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:27 smithi114 ceph-mon[107744]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-18T13:39:29.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:29.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:29.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:29.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:28 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:29.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:28 smithi114 ceph-mon[107744]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:39:29.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:29.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:29.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:29.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:28 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:29.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:28 smithi172 ceph-mon[110581]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:39:30.178 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 6 on host 'smithi172' 2023-12-18T13:39:30.575 DEBUG:teuthology.orchestra.run.smithi172:osd.6> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.6.service 2023-12-18T13:39:30.577 INFO:tasks.cephadm:Deploying osd.7 on smithi172 with /dev/vg_nvme/lv_1... 2023-12-18T13:39:30.577 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T13:39:30.604 INFO:journalctl@ceph.osd.6.smithi172.stdout:-- Logs begin at Mon 2023-12-18 13:26:03 UTC. -- 2023-12-18T13:39:31.120 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:31.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:31.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-mon[110581]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-18T13:39:31.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:31.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:31.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:31.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:31.121 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:39:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:39:31.040+0000 7f778e86a3c0 -1 osd.6 0 log_to_monitors true 2023-12-18T13:39:31.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:31 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:31.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:31 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:31.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:31 smithi114 ceph-mon[107744]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-18T13:39:31.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:31 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:31.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:31 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:31.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:31 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:31.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:31 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:32.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:32 smithi172 ceph-mon[110581]: from='osd.6 [v2:172.21.15.172:6816/1651528582,v1:172.21.15.172:6817/1651528582]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:39:32.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:32 smithi172 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:39:32.398 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T13:39:32.398 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T13:39:32.398 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-18T13:39:32.398 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-18T13:39:32.398 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115517 s, 908 MB/s 2023-12-18T13:39:32.398 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-18T13:39:32.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:32 smithi114 ceph-mon[107744]: from='osd.6 [v2:172.21.15.172:6816/1651528582,v1:172.21.15.172:6817/1651528582]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:39:32.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:32 smithi114 ceph-mon[107744]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:39:32.807 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_1 2023-12-18T13:39:33.052 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:39:33.023+0000 7f778526d700 -1 osd.6 0 waiting for initial osdmap 2023-12-18T13:39:33.053 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:39:33.033+0000 7f777fc04700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:39:33.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T13:39:33.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-mon[110581]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T13:39:33.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:33.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-mon[110581]: from='osd.6 [v2:172.21.15.172:6816/1651528582,v1:172.21.15.172:6817/1651528582]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:33.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:33.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:33 smithi172 ceph-mon[110581]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:33.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:33 smithi114 ceph-mon[107744]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T13:39:33.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:33 smithi114 ceph-mon[107744]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T13:39:33.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:33.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:33 smithi114 ceph-mon[107744]: from='osd.6 [v2:172.21.15.172:6816/1651528582,v1:172.21.15.172:6817/1651528582]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:33.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:33 smithi114 ceph-mon[107744]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:33.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:33 smithi114 ceph-mon[107744]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:34.288 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:34.288 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: Detected new or changed devices on smithi172 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi172 to 5323M 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:34.289 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: Detected new or changed devices on smithi172 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi172 to 5323M 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:34.373 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: osd.6 [v2:172.21.15.172:6816/1651528582,v1:172.21.15.172:6817/1651528582] boot 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: osdmap e45: 7 total, 7 up, 7 in 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:39:35.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:35.259 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:35 smithi172 ceph-mon[110581]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T13:39:35.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:39:35.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:39:35.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: osd.6 [v2:172.21.15.172:6816/1651528582,v1:172.21.15.172:6817/1651528582] boot 2023-12-18T13:39:35.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: osdmap e45: 7 total, 7 up, 7 in 2023-12-18T13:39:35.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:39:35.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:39:35.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:39:35.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:39:35.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:39:35.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:35.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:35 smithi114 ceph-mon[107744]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T13:39:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:36 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/2630426770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49084aac-c6e4-4ebe-8327-b4d98c7719d4"}]: dispatch 2023-12-18T13:39:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:36 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49084aac-c6e4-4ebe-8327-b4d98c7719d4"}]: dispatch 2023-12-18T13:39:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:36 smithi172 ceph-mon[110581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49084aac-c6e4-4ebe-8327-b4d98c7719d4"}]': finished 2023-12-18T13:39:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:36 smithi172 ceph-mon[110581]: osdmap e47: 8 total, 7 up, 8 in 2023-12-18T13:39:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:36 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:36 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/2630426770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49084aac-c6e4-4ebe-8327-b4d98c7719d4"}]: dispatch 2023-12-18T13:39:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:36 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49084aac-c6e4-4ebe-8327-b4d98c7719d4"}]: dispatch 2023-12-18T13:39:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:36 smithi114 ceph-mon[107744]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49084aac-c6e4-4ebe-8327-b4d98c7719d4"}]': finished 2023-12-18T13:39:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:36 smithi114 ceph-mon[107744]: osdmap e47: 8 total, 7 up, 8 in 2023-12-18T13:39:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:36 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:37 smithi172 ceph-mon[110581]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:39:37.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:37 smithi172 ceph-mon[110581]: from='client.? 172.21.15.172:0/3126433581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:39:37.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:37 smithi114 ceph-mon[107744]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:39:37.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:37 smithi114 ceph-mon[107744]: from='client.? 172.21.15.172:0/3126433581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:39:38.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:38 smithi172 ceph-mon[110581]: osdmap e48: 8 total, 7 up, 8 in 2023-12-18T13:39:38.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:38.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:38 smithi114 ceph-mon[107744]: osdmap e48: 8 total, 7 up, 8 in 2023-12-18T13:39:38.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:39.152 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:39 smithi172 ceph-mon[110581]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T13:39:39.152 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:39.152 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:39 smithi172 ceph-mon[110581]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:39:39.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:39 smithi114 ceph-mon[107744]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T13:39:39.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:39.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:39 smithi114 ceph-mon[107744]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:39:41.285 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:41 smithi172 ceph-mon[110581]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-18T13:39:41.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:41 smithi114 ceph-mon[107744]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-18T13:39:42.432 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:42 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T13:39:42.432 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:42 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:42.432 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:42 smithi172 ceph-mon[110581]: Deploying daemon osd.7 on smithi172 2023-12-18T13:39:42.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:42 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T13:39:42.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:42 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:42.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:42 smithi114 ceph-mon[107744]: Deploying daemon osd.7 on smithi172 2023-12-18T13:39:43.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:43 smithi172 ceph-mon[110581]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-18T13:39:43.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:43 smithi114 ceph-mon[107744]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-18T13:39:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:45 smithi114 ceph-mon[107744]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:39:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:45.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:45.461 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:45 smithi172 ceph-mon[110581]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:39:45.461 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:45.462 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:45.462 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:45.462 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:47.151 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 7 on host 'smithi172' 2023-12-18T13:39:47.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:47 smithi172 ceph-mon[110581]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-18T13:39:47.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:47 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:47.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:47 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:47.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:47 smithi114 ceph-mon[107744]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-18T13:39:47.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:47 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:47.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:47 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:47.573 DEBUG:teuthology.orchestra.run.smithi172:osd.7> sudo journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.7.service 2023-12-18T13:39:47.576 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-18T13:39:47.576 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T13:39:47.603 INFO:journalctl@ceph.osd.7.smithi172.stdout:-- Logs begin at Mon 2023-12-18 13:26:03 UTC. -- 2023-12-18T13:39:48.153 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:48.302 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:39:47 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:39:47.993+0000 7fea5d6fd3c0 -1 osd.7 0 log_to_monitors true 2023-12-18T13:39:48.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:48.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:48.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:48.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:48.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:48 smithi172 ceph-mon[110581]: from='osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:39:48.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:48 smithi172 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:39:48.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:48.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:48.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:48.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:48 smithi114 ceph-mon[107744]: from='osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:39:48.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:48 smithi114 ceph-mon[107744]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:39:48.903 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:39:49.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:49 smithi114 ceph-mon[107744]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:49.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:49 smithi114 ceph-mon[107744]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T13:39:49.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:49 smithi114 ceph-mon[107744]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T13:39:49.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:49 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:49.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:49 smithi114 ceph-mon[107744]: from='osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:49.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:49 smithi114 ceph-mon[107744]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:49.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:49 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2439261319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:39:49.264 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1702906774,"num_in_osds":8,"osd_in_since":1702906775,"num_remapped_pgs":0} 2023-12-18T13:39:49.393 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:39:49.162+0000 7fea54100700 -1 osd.7 0 waiting for initial osdmap 2023-12-18T13:39:49.393 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:39:49.170+0000 7fea4e296700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:39:49.393 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-mon[110581]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:39:49.393 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T13:39:49.393 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-mon[110581]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T13:39:49.393 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:49.394 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-mon[110581]: from='osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:49.394 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-18T13:39:49.394 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:49 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2439261319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:39:50.265 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:50.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-18T13:39:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T13:39:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:50.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:50.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:39:50.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:50.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: purged_snaps scrub starts 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: purged_snaps scrub ok 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: Detected new or changed devices on smithi172 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi172 to 3992M 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431] boot 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: osdmap e52: 8 total, 8 up, 8 in 2023-12-18T13:39:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:51 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: purged_snaps scrub starts 2023-12-18T13:39:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: purged_snaps scrub ok 2023-12-18T13:39:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: Detected new or changed devices on smithi172 2023-12-18T13:39:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi172 to 3992M 2023-12-18T13:39:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:39:51.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431] boot 2023-12-18T13:39:51.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: osdmap e52: 8 total, 8 up, 8 in 2023-12-18T13:39:51.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:51 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:39:51.594 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:39:51.964 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1702906790,"num_in_osds":8,"osd_in_since":1702906775,"num_remapped_pgs":1} 2023-12-18T13:39:51.964 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:39:52.189 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:39:52.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:52 smithi114 ceph-mon[107744]: osdmap e53: 8 total, 8 up, 8 in 2023-12-18T13:39:52.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:52 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/826595387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:39:52.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:52 smithi172 ceph-mon[110581]: osdmap e53: 8 total, 8 up, 8 in 2023-12-18T13:39:52.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:52 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/826595387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:39:53.279 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:39:53.279 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":55,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","created":"2023-12-18T13:35:33.558205+0000","modified":"2023-12-18T13:39:53.178561+0000","last_up_change":"2023-12-18T13:39:50.154495+0000","last_in_change":"2023-12-18T13:39:35.961200+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-18T13:38:28.339968+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":"754cd817-fff2-45ed-843d-ff434497bceb","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.114:6802","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6803","nonce":291135910}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6805","nonce":291135910}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6809","nonce":291135910}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6807","nonce":291135910}]},"public_addr":"172.21.15.114:6803/291135910","cluster_addr":"172.21.15.114:6805/291135910","heartbeat_back_addr":"172.21.15.114:6809/291135910","heartbeat_front_addr":"172.21.15.114:6807/291135910","state":["exists","up"]},{"osd":1,"uuid":"6e83549a-c2b9-41e4-b83c-60dd981a7b41","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6810","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6811","nonce":4256437213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6813","nonce":4256437213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6817","nonce":4256437213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6815","nonce":4256437213}]},"public_addr":"172.21.15.114:6811/4256437213","cluster_addr":"172.21.15.114:6813/4256437213","heartbeat_back_addr":"172.21.15.114:6817/4256437213","heartbeat_front_addr":"172.21.15.114:6815/4256437213","state":["exists","up"]},{"osd":2,"uuid":"3d057dde-be4f-468b-9c4b-3c8111401864","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.114:6818","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6819","nonce":3321141847}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6820","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6821","nonce":3321141847}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6824","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6825","nonce":3321141847}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6822","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6823","nonce":3321141847}]},"public_addr":"172.21.15.114:6819/3321141847","cluster_addr":"172.21.15.114:6821/3321141847","heartbeat_back_addr":"172.21.15.114:6825/3321141847","heartbeat_front_addr":"172.21.15.114:6823/3321141847","state":["exists","up"]},{"osd":3,"uuid":"a4267831-e3fa-47ed-ab61-a4dc5c937eca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6826","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6827","nonce":3543261481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6828","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6829","nonce":3543261481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6832","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6833","nonce":3543261481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6830","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6831","nonce":3543261481}]},"public_addr":"172.21.15.114:6827/3543261481","cluster_addr":"172.21.15.114:6829/3543261481","heartbeat_back_addr":"172.21.15.114:6833/3543261481","heartbeat_front_addr":"172.21.15.114:6831/3543261481","state":["exists","up"]},{"osd":4,"uuid":"738d3865-cd1c-4017-8960-70cbf169017c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6801","nonce":3547480775}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6803","nonce":3547480775}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6807","nonce":3547480775}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6805","nonce":3547480775}]},"public_addr":"172.21.15.172:6801/3547480775","cluster_addr":"172.21.15.172:6803/3547480775","heartbeat_back_addr":"172.21.15.172:6807/3547480775","heartbeat_front_addr":"172.21.15.172:6805/3547480775","state":["exists","up"]},{"osd":5,"uuid":"d289f839-fb54-4a1d-a832-f3bc6ba455fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6809","nonce":1937241392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6811","nonce":1937241392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6815","nonce":1937241392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6813","nonce":1937241392}]},"public_addr":"172.21.15.172:6809/1937241392","cluster_addr":"172.21.15.172:6811/1937241392","heartbeat_back_addr":"172.21.15.172:6815/1937241392","heartbeat_front_addr":"172.21.15.172:6813/1937241392","state":["exists","up"]},{"osd":6,"uuid":"4b5a7d9b-23bb-42f0-85de-efdc37d31034","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.172:6816","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6817","nonce":1651528582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6819","nonce":1651528582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6823","nonce":1651528582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6821","nonce":1651528582}]},"public_addr":"172.21.15.172:6817/1651528582","cluster_addr":"172.21.15.172:6819/1651528582","heartbeat_back_addr":"172.21.15.172:6823/1651528582","heartbeat_front_addr":"172.21.15.172:6821/1651528582","state":["exists","up"]},{"osd":7,"uuid":"49084aac-c6e4-4ebe-8327-b4d98c7719d4","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.172:6824","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6825","nonce":3107968431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6827","nonce":3107968431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6831","nonce":3107968431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6829","nonce":3107968431}]},"public_addr":"172.21.15.172:6825/3107968431","cluster_addr":"172.21.15.172:6827/3107968431","heartbeat_back_addr":"172.21.15.172:6831/3107968431","heartbeat_front_addr":"172.21.15.172:6829/3107968431","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:37:51.004785+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:08.423020+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:26.542918+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:43.606464+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:59.636763+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:15.774038+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:32.087949+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:49.008165+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.114:0/3570620342":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/83019371":"2023-12-19T13:37:03.270024+0000","172.21.15.114:6801/3308841562":"2023-12-19T13:37:03.270024+0000","172.21.15.114:6800/3308841562":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/1536122186":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/2715605363":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/883843340":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/1451021573":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/1999890489":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6801/3797575580":"2023-12-19T13:36:24.084138+0000","172.21.15.114:6800/1196007344":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6801/1196007344":"2023-12-19T13:36:01.678168+0000","172.21.15.114:0/3852546516":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6800/3797575580":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/3960297193":"2023-12-19T13:36:01.678168+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-18T13:39:53.436 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:53 smithi114 ceph-mon[107744]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:39:53.436 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:53 smithi114 ceph-mon[107744]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T13:39:53.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:53 smithi172 ceph-mon[110581]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:39:53.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:53 smithi172 ceph-mon[110581]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T13:39:53.646 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-18T13:38:28.339968+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-18T13:39:53.647 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-18T13:39:53.871 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:39:54.360 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:54 smithi114 ceph-mon[107744]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T13:39:54.360 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:54 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2638142439' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:39:54.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:54 smithi172 ceph-mon[110581]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T13:39:54.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:54 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2638142439' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:39:55.016 INFO:teuthology.orchestra.run.smithi114.stdout:pg_num: 1 2023-12-18T13:39:55.329 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:55 smithi114 ceph-mon[107744]: pgmap v128: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-18T13:39:55.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:55 smithi114 ceph-mon[107744]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T13:39:55.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:55 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1815889134' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T13:39:55.404 INFO:tasks.cephadm:Setting up client nodes... 2023-12-18T13:39:55.404 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-18T13:39:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:55 smithi172 ceph-mon[110581]: pgmap v128: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-18T13:39:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:55 smithi172 ceph-mon[110581]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T13:39:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:55 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1815889134' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T13:39:56.852 INFO:teuthology.orchestra.run.smithi114.stdout:[client.0] 2023-12-18T13:39:56.852 INFO:teuthology.orchestra.run.smithi114.stdout: key = AQCsS4BlytSdMhAAOGzK5Q7u8PeNLq9gNbjJ+Q== 2023-12-18T13:39:57.213 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-18T13:39:57.214 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-18T13:39:57.214 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-18T13:39:57.253 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-18T13:39:57.253 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-18T13:39:57.253 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-18T13:39:57.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:57 smithi172 ceph-mon[110581]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-12-18T13:39:57.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:57 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1038781418' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T13:39:57.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:57 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1038781418' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T13:39:57.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:57 smithi114 ceph-mon[107744]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-12-18T13:39:57.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:57 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1038781418' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T13:39:57.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:57 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1038781418' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T13:39:57.514 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:39:58.636 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:39:59.003 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":19,"active_gid":14206,"active_name":"smithi114.blescs","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6800","nonce":1301906973},{"type":"v1","addr":"172.21.15.114:6801","nonce":1301906973}]},"active_addr":"172.21.15.114:6801/1301906973","active_change":"2023-12-18T13:37:03.270369+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14224,"name":"smithi172.zcqxgb","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.114:8443/","prometheus":"http://172.21.15.114: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.114:0","nonce":2563991373}]},{"addrvec":[{"type":"v2","addr":"172.21.15.114:0","nonce":363337003}]},{"addrvec":[{"type":"v2","addr":"172.21.15.114:0","nonce":1222206486}]},{"addrvec":[{"type":"v2","addr":"172.21.15.114:0","nonce":561687618}]}]}} 2023-12-18T13:39:59.007 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-18T13:39:59.007 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-18T13:39:59.007 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:39:59.197 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:59 smithi114 ceph-mon[107744]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T13:39:59.197 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:39:59 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/401622055' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T13:39:59.231 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:39:59.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:59 smithi172 ceph-mon[110581]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T13:39:59.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:39:59 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/401622055' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T13:40:00.383 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:00.384 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":56,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","created":"2023-12-18T13:35:33.558205+0000","modified":"2023-12-18T13:39:54.187164+0000","last_up_change":"2023-12-18T13:39:50.154495+0000","last_in_change":"2023-12-18T13:39:35.961200+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-18T13:38:28.339968+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":"754cd817-fff2-45ed-843d-ff434497bceb","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.114:6802","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6803","nonce":291135910}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6805","nonce":291135910}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6809","nonce":291135910}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6807","nonce":291135910}]},"public_addr":"172.21.15.114:6803/291135910","cluster_addr":"172.21.15.114:6805/291135910","heartbeat_back_addr":"172.21.15.114:6809/291135910","heartbeat_front_addr":"172.21.15.114:6807/291135910","state":["exists","up"]},{"osd":1,"uuid":"6e83549a-c2b9-41e4-b83c-60dd981a7b41","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6810","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6811","nonce":4256437213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6813","nonce":4256437213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6817","nonce":4256437213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6815","nonce":4256437213}]},"public_addr":"172.21.15.114:6811/4256437213","cluster_addr":"172.21.15.114:6813/4256437213","heartbeat_back_addr":"172.21.15.114:6817/4256437213","heartbeat_front_addr":"172.21.15.114:6815/4256437213","state":["exists","up"]},{"osd":2,"uuid":"3d057dde-be4f-468b-9c4b-3c8111401864","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.114:6818","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6819","nonce":3321141847}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6820","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6821","nonce":3321141847}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6824","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6825","nonce":3321141847}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6822","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6823","nonce":3321141847}]},"public_addr":"172.21.15.114:6819/3321141847","cluster_addr":"172.21.15.114:6821/3321141847","heartbeat_back_addr":"172.21.15.114:6825/3321141847","heartbeat_front_addr":"172.21.15.114:6823/3321141847","state":["exists","up"]},{"osd":3,"uuid":"a4267831-e3fa-47ed-ab61-a4dc5c937eca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6826","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6827","nonce":3543261481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6828","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6829","nonce":3543261481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6832","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6833","nonce":3543261481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6830","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6831","nonce":3543261481}]},"public_addr":"172.21.15.114:6827/3543261481","cluster_addr":"172.21.15.114:6829/3543261481","heartbeat_back_addr":"172.21.15.114:6833/3543261481","heartbeat_front_addr":"172.21.15.114:6831/3543261481","state":["exists","up"]},{"osd":4,"uuid":"738d3865-cd1c-4017-8960-70cbf169017c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6801","nonce":3547480775}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6803","nonce":3547480775}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6807","nonce":3547480775}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6805","nonce":3547480775}]},"public_addr":"172.21.15.172:6801/3547480775","cluster_addr":"172.21.15.172:6803/3547480775","heartbeat_back_addr":"172.21.15.172:6807/3547480775","heartbeat_front_addr":"172.21.15.172:6805/3547480775","state":["exists","up"]},{"osd":5,"uuid":"d289f839-fb54-4a1d-a832-f3bc6ba455fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6809","nonce":1937241392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6811","nonce":1937241392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6815","nonce":1937241392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6813","nonce":1937241392}]},"public_addr":"172.21.15.172:6809/1937241392","cluster_addr":"172.21.15.172:6811/1937241392","heartbeat_back_addr":"172.21.15.172:6815/1937241392","heartbeat_front_addr":"172.21.15.172:6813/1937241392","state":["exists","up"]},{"osd":6,"uuid":"4b5a7d9b-23bb-42f0-85de-efdc37d31034","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.172:6816","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6817","nonce":1651528582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6819","nonce":1651528582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6823","nonce":1651528582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6821","nonce":1651528582}]},"public_addr":"172.21.15.172:6817/1651528582","cluster_addr":"172.21.15.172:6819/1651528582","heartbeat_back_addr":"172.21.15.172:6823/1651528582","heartbeat_front_addr":"172.21.15.172:6821/1651528582","state":["exists","up"]},{"osd":7,"uuid":"49084aac-c6e4-4ebe-8327-b4d98c7719d4","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.172:6824","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6825","nonce":3107968431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6827","nonce":3107968431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6831","nonce":3107968431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6829","nonce":3107968431}]},"public_addr":"172.21.15.172:6825/3107968431","cluster_addr":"172.21.15.172:6827/3107968431","heartbeat_back_addr":"172.21.15.172:6831/3107968431","heartbeat_front_addr":"172.21.15.172:6829/3107968431","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:37:51.004785+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:08.423020+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:26.542918+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:43.606464+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:59.636763+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:15.774038+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:32.087949+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:49.008165+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.114:0/3570620342":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/83019371":"2023-12-19T13:37:03.270024+0000","172.21.15.114:6801/3308841562":"2023-12-19T13:37:03.270024+0000","172.21.15.114:6800/3308841562":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/1536122186":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/2715605363":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/883843340":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/1451021573":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/1999890489":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6801/3797575580":"2023-12-19T13:36:24.084138+0000","172.21.15.114:6800/1196007344":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6801/1196007344":"2023-12-19T13:36:01.678168+0000","172.21.15.114:0/3852546516":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6800/3797575580":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/3960297193":"2023-12-19T13:36:01.678168+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-18T13:40:00.551 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:00 smithi114 ceph-mon[107744]: overall HEALTH_OK 2023-12-18T13:40:00.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:00 smithi172 ceph-mon[110581]: overall HEALTH_OK 2023-12-18T13:40:00.756 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-18T13:40:00.756 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:40:00.982 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:01.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:01 smithi114 ceph-mon[107744]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:40:01.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:01 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/549408262' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:40:01.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:01 smithi172 ceph-mon[110581]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:40:01.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:01 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/549408262' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:40:02.143 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:02.143 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":56,"fsid":"3e31d26c-9daa-11ee-95a5-87774f69a715","created":"2023-12-18T13:35:33.558205+0000","modified":"2023-12-18T13:39:54.187164+0000","last_up_change":"2023-12-18T13:39:50.154495+0000","last_in_change":"2023-12-18T13:39:35.961200+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-18T13:38:28.339968+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":"754cd817-fff2-45ed-843d-ff434497bceb","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.114:6802","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6803","nonce":291135910}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6805","nonce":291135910}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6809","nonce":291135910}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":291135910},{"type":"v1","addr":"172.21.15.114:6807","nonce":291135910}]},"public_addr":"172.21.15.114:6803/291135910","cluster_addr":"172.21.15.114:6805/291135910","heartbeat_back_addr":"172.21.15.114:6809/291135910","heartbeat_front_addr":"172.21.15.114:6807/291135910","state":["exists","up"]},{"osd":1,"uuid":"6e83549a-c2b9-41e4-b83c-60dd981a7b41","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6810","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6811","nonce":4256437213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6813","nonce":4256437213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6817","nonce":4256437213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":4256437213},{"type":"v1","addr":"172.21.15.114:6815","nonce":4256437213}]},"public_addr":"172.21.15.114:6811/4256437213","cluster_addr":"172.21.15.114:6813/4256437213","heartbeat_back_addr":"172.21.15.114:6817/4256437213","heartbeat_front_addr":"172.21.15.114:6815/4256437213","state":["exists","up"]},{"osd":2,"uuid":"3d057dde-be4f-468b-9c4b-3c8111401864","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.114:6818","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6819","nonce":3321141847}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6820","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6821","nonce":3321141847}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6824","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6825","nonce":3321141847}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6822","nonce":3321141847},{"type":"v1","addr":"172.21.15.114:6823","nonce":3321141847}]},"public_addr":"172.21.15.114:6819/3321141847","cluster_addr":"172.21.15.114:6821/3321141847","heartbeat_back_addr":"172.21.15.114:6825/3321141847","heartbeat_front_addr":"172.21.15.114:6823/3321141847","state":["exists","up"]},{"osd":3,"uuid":"a4267831-e3fa-47ed-ab61-a4dc5c937eca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6826","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6827","nonce":3543261481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6828","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6829","nonce":3543261481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6832","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6833","nonce":3543261481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6830","nonce":3543261481},{"type":"v1","addr":"172.21.15.114:6831","nonce":3543261481}]},"public_addr":"172.21.15.114:6827/3543261481","cluster_addr":"172.21.15.114:6829/3543261481","heartbeat_back_addr":"172.21.15.114:6833/3543261481","heartbeat_front_addr":"172.21.15.114:6831/3543261481","state":["exists","up"]},{"osd":4,"uuid":"738d3865-cd1c-4017-8960-70cbf169017c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6801","nonce":3547480775}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6803","nonce":3547480775}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6807","nonce":3547480775}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3547480775},{"type":"v1","addr":"172.21.15.172:6805","nonce":3547480775}]},"public_addr":"172.21.15.172:6801/3547480775","cluster_addr":"172.21.15.172:6803/3547480775","heartbeat_back_addr":"172.21.15.172:6807/3547480775","heartbeat_front_addr":"172.21.15.172:6805/3547480775","state":["exists","up"]},{"osd":5,"uuid":"d289f839-fb54-4a1d-a832-f3bc6ba455fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6809","nonce":1937241392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6811","nonce":1937241392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6815","nonce":1937241392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":1937241392},{"type":"v1","addr":"172.21.15.172:6813","nonce":1937241392}]},"public_addr":"172.21.15.172:6809/1937241392","cluster_addr":"172.21.15.172:6811/1937241392","heartbeat_back_addr":"172.21.15.172:6815/1937241392","heartbeat_front_addr":"172.21.15.172:6813/1937241392","state":["exists","up"]},{"osd":6,"uuid":"4b5a7d9b-23bb-42f0-85de-efdc37d31034","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.172:6816","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6817","nonce":1651528582}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6819","nonce":1651528582}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6823","nonce":1651528582}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":1651528582},{"type":"v1","addr":"172.21.15.172:6821","nonce":1651528582}]},"public_addr":"172.21.15.172:6817/1651528582","cluster_addr":"172.21.15.172:6819/1651528582","heartbeat_back_addr":"172.21.15.172:6823/1651528582","heartbeat_front_addr":"172.21.15.172:6821/1651528582","state":["exists","up"]},{"osd":7,"uuid":"49084aac-c6e4-4ebe-8327-b4d98c7719d4","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.172:6824","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6825","nonce":3107968431}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6827","nonce":3107968431}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6831","nonce":3107968431}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":3107968431},{"type":"v1","addr":"172.21.15.172:6829","nonce":3107968431}]},"public_addr":"172.21.15.172:6825/3107968431","cluster_addr":"172.21.15.172:6827/3107968431","heartbeat_back_addr":"172.21.15.172:6831/3107968431","heartbeat_front_addr":"172.21.15.172:6829/3107968431","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:37:51.004785+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:08.423020+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:26.542918+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:43.606464+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:38:59.636763+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:15.774038+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:32.087949+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-18T13:39:49.008165+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.114:0/3570620342":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/83019371":"2023-12-19T13:37:03.270024+0000","172.21.15.114:6801/3308841562":"2023-12-19T13:37:03.270024+0000","172.21.15.114:6800/3308841562":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/1536122186":"2023-12-19T13:37:03.270024+0000","172.21.15.114:0/2715605363":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/883843340":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/1451021573":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/1999890489":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6801/3797575580":"2023-12-19T13:36:24.084138+0000","172.21.15.114:6800/1196007344":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6801/1196007344":"2023-12-19T13:36:01.678168+0000","172.21.15.114:0/3852546516":"2023-12-19T13:36:01.678168+0000","172.21.15.114:6800/3797575580":"2023-12-19T13:36:24.084138+0000","172.21.15.114:0/3960297193":"2023-12-19T13:36:01.678168+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-18T13:40:02.521 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-18T13:40:02.521 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-18T13:40:02.521 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-18T13:40:02.522 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-18T13:40:02.522 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-18T13:40:02.523 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-18T13:40:02.523 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-18T13:40:02.523 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-18T13:40:02.963 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:02.963 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:03.018 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:03.282 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:03.366 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:03.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:03 smithi114 ceph-mon[107744]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:03.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:03 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/841869416' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:40:03.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:03 smithi172 ceph-mon[110581]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:03.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:03 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/841869416' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:40:03.769 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:03.921 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:04.309 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:40:04.309 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:40:04.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:40:04.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:40:04.667 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:05.216 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:05 smithi114 ceph-mon[107744]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:05.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:05 smithi172 ceph-mon[110581]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:06.690 INFO:teuthology.orchestra.run.smithi114.stdout:223338299397 2023-12-18T13:40:06.691 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-18T13:40:07.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:07 smithi172 ceph-mon[110581]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:07.337 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:07 smithi114 ceph-mon[107744]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:08.173 INFO:teuthology.orchestra.run.smithi114.stdout:193273528330 2023-12-18T13:40:08.174 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-18T13:40:08.402 INFO:teuthology.orchestra.run.smithi114.stdout:128849018897 2023-12-18T13:40:08.403 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-18T13:40:08.656 INFO:teuthology.orchestra.run.smithi114.stdout:60129542171 2023-12-18T13:40:08.657 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-18T13:40:08.930 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:08.981 INFO:teuthology.orchestra.run.smithi114.stdout:38654705693 2023-12-18T13:40:08.981 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-18T13:40:09.048 INFO:teuthology.orchestra.run.smithi114.stdout:158913789965 2023-12-18T13:40:09.049 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-18T13:40:09.190 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:09 smithi114 ceph-mon[107744]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:09.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:09 smithi172 ceph-mon[110581]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:09.797 INFO:teuthology.orchestra.run.smithi114.stdout:107374182419 2023-12-18T13:40:09.797 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-18T13:40:09.939 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:10.191 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:10.330 INFO:teuthology.orchestra.run.smithi114.stdout:223338299398 2023-12-18T13:40:10.460 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:10.516 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:10.610 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:11.420 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:11 smithi114 ceph-mon[107744]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:11.420 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:11 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2609091284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T13:40:11.538 INFO:teuthology.orchestra.run.smithi114.stdout:81604378647 2023-12-18T13:40:11.539 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-18T13:40:11.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:11 smithi172 ceph-mon[110581]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:11.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:11 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2609091284' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T13:40:12.400 INFO:teuthology.orchestra.run.smithi114.stdout:128849018897 2023-12-18T13:40:12.423 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:12.984 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:13.082 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299397 got 223338299398 for osd.7 2023-12-18T13:40:13.083 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:13.320 INFO:teuthology.orchestra.run.smithi114.stdout:107374182420 2023-12-18T13:40:13.342 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:13 smithi114 ceph-mon[107744]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:13.343 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:13 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1760834125' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T13:40:13.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:13 smithi172 ceph-mon[110581]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:13.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:13 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1760834125' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T13:40:13.662 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018897 got 128849018897 for osd.4 2023-12-18T13:40:13.662 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:13.725 INFO:teuthology.orchestra.run.smithi114.stdout:193273528331 2023-12-18T13:40:14.249 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:14 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3822631526' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T13:40:14.249 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:14 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3351217282' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T13:40:14.298 INFO:teuthology.orchestra.run.smithi114.stdout:60129542172 2023-12-18T13:40:14.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:14 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3822631526' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T13:40:14.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:14 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3351217282' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T13:40:14.636 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182419 got 107374182420 for osd.3 2023-12-18T13:40:14.636 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:14.862 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528331 for osd.6 2023-12-18T13:40:14.862 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:15.112 INFO:teuthology.orchestra.run.smithi114.stdout:38654705695 2023-12-18T13:40:15.402 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:15 smithi114 ceph-mon[107744]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:15.402 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:15 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/4177789759' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T13:40:15.402 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:15 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3566480130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T13:40:15.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-12-18T13:40:15.421 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:15.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:15 smithi172 ceph-mon[110581]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:15.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/4177789759' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T13:40:15.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:15 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3566480130' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T13:40:15.608 INFO:teuthology.orchestra.run.smithi114.stdout:81604378649 2023-12-18T13:40:16.016 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705693 got 38654705695 for osd.0 2023-12-18T13:40:16.016 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:16.260 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:16 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/217015139' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T13:40:16.261 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378649 for osd.2 2023-12-18T13:40:16.261 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:16.467 INFO:teuthology.orchestra.run.smithi114.stdout:158913789966 2023-12-18T13:40:16.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:16 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/217015139' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T13:40:16.835 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789965 got 158913789966 for osd.5 2023-12-18T13:40:16.835 DEBUG:teuthology.parallel:result is None 2023-12-18T13:40:16.835 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-18T13:40:16.835 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T13:40:17.060 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:17.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:17 smithi172 ceph-mon[110581]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:17.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:17 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/4136749859' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T13:40:17.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:17 smithi114 ceph-mon[107744]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:17.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:17 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/4136749859' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T13:40:18.120 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:18.122 INFO:teuthology.orchestra.run.smithi114.stderr:dumped all 2023-12-18T13:40:18.493 INFO:teuthology.orchestra.run.smithi114.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-12-18T13:40:18.066759+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":48412,"kb_used_data":6044,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912804,"statfs":{"total":767960285184,"available":767910711296,"internally_reserved":0,"allocated":6189056,"data_stored":3446925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001905"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-18T13:39:54.195460+0000","last_change":"2023-12-18T13:39:54.195460+0000","last_active":"2023-12-18T13:39:54.195460+0000","last_peered":"2023-12-18T13:39:54.195460+0000","last_clean":"2023-12-18T13:39:54.195460+0000","last_became_active":"2023-12-18T13:39:54.195019+0000","last_became_peered":"2023-12-18T13:39:54.195019+0000","last_unstale":"2023-12-18T13:39:54.195460+0000","last_undegraded":"2023-12-18T13:39:54.195460+0000","last_fullsized":"2023-12-18T13:39:54.195460+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T13:38:28.752718+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T13:38:28.752718+0000","last_clean_scrub_stamp":"2023-12-18T13:38:28.752718+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-19T15:04:10.767015+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":761370,"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.57199999999999995}]},{"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.66800000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59699999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"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.68999999999999995}]},{"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.44}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":761155,"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.309}]},{"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.40100000000000002}]},{"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.436}]},{"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.39000000000000001}]},{"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.496}]},{"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.45900000000000002}]},{"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.55300000000000005}]}]},{"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":231970,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:40:11 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.372,"15min":0.372},"min":{"1min":0.252,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54700000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.248},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35899999999999999,"15min":0.35399999999999998},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.35699999999999998}]},{"osd":2,"last update":"Mon Dec 18 13:39:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.307},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.315}]},{"osd":3,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.34300000000000003}]},{"osd":4,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.40200000000000002}]},{"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.41499999999999998}]},{"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.40899999999999997}]},{"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.436}]}]},{"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":6852,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738300,"statfs":{"total":95995035648,"available":95988019200,"internally_reserved":0,"allocated":1110016,"data_stored":761693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Mon Dec 18 13:39:14 2023","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.157,"5min":0.157,"15min":0.157},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.311},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.16300000000000001,"5min":0.16300000000000001,"15min":0.16300000000000001},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.33300000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:39:30 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.25},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.36199999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:39:48 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.29799999999999999}]},{"osd":4,"last update":"Mon Dec 18 13:40:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.73599999999999999}]},{"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.58299999999999996}]},{"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.64900000000000002}]},{"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.71099999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":232765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:39:29 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.32200000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:39:29 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.33500000000000002}]},{"osd":3,"last update":"Mon Dec 18 13:39:49 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.29099999999999998}]},{"osd":4,"last update":"Mon Dec 18 13:40:01 2023","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":3.7650000000000001,"5min":3.7650000000000001,"15min":3.7650000000000001},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.53900000000000003}]},{"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.56499999999999995}]},{"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.59299999999999997}]},{"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.57899999999999996}]}]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":232765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.38800000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.33700000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.28599999999999998}]},{"osd":4,"last update":"Mon Dec 18 13:40:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.5}]},{"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.45700000000000002}]},{"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.53100000000000003}]},{"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.55000000000000004}]}]},{"osd":4,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":232765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.33800000000000002}]},{"osd":1,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.36499999999999999}]},{"osd":2,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.39300000000000002}]},{"osd":3,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.432},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.53900000000000003}]},{"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.59899999999999998}]},{"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.46500000000000002}]},{"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.56299999999999994}]}]},{"osd":5,"up_from":37,"seq":158913789967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":232442,"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":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.58999999999999997}]},{"osd":1,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.53600000000000003}]},{"osd":2,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.47999999999999998}]},{"osd":3,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.56100000000000005}]},{"osd":4,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.57299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67300000000000004}]},{"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.60399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-18T13:40:18.494 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T13:40:18.718 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:19.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:19 smithi114 ceph-mon[107744]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:19.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:19 smithi114 ceph-mon[107744]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:19.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:19 smithi172 ceph-mon[110581]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:19.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:19 smithi172 ceph-mon[110581]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:19.845 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:19.847 INFO:teuthology.orchestra.run.smithi114.stderr:dumped all 2023-12-18T13:40:20.226 INFO:teuthology.orchestra.run.smithi114.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2023-12-18T13:40:18.066759+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":48412,"kb_used_data":6044,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912804,"statfs":{"total":767960285184,"available":767910711296,"internally_reserved":0,"allocated":6189056,"data_stored":3446925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001905"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-18T13:39:54.195460+0000","last_change":"2023-12-18T13:39:54.195460+0000","last_active":"2023-12-18T13:39:54.195460+0000","last_peered":"2023-12-18T13:39:54.195460+0000","last_clean":"2023-12-18T13:39:54.195460+0000","last_became_active":"2023-12-18T13:39:54.195019+0000","last_became_peered":"2023-12-18T13:39:54.195019+0000","last_unstale":"2023-12-18T13:39:54.195460+0000","last_undegraded":"2023-12-18T13:39:54.195460+0000","last_fullsized":"2023-12-18T13:39:54.195460+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T13:38:28.752718+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T13:38:28.752718+0000","last_clean_scrub_stamp":"2023-12-18T13:38:28.752718+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-19T15:04:10.767015+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":761370,"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.57199999999999995}]},{"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.66800000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59699999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"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.68999999999999995}]},{"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.44}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":761155,"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.309}]},{"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.40100000000000002}]},{"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.436}]},{"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.39000000000000001}]},{"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.496}]},{"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.45900000000000002}]},{"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.55300000000000005}]}]},{"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":231970,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:40:11 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.372,"15min":0.372},"min":{"1min":0.252,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.54700000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.248},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35899999999999999,"15min":0.35399999999999998},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.35699999999999998}]},{"osd":2,"last update":"Mon Dec 18 13:39:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.307},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.315}]},{"osd":3,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.34300000000000003}]},{"osd":4,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.40200000000000002}]},{"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.41499999999999998}]},{"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.40899999999999997}]},{"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.436}]}]},{"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":6852,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738300,"statfs":{"total":95995035648,"available":95988019200,"internally_reserved":0,"allocated":1110016,"data_stored":761693,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Mon Dec 18 13:39:14 2023","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.157,"5min":0.157,"15min":0.157},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.311},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.16300000000000001,"5min":0.16300000000000001,"15min":0.16300000000000001},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.33300000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:39:30 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.25},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.36199999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:39:48 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.29799999999999999}]},{"osd":4,"last update":"Mon Dec 18 13:40:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.73599999999999999}]},{"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.58299999999999996}]},{"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.64900000000000002}]},{"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.71099999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6204,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":577536,"data_stored":232765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:39:29 2023","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.32200000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:39:29 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.33500000000000002}]},{"osd":3,"last update":"Mon Dec 18 13:39:49 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.29099999999999998}]},{"osd":4,"last update":"Mon Dec 18 13:40:01 2023","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":3.7650000000000001,"5min":3.7650000000000001,"15min":3.7650000000000001},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.53900000000000003}]},{"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.56499999999999995}]},{"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.59299999999999997}]},{"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.57899999999999996}]}]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":232765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.38800000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.27200000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.33700000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:39:46 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.28599999999999998}]},{"osd":4,"last update":"Mon Dec 18 13:40:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.5}]},{"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.45700000000000002}]},{"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.53100000000000003}]},{"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.55000000000000004}]}]},{"osd":4,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5692,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739460,"statfs":{"total":95995035648,"available":95989207040,"internally_reserved":0,"allocated":577536,"data_stored":232765,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.33800000000000002}]},{"osd":1,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.36499999999999999}]},{"osd":2,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.39300000000000002}]},{"osd":3,"last update":"Mon Dec 18 13:40:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.432},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.53900000000000003}]},{"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.59899999999999998}]},{"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.46500000000000002}]},{"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.56299999999999994}]}]},{"osd":5,"up_from":37,"seq":158913789967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":232442,"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":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.58999999999999997}]},{"osd":1,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.53600000000000003}]},{"osd":2,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.97099999999999997,"5min":0.97099999999999997,"15min":0.97099999999999997},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.47999999999999998}]},{"osd":3,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.56100000000000005}]},{"osd":4,"last update":"Mon Dec 18 13:40:17 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.57299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67300000000000004}]},{"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.60399999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-18T13:40:20.228 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-18T13:40:20.228 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-18T13:40:20.228 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-18T13:40:20.228 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-18T13:40:20.453 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/mon.smithi114/config 2023-12-18T13:40:21.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:21 smithi114 ceph-mon[107744]: from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:21.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:21 smithi114 ceph-mon[107744]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:21.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:21 smithi172 ceph-mon[110581]: from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:21.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:21 smithi172 ceph-mon[110581]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:21.613 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:21.613 INFO:teuthology.orchestra.run.smithi114.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-18T13:40:21.992 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-18T13:40:21.993 INFO:tasks.cephadm:Setup complete, yielding 2023-12-18T13:40:21.993 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:40:22.003 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:40:22.003 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-18T13:40:22.330 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:22 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1759173395' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T13:40:22.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:22 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1759173395' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T13:40:23.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:23 smithi114 ceph-mon[107744]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:23.459 INFO:teuthology.orchestra.run.smithi114.stdout:Backend: cephadm 2023-12-18T13:40:23.460 INFO:teuthology.orchestra.run.smithi114.stdout:Available: Yes 2023-12-18T13:40:23.460 INFO:teuthology.orchestra.run.smithi114.stdout:Paused: No 2023-12-18T13:40:23.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:23 smithi172 ceph-mon[110581]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:23.835 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-18T13:40:25.210 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 running (2m) 97s ago 3m 15.8M - ba2b418f427c 1130d640b544 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (3m) 97s ago 3m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (3m) 38s ago 3m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 running (2m) 97s ago 3m 45.8M - 8.3.5 dad864ee21e9 baa32bff46f6 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (4m) 97s ago 4m 462M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (3m) 38s ago 3m 419M - 17.2.0 e1d6a67b021e bdc82149c3e5 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (4m) 97s ago 4m 57.6M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (3m) 38s ago 3m 52.9M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 running (3m) 97s ago 3m 22.0M - 1dbe0e931976 ff782d69ad0e 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 running (3m) 38s ago 3m 22.6M - 1dbe0e931976 5912ca903f27 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (2m) 97s ago 2m 37.0M 3224M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (2m) 97s ago 2m 43.0M 3224M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (2m) 97s ago 2m 36.0M 3224M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:40:25.211 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (106s) 97s ago 105s 29.2M 3224M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:40:25.212 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (90s) 38s ago 89s 37.0M 3992M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:40:25.212 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (73s) 38s ago 73s 39.9M 3992M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:40:25.212 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (57s) 38s ago 57s 35.7M 3992M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:40:25.212 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (40s) 38s ago 40s 11.0M 3992M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:40:25.212 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 running (2m) 97s ago 2m 49.1M - 514e6a882f6e 94a5faeb3214 2023-12-18T13:40:25.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:25 smithi114 ceph-mon[107744]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:25.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:25 smithi114 ceph-mon[107744]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:25.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:25 smithi172 ceph-mon[110581]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:25.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:25 smithi172 ceph-mon[110581]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:25.584 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-18T13:40:26.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:26 smithi114 ceph-mon[107744]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:26.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:26 smithi172 ceph-mon[110581]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager ?:9093,9094 1/1 99s ago 4m count:1 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:crash 2/2 99s ago 4m * 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:grafana ?:3000 1/1 99s ago 4m count:1 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:mgr 2/2 99s ago 4m count:2 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:mon 2/2 99s ago 3m smithi114:172.21.15.114=smithi114;smithi172:172.21.15.172=smithi172;count:2 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter ?:9100 2/2 99s ago 4m * 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:osd 8 99s ago - 2023-12-18T13:40:26.899 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus ?:9095 1/1 99s ago 4m count:1 2023-12-18T13:40:27.284 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-18T13:40:27.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:27 smithi172 ceph-mon[110581]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:27.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:27 smithi114 ceph-mon[107744]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:28.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:28 smithi172 ceph-mon[110581]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:28.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:28 smithi114 ceph-mon[107744]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:28.566 INFO:teuthology.orchestra.run.smithi114.stdout:HOST ADDR LABELS STATUS 2023-12-18T13:40:28.566 INFO:teuthology.orchestra.run.smithi114.stdout:smithi114 172.21.15.114 2023-12-18T13:40:28.566 INFO:teuthology.orchestra.run.smithi114.stdout:smithi172 172.21.15.172 2023-12-18T13:40:28.566 INFO:teuthology.orchestra.run.smithi114.stdout:2 hosts in cluster 2023-12-18T13:40:28.950 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-18T13:40:29.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:29 smithi114 ceph-mon[107744]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:29.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:29 smithi172 ceph-mon[110581]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:30.276 INFO:teuthology.orchestra.run.smithi114.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-18T13:40:30.276 INFO:teuthology.orchestra.run.smithi114.stdout:smithi114 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400WB400BGN 400G LVM detected, locked 2023-12-18T13:40:30.276 INFO:teuthology.orchestra.run.smithi114.stdout:smithi172 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233005M400BGN 400G LVM detected, locked 2023-12-18T13:40:30.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:30 smithi114 ceph-mon[107744]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:30.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:30 smithi172 ceph-mon[110581]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:30.644 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T13:40:30.654 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:40:30.654 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T13:40:30.682 INFO:teuthology.orchestra.run.smithi114.stderr:+ systemctl stop nfs-server 2023-12-18T13:40:30.689 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi172.front.sepia.ceph.com 2023-12-18T13:40:30.689 DEBUG:teuthology.orchestra.run.smithi172:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T13:40:30.727 INFO:teuthology.orchestra.run.smithi172.stderr:+ systemctl stop nfs-server 2023-12-18T13:40:30.736 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:40:30.744 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:40:30.744 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-18T13:40:31.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:31 smithi114 ceph-mon[107744]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:31.355 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:31 smithi114 ceph-mon[107744]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:31.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:31 smithi172 ceph-mon[110581]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:31.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:31 smithi172 ceph-mon[110581]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:32.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:32 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T13:40:33.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:32 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T13:40:33.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi114[107721]: 2023-12-18T13:40:33.355+0000 7fe20cadf700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:40:33.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:33.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:33.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T13:40:33.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T13:40:33.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: fsmap foofs:0 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: Saving service mds.foofs spec with placement count:2 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:33.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:33.709 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:33.709 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:33.709 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: fsmap foofs:0 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: Saving service mds.foofs spec with placement count:2 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:33.710 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:33.812 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-18T13:40:33.822 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-18T13:40:33.822 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:40:35.157 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi114.zdrxoq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi114.zdrxoq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: Deploying daemon mds.foofs.smithi114.zdrxoq on smithi114 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: pgmap v152: 65 pgs: 8 creating+peering, 5 active+clean, 52 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:35.158 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:34 smithi114 ceph-mon[107744]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T13:40:35.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:35.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi114.zdrxoq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:40:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi114.zdrxoq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:40:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: Deploying daemon mds.foofs.smithi114.zdrxoq on smithi114 2023-12-18T13:40:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: pgmap v152: 65 pgs: 8 creating+peering, 5 active+clean, 52 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:34 smithi172 ceph-mon[110581]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T13:40:35.788 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:35.788 INFO:teuthology.orchestra.run.smithi114.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:36:15.350384Z", "last_refresh": "2023-12-18T13:38:47.251591Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:36:11.627160Z", "last_refresh": "2023-12-18T13:38:47.251654Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:36:13.448870Z", "last_refresh": "2023-12-18T13:38:47.251714Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:40:33.378019Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T13:40:33.373735Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:36:10.695595Z", "last_refresh": "2023-12-18T13:38:47.251493Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi114:172.21.15.114=smithi114", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:36:44.247514Z", "last_refresh": "2023-12-18T13:38:47.251351Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:36:14.465731Z", "last_refresh": "2023-12-18T13:38:47.251790Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-18T13:38:47.251928Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:36:12.576996Z", "last_refresh": "2023-12-18T13:38:47.251852Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:40:36.208 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T13:40:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:36 smithi114 ceph-mon[107744]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T13:40:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:36 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:36 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.glchmj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:40:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:36 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.glchmj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:40:36.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:36 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:36.647 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:36 smithi172 ceph-mon[110581]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T13:40:36.648 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:36 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:36.648 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:36 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.glchmj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:40:36.648 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:36 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.glchmj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:40:36.648 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:36 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:37.210 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:40:37.544 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: Deploying daemon mds.foofs.smithi172.glchmj on smithi172 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: pgmap v155: 65 pgs: 8 creating+peering, 33 active+clean, 24 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: mds.? [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058] up:boot 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: daemon mds.foofs.smithi114.zdrxoq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: Cluster is now healthy 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: fsmap foofs:0 1 up:standby 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi114.zdrxoq"}]: dispatch 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:creating} 2023-12-18T13:40:37.545 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:37 smithi114 ceph-mon[107744]: daemon mds.foofs.smithi114.zdrxoq is now active in filesystem foofs as rank 0 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: Deploying daemon mds.foofs.smithi172.glchmj on smithi172 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: pgmap v155: 65 pgs: 8 creating+peering, 33 active+clean, 24 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: mds.? [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058] up:boot 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: daemon mds.foofs.smithi114.zdrxoq assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T13:40:37.641 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: Cluster is now healthy 2023-12-18T13:40:37.642 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: fsmap foofs:0 1 up:standby 2023-12-18T13:40:37.642 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi114.zdrxoq"}]: dispatch 2023-12-18T13:40:37.642 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:creating} 2023-12-18T13:40:37.642 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:37 smithi172 ceph-mon[110581]: daemon mds.foofs.smithi114.zdrxoq is now active in filesystem foofs as rank 0 2023-12-18T13:40:38.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:38 smithi172 ceph-mon[110581]: mds.? [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058] up:active 2023-12-18T13:40:38.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:38 smithi172 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 2023-12-18T13:40:38.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:38.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:38.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:38.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:38 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:38.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:38 smithi114 ceph-mon[107744]: mds.? [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058] up:active 2023-12-18T13:40:38.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:38 smithi114 ceph-mon[107744]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 2023-12-18T13:40:38.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:38.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:38.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:38.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:38 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:38.861 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:38.861 INFO:teuthology.orchestra.run.smithi114.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:36:15.350384Z", "last_refresh": "2023-12-18T13:38:47.251591Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:36:11.627160Z", "last_refresh": "2023-12-18T13:38:47.251654Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:36:13.448870Z", "last_refresh": "2023-12-18T13:38:47.251714Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:40:33.378019Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T13:40:33.373735Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:36:10.695595Z", "last_refresh": "2023-12-18T13:38:47.251493Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi114:172.21.15.114=smithi114", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:36:44.247514Z", "last_refresh": "2023-12-18T13:38:47.251351Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:36:14.465731Z", "last_refresh": "2023-12-18T13:38:47.251790Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-18T13:38:47.251928Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:36:12.576996Z", "last_refresh": "2023-12-18T13:38:47.251852Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:40:39.261 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T13:40:39.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:39 smithi114 ceph-mon[107744]: pgmap v156: 65 pgs: 2 creating+peering, 57 active+clean, 6 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 216 B/s wr, 0 op/s 2023-12-18T13:40:39.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:39 smithi114 ceph-mon[107744]: mds.? [v2:172.21.15.172:6832/997339114,v1:172.21.15.172:6833/997339114] up:boot 2023-12-18T13:40:39.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:39 smithi114 ceph-mon[107744]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 1 up:standby 2023-12-18T13:40:39.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.glchmj"}]: dispatch 2023-12-18T13:40:39.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:39 smithi114 ceph-mon[107744]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 1 up:standby 2023-12-18T13:40:39.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:39.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:39 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:39 smithi172 ceph-mon[110581]: pgmap v156: 65 pgs: 2 creating+peering, 57 active+clean, 6 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 216 B/s wr, 0 op/s 2023-12-18T13:40:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:39 smithi172 ceph-mon[110581]: mds.? [v2:172.21.15.172:6832/997339114,v1:172.21.15.172:6833/997339114] up:boot 2023-12-18T13:40:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:39 smithi172 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 1 up:standby 2023-12-18T13:40:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.glchmj"}]: dispatch 2023-12-18T13:40:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:39 smithi172 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 1 up:standby 2023-12-18T13:40:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:39.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:39 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:40.262 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:40:40.585 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:40 smithi114 ceph-mon[107744]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:40 smithi172 ceph-mon[110581]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:41.617 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:41.618 INFO:teuthology.orchestra.run.smithi114.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:36:15.350384Z", "last_refresh": "2023-12-18T13:40:40.624837Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:36:11.627160Z", "last_refresh": "2023-12-18T13:40:38.913911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:36:13.448870Z", "last_refresh": "2023-12-18T13:40:40.624968Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:40:33.378019Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T13:40:33.373735Z", "last_refresh": "2023-12-18T13:40:38.914510Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:36:10.695595Z", "last_refresh": "2023-12-18T13:40:38.914040Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi114:172.21.15.114=smithi114", "smithi172:172.21.15.172=smithi172"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:36:44.247514Z", "last_refresh": "2023-12-18T13:40:38.914108Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:36:14.465731Z", "last_refresh": "2023-12-18T13:40:38.914169Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-12-18T13:40:38.914229Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:36:12.576996Z", "last_refresh": "2023-12-18T13:40:40.625092Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:40:41.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:41 smithi114 ceph-mon[107744]: pgmap v157: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2023-12-18T13:40:41.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:41.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:41.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:41.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:41.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:41.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:41 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:41 smithi172 ceph-mon[110581]: pgmap v157: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 4 op/s 2023-12-18T13:40:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:41 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:41.982 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-18T13:40:41.982 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:40:41.991 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:40:41.991 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-18T13:40:43.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:43 smithi114 ceph-mon[107744]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:43.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:43 smithi114 ceph-mon[107744]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T13:40:43.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:43 smithi172 ceph-mon[110581]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:40:43.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:43 smithi172 ceph-mon[110581]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T13:40:44.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:44 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T13:40:44.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:44 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T13:40:45.439 INFO:teuthology.orchestra.run.smithi114.stdout:NFS Cluster Created Successfully 2023-12-18T13:40:45.658 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:45 smithi114 ceph-mon[107744]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:45.658 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:45 smithi114 ceph-mon[107744]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-12-18T13:40:45.658 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T13:40:45.658 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:45 smithi114 ceph-mon[107744]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T13:40:45.658 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T13:40:45.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:45 smithi172 ceph-mon[110581]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:45.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:45 smithi172 ceph-mon[110581]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-12-18T13:40:45.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T13:40:45.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:45 smithi172 ceph-mon[110581]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T13:40:45.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T13:40:45.836 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-18T13:40:46.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:40:46.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:40:46.692 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:46 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:46.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T13:40:46.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi114.eqogbi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:40:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:46 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:47.536 INFO:teuthology.orchestra.run.smithi114.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-18T13:40:47.536 INFO:teuthology.orchestra.run.smithi114.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-18T13:40:47.536 INFO:teuthology.orchestra.run.smithi114.stderr:Error EINVAL: invalid command 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: Saving service nfs.foo spec with placement count:2 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: Creating key for client.nfs.foo.0.0.smithi114.eqogbi 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: Rados config object exists: conf-nfs.foo 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: Creating key for client.nfs.foo.0.0.smithi114.eqogbi-rgw 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: Deploying daemon nfs.foo.0.0.smithi114.eqogbi on smithi114 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: pgmap v162: 97 pgs: 10 creating+peering, 22 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T13:40:47.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:47 smithi114 ceph-mon[107744]: mgrmap e20: smithi114.blescs(active, since 3m), standbys: smithi172.zcqxgb 2023-12-18T13:40:47.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: Saving service nfs.foo spec with placement count:2 2023-12-18T13:40:47.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: Creating key for client.nfs.foo.0.0.smithi114.eqogbi 2023-12-18T13:40:47.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:40:47.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: Rados config object exists: conf-nfs.foo 2023-12-18T13:40:47.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: Creating key for client.nfs.foo.0.0.smithi114.eqogbi-rgw 2023-12-18T13:40:47.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: Deploying daemon nfs.foo.0.0.smithi114.eqogbi on smithi114 2023-12-18T13:40:47.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: pgmap v162: 97 pgs: 10 creating+peering, 22 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-18T13:40:47.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T13:40:47.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:47 smithi172 ceph-mon[110581]: mgrmap e20: smithi114.blescs(active, since 3m), standbys: smithi172.zcqxgb 2023-12-18T13:40:47.899 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:40:47.899 INFO:teuthology.orchestra.run.smithi114.stdout: "bind": "/fake", 2023-12-18T13:40:47.899 INFO:teuthology.orchestra.run.smithi114.stdout: "fs": "foofs", 2023-12-18T13:40:47.899 INFO:teuthology.orchestra.run.smithi114.stdout: "path": "/", 2023-12-18T13:40:47.899 INFO:teuthology.orchestra.run.smithi114.stdout: "cluster": "foo", 2023-12-18T13:40:47.899 INFO:teuthology.orchestra.run.smithi114.stdout: "mode": "RW" 2023-12-18T13:40:47.899 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:40:48.265 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: Creating key for client.nfs.foo.1.0.smithi172.gdatep 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-18T13:40:48.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:48 smithi114 ceph-mon[107744]: pgmap v164: 97 pgs: 10 creating+peering, 6 unknown, 81 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: Creating key for client.nfs.foo.1.0.smithi172.gdatep 2023-12-18T13:40:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:40:49.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-18T13:40:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:48 smithi172 ceph-mon[110581]: pgmap v164: 97 pgs: 10 creating+peering, 6 unknown, 81 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:40:50.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:50.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:50 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:50.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:50 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:51.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:51 smithi172 ceph-mon[110581]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:51.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:51 smithi172 ceph-mon[110581]: pgmap v165: 97 pgs: 7 creating+peering, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-18T13:40:51.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:51 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:40:51.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:51 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:40:51.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:51 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:40:51.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:51 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:40:51.428 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:51 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:51 smithi114 ceph-mon[107744]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:51 smithi114 ceph-mon[107744]: pgmap v165: 97 pgs: 7 creating+peering, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-18T13:40:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:51 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:40:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:51 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:40:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:51 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:40:51.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:51 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:40:51.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:51 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:52.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:52 smithi114 ceph-mon[107744]: Rados config object exists: conf-nfs.foo 2023-12-18T13:40:52.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:52 smithi114 ceph-mon[107744]: Creating key for client.nfs.foo.1.0.smithi172.gdatep-rgw 2023-12-18T13:40:52.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:52 smithi114 ceph-mon[107744]: Deploying daemon nfs.foo.1.0.smithi172.gdatep on smithi172 2023-12-18T13:40:52.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:52 smithi114 ceph-mon[107744]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:52.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:52 smithi172 ceph-mon[110581]: Rados config object exists: conf-nfs.foo 2023-12-18T13:40:52.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:52 smithi172 ceph-mon[110581]: Creating key for client.nfs.foo.1.0.smithi172.gdatep-rgw 2023-12-18T13:40:52.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:52 smithi172 ceph-mon[110581]: Deploying daemon nfs.foo.1.0.smithi172.gdatep on smithi172 2023-12-18T13:40:52.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:52 smithi172 ceph-mon[110581]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:53.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:53 smithi172 ceph-mon[110581]: pgmap v166: 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 2023-12-18T13:40:53.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:53 smithi172 ceph-mon[110581]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:53.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:53.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:53.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:53.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:53 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:53 smithi114 ceph-mon[107744]: pgmap v166: 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 2023-12-18T13:40:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:53 smithi114 ceph-mon[107744]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:53.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:53 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:55 smithi114 ceph-mon[107744]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:55.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:55 smithi114 ceph-mon[107744]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-18T13:40:55.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:55 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:55.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:55 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:55 smithi172 ceph-mon[110581]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:55.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:55 smithi172 ceph-mon[110581]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 2 op/s 2023-12-18T13:40:55.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:55 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:55.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:55 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.174 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-12-18T13:40:56.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:56.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:56.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:56.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:56.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:56 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.538 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T13:40:56.548 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:40:56.548 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-18T13:40:56.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:56.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:56.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:56.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:56.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:56 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:56.577 INFO:teuthology.orchestra.run.smithi114.stderr:+ mkdir /mnt/foo 2023-12-18T13:40:56.607 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-18T13:40:56.673 INFO:teuthology.orchestra.run.smithi114.stderr:++ hostname 2023-12-18T13:40:56.673 INFO:teuthology.orchestra.run.smithi114.stderr:+ mount -t nfs smithi114:/fake /mnt/foo -o sync 2023-12-18T13:40:57.083 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-18T13:40:57.150 INFO:teuthology.orchestra.run.smithi114.stderr:+ echo test 2023-12-18T13:40:57.199 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-18T13:40:57.265 INFO:teuthology.orchestra.run.smithi114.stderr:+ sync 2023-12-18T13:40:57.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:57 smithi172 ceph-mon[110581]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-12-18T13:40:57.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:57 smithi172 ceph-mon[110581]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:57.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:57 smithi114 ceph-mon[107744]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-12-18T13:40:57.440 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:57 smithi114 ceph-mon[107744]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:57.637 INFO:teuthology.run_tasks:Running task parallel... 2023-12-18T13:40:57.649 INFO:teuthology.task.parallel:starting parallel... 2023-12-18T13:40:57.649 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T13:40:57.649 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T13:40:57.650 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:40:57.650 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-18T13:40:57.650 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T13:40:57.650 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-18T13:40:57.651 INFO:teuthology.task.exec:Executing custom commands... 2023-12-18T13:40:57.651 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:40:57.651 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-18T13:40:57.744 INFO:teuthology.orchestra.run.smithi114.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T13:40:57.744 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:40:57.744 INFO:teuthology.orchestra.run.smithi114.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-18T13:40:57.755 INFO:teuthology.orchestra.run.smithi114.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T13:40:57.855 INFO:teuthology.orchestra.run.smithi114.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T13:40:57.855 INFO:teuthology.orchestra.run.smithi114.stdout:releasing clients 2023-12-18T13:40:58.856 INFO:teuthology.orchestra.run.smithi114.stdout: 5 86 19.27 MB/sec warmup 1 sec latency 147.917 ms 2023-12-18T13:40:59.516 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:59 smithi114 ceph-mon[107744]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-18T13:40:59.516 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:40:59 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:59.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:59 smithi172 ceph-mon[110581]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-18T13:40:59.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:40:59 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:40:59.855 INFO:teuthology.orchestra.run.smithi114.stdout: 5 191 19.12 MB/sec warmup 2 sec latency 237.664 ms 2023-12-18T13:41:00.236 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-18T13:41:00.855 INFO:teuthology.orchestra.run.smithi114.stdout: 5 299 18.32 MB/sec warmup 3 sec latency 129.589 ms 2023-12-18T13:41:01.335 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:01 smithi114 ceph-mon[107744]: pgmap v170: 97 pgs: 97 active+clean; 6.6 MiB data, 58 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 580 KiB/s wr, 81 op/s 2023-12-18T13:41:01.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:01 smithi172 ceph-mon[110581]: pgmap v170: 97 pgs: 97 active+clean; 6.6 MiB data, 58 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 580 KiB/s wr, 81 op/s 2023-12-18T13:41:01.856 INFO:teuthology.orchestra.run.smithi114.stdout: 5 408 18.03 MB/sec warmup 4 sec latency 173.454 ms 2023-12-18T13:41:02.843 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-18T13:41:02.856 INFO:teuthology.orchestra.run.smithi114.stdout: 5 511 17.74 MB/sec warmup 5 sec latency 160.515 ms 2023-12-18T13:41:03.444 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:03 smithi114 ceph-mon[107744]: pgmap v171: 97 pgs: 97 active+clean; 33 MiB data, 70 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.7 MiB/s wr, 120 op/s 2023-12-18T13:41:03.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:03 smithi172 ceph-mon[110581]: pgmap v171: 97 pgs: 97 active+clean; 33 MiB data, 70 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.7 MiB/s wr, 120 op/s 2023-12-18T13:41:03.856 INFO:teuthology.orchestra.run.smithi114.stdout: 5 691 17.46 MB/sec warmup 6 sec latency 114.860 ms 2023-12-18T13:41:04.458 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-18T13:41:04.458 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-18T13:41:04.458 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-18T13:41:04.458 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-18T13:41:04.458 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:41:04.458 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:41:04.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-18T13:41:04.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-18T13:41:04.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-12-18T13:41:04.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-18T13:41:04.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:41:04.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:41:04.856 INFO:teuthology.orchestra.run.smithi114.stdout: 5 983 15.90 MB/sec warmup 7 sec latency 157.176 ms 2023-12-18T13:41:05.454 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-18T13:41:05.477 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:05 smithi114 ceph-mon[107744]: pgmap v172: 97 pgs: 97 active+clean; 69 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.9 MiB/s wr, 179 op/s 2023-12-18T13:41:05.477 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-18T13:41:05.477 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-18T13:41:05.477 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-18T13:41:05.477 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:05 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-18T13:41:05.478 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:05 smithi114 ceph-mon[107744]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T13:41:05.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:05 smithi172 ceph-mon[110581]: pgmap v172: 97 pgs: 97 active+clean; 69 MiB data, 103 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.9 MiB/s wr, 179 op/s 2023-12-18T13:41:05.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-18T13:41:05.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-18T13:41:05.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-12-18T13:41:05.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:05 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-18T13:41:05.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:05 smithi172 ceph-mon[110581]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T13:41:05.856 INFO:teuthology.orchestra.run.smithi114.stdout: 5 1382 15.54 MB/sec warmup 8 sec latency 97.009 ms 2023-12-18T13:41:06.490 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:06 smithi114 ceph-mon[107744]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T13:41:06.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:06 smithi172 ceph-mon[110581]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T13:41:06.857 INFO:teuthology.orchestra.run.smithi114.stdout: 5 2013 14.81 MB/sec warmup 9 sec latency 92.240 ms 2023-12-18T13:41:07.500 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:07 smithi114 ceph-mon[107744]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 101 MiB data, 172 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s wr, 595 op/s 2023-12-18T13:41:07.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:07 smithi172 ceph-mon[110581]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 101 MiB data, 172 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s wr, 595 op/s 2023-12-18T13:41:07.857 INFO:teuthology.orchestra.run.smithi114.stdout: 5 2446 14.32 MB/sec warmup 10 sec latency 138.577 ms 2023-12-18T13:41:08.396 INFO:teuthology.orchestra.run.smithi114.stderr:module 'nfs' is already enabled 2023-12-18T13:41:08.511 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:08 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2640213466' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T13:41:08.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:08 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2640213466' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T13:41:08.857 INFO:teuthology.orchestra.run.smithi114.stdout: 5 2978 14.97 MB/sec warmup 11 sec latency 129.851 ms 2023-12-18T13:41:08.994 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-18T13:41:09.518 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:09 smithi114 ceph-mon[107744]: pgmap v176: 97 pgs: 1 peering, 96 active+clean; 109 MiB data, 197 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s wr, 533 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:41:09.518 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:09 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2640213466' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T13:41:09.518 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:09 smithi114 ceph-mon[107744]: mgrmap e21: smithi114.blescs(active, since 4m), standbys: smithi172.zcqxgb 2023-12-18T13:41:09.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:09 smithi172 ceph-mon[110581]: pgmap v176: 97 pgs: 1 peering, 96 active+clean; 109 MiB data, 197 MiB used, 715 GiB / 715 GiB avail; 14 MiB/s wr, 533 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:41:09.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:09 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2640213466' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T13:41:09.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:09 smithi172 ceph-mon[110581]: mgrmap e21: smithi114.blescs(active, since 4m), standbys: smithi172.zcqxgb 2023-12-18T13:41:09.857 INFO:teuthology.orchestra.run.smithi114.stdout: 5 3330 14.98 MB/sec warmup 12 sec latency 129.998 ms 2023-12-18T13:41:10.862 INFO:teuthology.orchestra.run.smithi114.stdout: 5 3637 14.74 MB/sec warmup 13 sec latency 114.624 ms 2023-12-18T13:41:11.259 INFO:teuthology.orchestra.run.smithi114.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:41:11.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:11 smithi114 ceph-mon[107744]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 111 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 11 MiB/s wr, 507 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:41:11.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:11.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:41:11.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:41:11.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:41:11.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:11.548 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:11 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:11.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:11 smithi172 ceph-mon[110581]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 111 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 11 MiB/s wr, 507 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:41:11.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:11.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:41:11.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:41:11.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:41:11.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:11.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:11 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:11.861 INFO:teuthology.orchestra.run.smithi114.stdout: 5 3964 14.18 MB/sec warmup 14 sec latency 141.564 ms 2023-12-18T13:41:11.905 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T13:41:11.905 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:41:11.906 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-18T13:41:12.569 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:12 smithi114 ceph-mon[107744]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:12.569 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:12 smithi114 ceph-mon[107744]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:41:12.569 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:12 smithi114 ceph-mon[107744]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:41:12.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:12 smithi172 ceph-mon[110581]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:12.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:12 smithi172 ceph-mon[110581]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:41:12.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:12 smithi172 ceph-mon[110581]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:41:12.862 INFO:teuthology.orchestra.run.smithi114.stdout: 5 4307 13.56 MB/sec warmup 15 sec latency 123.563 ms 2023-12-18T13:41:13.596 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:13 smithi114 ceph-mon[107744]: pgmap v178: 97 pgs: 97 active+clean; 121 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 8.8 MiB/s wr, 658 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:13.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:13 smithi172 ceph-mon[110581]: pgmap v178: 97 pgs: 97 active+clean; 121 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 8.8 MiB/s wr, 658 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:13.862 INFO:teuthology.orchestra.run.smithi114.stdout: 5 4739 13.52 MB/sec warmup 16 sec latency 133.365 ms 2023-12-18T13:41:14.351 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:41:14.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 5079 12.87 MB/sec warmup 17 sec latency 127.055 ms 2023-12-18T13:41:15.312 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:41:15.312 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 running (3m) 19s ago 4m 25.4M - ba2b418f427c 1130d640b544 2023-12-18T13:41:15.312 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (4m) 19s ago 4m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:41:15.312 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (4m) 21s ago 4m 7159k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 running (3m) 19s ago 4m 46.4M - 8.3.5 dad864ee21e9 baa32bff46f6 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (39s) 19s ago 39s 15.1M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (38s) 21s ago 37s 15.7M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (5m) 19s ago 5m 475M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (4m) 21s ago 4m 420M - 17.2.0 e1d6a67b021e bdc82149c3e5 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (5m) 19s ago 5m 76.6M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (4m) 21s ago 3m 62.1M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (27s) 19s ago 27s 54.2M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (23s) 21s ago 23s 57.7M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 running (4m) 19s ago 4m 23.1M - 1dbe0e931976 ff782d69ad0e 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 running (3m) 21s ago 3m 23.2M - 1dbe0e931976 5912ca903f27 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (3m) 19s ago 3m 53.5M 3224M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:41:15.313 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (3m) 19s ago 3m 56.9M 3224M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:41:15.314 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (2m) 19s ago 2m 49.0M 3224M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:41:15.314 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (2m) 19s ago 2m 49.6M 3224M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:41:15.314 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (2m) 21s ago 2m 48.4M 3992M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:41:15.314 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (2m) 21s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:41:15.314 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (107s) 21s ago 107s 50.0M 3992M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:41:15.314 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (90s) 21s ago 90s 49.9M 3992M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:41:15.314 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 running (3m) 19s ago 3m 62.1M - 514e6a882f6e 94a5faeb3214 2023-12-18T13:41:15.652 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:15 smithi114 ceph-mon[107744]: pgmap v179: 97 pgs: 97 active+clean; 130 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 8.7 MiB/s wr, 678 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:15.652 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:15 smithi114 ceph-mon[107744]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:15.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:15 smithi172 ceph-mon[110581]: pgmap v179: 97 pgs: 97 active+clean; 130 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 8.7 MiB/s wr, 678 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:15.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:15 smithi172 ceph-mon[110581]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:15.825 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:41:15.825 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:41:15.826 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:41:15.867 INFO:teuthology.orchestra.run.smithi114.stdout: 5 5384 12.50 MB/sec warmup 18 sec latency 120.954 ms 2023-12-18T13:41:16.262 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:41:16.262 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", 2023-12-18T13:41:16.262 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:41:16.262 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:41:16.262 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "", 2023-12-18T13:41:16.262 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 image" 2023-12-18T13:41:16.262 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:41:16.668 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:16 smithi114 ceph-mon[107744]: from='client.24379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:16.668 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:16 smithi114 ceph-mon[107744]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:16.668 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:16 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/470332779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:41:16.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:16 smithi172 ceph-mon[110581]: from='client.24379 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:16.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:16 smithi172 ceph-mon[110581]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:16.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:16 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/470332779' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:41:16.804 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:41:16.867 INFO:teuthology.orchestra.run.smithi114.stdout: 5 5594 12.08 MB/sec warmup 19 sec latency 127.295 ms 2023-12-18T13:41:17.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:17 smithi114 ceph-mon[107744]: pgmap v180: 97 pgs: 97 active+clean; 132 MiB data, 250 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 5.9 MiB/s wr, 517 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:17.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:17 smithi114 ceph-mon[107744]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:17.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:17 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/4069833911' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:41:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:17 smithi172 ceph-mon[110581]: pgmap v180: 97 pgs: 97 active+clean; 132 MiB data, 250 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 5.9 MiB/s wr, 517 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:17 smithi172 ceph-mon[110581]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:17 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/4069833911' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:41:17.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 5963 12.13 MB/sec warmup 20 sec latency 140.441 ms 2023-12-18T13:41:18.729 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:18 smithi114 ceph-mon[107744]: pgmap v181: 97 pgs: 97 active+clean; 128 MiB data, 281 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 5.7 MiB/s wr, 492 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:18.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:18 smithi172 ceph-mon[110581]: pgmap v181: 97 pgs: 97 active+clean; 128 MiB data, 281 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 5.7 MiB/s wr, 492 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:18.867 INFO:teuthology.orchestra.run.smithi114.stdout: 5 6363 12.11 MB/sec warmup 21 sec latency 124.200 ms 2023-12-18T13:41:19.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 6738 12.27 MB/sec warmup 22 sec latency 133.364 ms 2023-12-18T13:41:20.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 7061 12.23 MB/sec warmup 23 sec latency 139.780 ms 2023-12-18T13:41:21.279 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:21 smithi114 ceph-mon[107744]: pgmap v182: 97 pgs: 97 active+clean; 127 MiB data, 304 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 478 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:21.552 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:21 smithi172 ceph-mon[110581]: pgmap v182: 97 pgs: 97 active+clean; 127 MiB data, 304 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 478 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:21.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 7293 12.01 MB/sec warmup 24 sec latency 147.672 ms 2023-12-18T13:41:22.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 7495 11.66 MB/sec warmup 25 sec latency 126.921 ms 2023-12-18T13:41:23.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:23 smithi114 ceph-mon[107744]: pgmap v183: 97 pgs: 97 active+clean; 133 MiB data, 325 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.8 MiB/s wr, 608 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:23.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:23 smithi172 ceph-mon[110581]: pgmap v183: 97 pgs: 97 active+clean; 133 MiB data, 325 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.8 MiB/s wr, 608 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:41:23.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 7693 11.41 MB/sec warmup 26 sec latency 139.586 ms 2023-12-18T13:41:24.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 7890 11.11 MB/sec warmup 27 sec latency 110.358 ms 2023-12-18T13:41:25.421 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:25 smithi114 ceph-mon[107744]: pgmap v184: 97 pgs: 97 active+clean; 139 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.2 MiB/s wr, 480 op/s 2023-12-18T13:41:25.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:25 smithi172 ceph-mon[110581]: pgmap v184: 97 pgs: 97 active+clean; 139 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.2 MiB/s wr, 480 op/s 2023-12-18T13:41:25.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 8148 11.01 MB/sec warmup 28 sec latency 129.886 ms 2023-12-18T13:41:26.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 8413 10.76 MB/sec warmup 29 sec latency 139.119 ms 2023-12-18T13:41:27.495 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:27 smithi114 ceph-mon[107744]: pgmap v185: 97 pgs: 97 active+clean; 146 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-18T13:41:27.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:27 smithi172 ceph-mon[110581]: pgmap v185: 97 pgs: 97 active+clean; 146 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-18T13:41:27.868 INFO:teuthology.orchestra.run.smithi114.stdout: 5 8656 10.50 MB/sec warmup 30 sec latency 143.001 ms 2023-12-18T13:41:28.872 INFO:teuthology.orchestra.run.smithi114.stdout: 5 8923 10.32 MB/sec warmup 31 sec latency 126.374 ms 2023-12-18T13:41:29.556 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:29 smithi114 ceph-mon[107744]: pgmap v186: 97 pgs: 97 active+clean; 138 MiB data, 380 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 382 op/s 2023-12-18T13:41:29.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:29 smithi172 ceph-mon[110581]: pgmap v186: 97 pgs: 97 active+clean; 138 MiB data, 380 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 382 op/s 2023-12-18T13:41:29.870 INFO:teuthology.orchestra.run.smithi114.stdout: 5 9234 10.32 MB/sec warmup 32 sec latency 179.620 ms 2023-12-18T13:41:30.872 INFO:teuthology.orchestra.run.smithi114.stdout: 5 9522 10.25 MB/sec warmup 33 sec latency 126.966 ms 2023-12-18T13:41:31.605 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:31 smithi114 ceph-mon[107744]: pgmap v187: 97 pgs: 97 active+clean; 138 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.9 MiB/s wr, 359 op/s 2023-12-18T13:41:31.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:31 smithi172 ceph-mon[110581]: pgmap v187: 97 pgs: 97 active+clean; 138 MiB data, 370 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.9 MiB/s wr, 359 op/s 2023-12-18T13:41:31.875 INFO:teuthology.orchestra.run.smithi114.stdout: 5 9922 10.34 MB/sec warmup 34 sec latency 126.967 ms 2023-12-18T13:41:32.875 INFO:teuthology.orchestra.run.smithi114.stdout: 5 10241 10.33 MB/sec warmup 35 sec latency 121.040 ms 2023-12-18T13:41:33.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:33 smithi114 ceph-mon[107744]: pgmap v188: 97 pgs: 97 active+clean; 141 MiB data, 405 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 469 op/s 2023-12-18T13:41:33.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:33 smithi172 ceph-mon[110581]: pgmap v188: 97 pgs: 97 active+clean; 141 MiB data, 405 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 469 op/s 2023-12-18T13:41:33.875 INFO:teuthology.orchestra.run.smithi114.stdout: 5 10499 10.35 MB/sec warmup 36 sec latency 168.120 ms 2023-12-18T13:41:34.875 INFO:teuthology.orchestra.run.smithi114.stdout: 5 10818 10.36 MB/sec warmup 37 sec latency 99.698 ms 2023-12-18T13:41:35.428 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:35 smithi114 ceph-mon[107744]: pgmap v189: 97 pgs: 97 active+clean; 144 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:41:35.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:35 smithi172 ceph-mon[110581]: pgmap v189: 97 pgs: 97 active+clean; 144 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:41:35.875 INFO:teuthology.orchestra.run.smithi114.stdout: 5 11107 10.19 MB/sec warmup 38 sec latency 193.270 ms 2023-12-18T13:41:36.881 INFO:teuthology.orchestra.run.smithi114.stdout: 5 11357 10.10 MB/sec warmup 39 sec latency 132.280 ms 2023-12-18T13:41:37.498 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:37 smithi114 ceph-mon[107744]: pgmap v190: 97 pgs: 97 active+clean; 150 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 411 op/s 2023-12-18T13:41:37.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:37 smithi172 ceph-mon[110581]: pgmap v190: 97 pgs: 97 active+clean; 150 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 411 op/s 2023-12-18T13:41:37.888 INFO:teuthology.orchestra.run.smithi114.stdout: 5 11568 10.01 MB/sec warmup 40 sec latency 126.475 ms 2023-12-18T13:41:38.888 INFO:teuthology.orchestra.run.smithi114.stdout: 5 11853 9.93 MB/sec warmup 41 sec latency 126.859 ms 2023-12-18T13:41:39.557 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:39 smithi114 ceph-mon[107744]: pgmap v191: 97 pgs: 97 active+clean; 157 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-18T13:41:39.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:39 smithi172 ceph-mon[110581]: pgmap v191: 97 pgs: 97 active+clean; 157 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-18T13:41:39.889 INFO:teuthology.orchestra.run.smithi114.stdout: 5 12122 9.74 MB/sec warmup 42 sec latency 129.806 ms 2023-12-18T13:41:40.888 INFO:teuthology.orchestra.run.smithi114.stdout: 5 12369 9.59 MB/sec warmup 43 sec latency 117.534 ms 2023-12-18T13:41:41.609 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:41 smithi114 ceph-mon[107744]: pgmap v192: 97 pgs: 97 active+clean; 158 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-18T13:41:41.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:41 smithi172 ceph-mon[110581]: pgmap v192: 97 pgs: 97 active+clean; 158 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-18T13:41:41.888 INFO:teuthology.orchestra.run.smithi114.stdout: 5 12642 9.59 MB/sec warmup 44 sec latency 109.144 ms 2023-12-18T13:41:42.889 INFO:teuthology.orchestra.run.smithi114.stdout: 5 12814 9.44 MB/sec warmup 45 sec latency 135.202 ms 2023-12-18T13:41:43.637 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:43 smithi114 ceph-mon[107744]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 468 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-18T13:41:43.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:43 smithi172 ceph-mon[110581]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 468 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-12-18T13:41:43.889 INFO:teuthology.orchestra.run.smithi114.stdout: 5 13295 9.56 MB/sec warmup 46 sec latency 138.874 ms 2023-12-18T13:41:44.889 INFO:teuthology.orchestra.run.smithi114.stdout: 5 13669 9.63 MB/sec warmup 47 sec latency 125.393 ms 2023-12-18T13:41:45.658 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:45 smithi172 ceph-mon[110581]: pgmap v194: 97 pgs: 97 active+clean; 153 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-18T13:41:45.659 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:45.659 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:41:45.659 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:45 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:45.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:45 smithi114 ceph-mon[107744]: pgmap v194: 97 pgs: 97 active+clean; 153 MiB data, 475 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-12-18T13:41:45.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:45.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:41:45.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:45 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:41:45.889 INFO:teuthology.orchestra.run.smithi114.stdout: 5 14058 9.79 MB/sec warmup 48 sec latency 126.959 ms 2023-12-18T13:41:46.699 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:46 smithi114 ceph-mon[107744]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T13:41:46.699 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:46 smithi114 ceph-mon[107744]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T13:41:46.699 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:46 smithi114 ceph-mon[107744]: Upgrade: Need to upgrade myself (mgr.smithi114.blescs) 2023-12-18T13:41:46.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:46 smithi172 ceph-mon[110581]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T13:41:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:46 smithi172 ceph-mon[110581]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T13:41:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:46 smithi172 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi114.blescs) 2023-12-18T13:41:46.893 INFO:teuthology.orchestra.run.smithi114.stdout: 5 14430 9.80 MB/sec warmup 49 sec latency 132.008 ms 2023-12-18T13:41:47.269 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:41:47.502 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:47 smithi114 ceph-mon[107744]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi172 2023-12-18T13:41:47.502 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:47 smithi114 ceph-mon[107744]: pgmap v195: 97 pgs: 97 active+clean; 156 MiB data, 483 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 371 op/s 2023-12-18T13:41:47.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:47 smithi172 ceph-mon[110581]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi172 2023-12-18T13:41:47.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:47 smithi172 ceph-mon[110581]: pgmap v195: 97 pgs: 97 active+clean; 156 MiB data, 483 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 371 op/s 2023-12-18T13:41:47.896 INFO:teuthology.orchestra.run.smithi114.stdout: 5 14844 9.77 MB/sec warmup 50 sec latency 133.356 ms 2023-12-18T13:41:48.117 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:41:48.117 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 running (4m) 52s ago 5m 25.4M - ba2b418f427c 1130d640b544 2023-12-18T13:41:48.117 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (5m) 52s ago 5m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (4m) 53s ago 4m 7159k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 running (3m) 52s ago 4m 46.4M - 8.3.5 dad864ee21e9 baa32bff46f6 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (72s) 52s ago 72s 15.1M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (70s) 53s ago 70s 15.7M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (6m) 52s ago 6m 475M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (4m) 53s ago 4m 420M - 17.2.0 e1d6a67b021e bdc82149c3e5 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (6m) 52s ago 6m 76.6M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (4m) 53s ago 4m 62.1M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (60s) 52s ago 60s 54.2M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (56s) 53s ago 55s 57.7M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 running (4m) 52s ago 4m 23.1M - 1dbe0e931976 ff782d69ad0e 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 running (4m) 53s ago 4m 23.2M - 1dbe0e931976 5912ca903f27 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (4m) 52s ago 4m 53.5M 3224M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (3m) 52s ago 3m 56.9M 3224M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:41:48.118 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (3m) 52s ago 3m 49.0M 3224M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:41:48.119 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (3m) 52s ago 3m 49.6M 3224M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:41:48.119 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (2m) 53s ago 2m 48.4M 3992M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:41:48.119 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (2m) 53s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:41:48.119 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (2m) 53s ago 2m 50.0M 3992M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:41:48.119 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (2m) 53s ago 2m 49.9M 3992M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:41:48.119 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 running (4m) 52s ago 4m 62.1M - 514e6a882f6e 94a5faeb3214 2023-12-18T13:41:48.540 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:48 smithi114 ceph-mon[107744]: from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:48.604 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:41:48.604 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:41:48.604 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:41:48.604 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:41:48.605 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:41:48.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:48 smithi172 ceph-mon[110581]: from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:48.896 INFO:teuthology.orchestra.run.smithi114.stdout: 5 15066 9.65 MB/sec warmup 51 sec latency 117.528 ms 2023-12-18T13:41:49.001 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:41:49.001 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:41:49.001 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:41:49.001 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:41:49.002 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "0/23 daemons upgraded", 2023-12-18T13:41:49.002 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e image on host smithi172" 2023-12-18T13:41:49.002 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:41:49.507 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:41:49.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:49 smithi114 ceph-mon[107744]: from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:49.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:49 smithi114 ceph-mon[107744]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:49.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:49 smithi114 ceph-mon[107744]: pgmap v196: 97 pgs: 97 active+clean; 167 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-18T13:41:49.564 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:49 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1932618529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:41:49.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:49 smithi172 ceph-mon[110581]: from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:49.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:49 smithi172 ceph-mon[110581]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:49.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:49 smithi172 ceph-mon[110581]: pgmap v196: 97 pgs: 97 active+clean; 167 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-18T13:41:49.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:49 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1932618529' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:41:49.896 INFO:teuthology.orchestra.run.smithi114.stdout: 5 15382 9.61 MB/sec warmup 52 sec latency 140.122 ms 2023-12-18T13:41:50.576 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:50 smithi114 ceph-mon[107744]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:50.576 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:50 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1763909270' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:41:50.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:50 smithi172 ceph-mon[110581]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:41:50.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:50 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1763909270' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:41:50.896 INFO:teuthology.orchestra.run.smithi114.stdout: 5 15690 9.54 MB/sec warmup 53 sec latency 120.443 ms 2023-12-18T13:41:51.609 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:51 smithi114 ceph-mon[107744]: pgmap v197: 97 pgs: 97 active+clean; 166 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-12-18T13:41:51.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:51 smithi172 ceph-mon[110581]: pgmap v197: 97 pgs: 97 active+clean; 166 MiB data, 537 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-12-18T13:41:51.897 INFO:teuthology.orchestra.run.smithi114.stdout: 5 16017 9.48 MB/sec warmup 54 sec latency 146.420 ms 2023-12-18T13:41:52.897 INFO:teuthology.orchestra.run.smithi114.stdout: 5 16437 9.50 MB/sec warmup 55 sec latency 136.412 ms 2023-12-18T13:41:53.358 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:53 smithi114 ceph-mon[107744]: pgmap v198: 97 pgs: 97 active+clean; 169 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-18T13:41:53.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:53 smithi172 ceph-mon[110581]: pgmap v198: 97 pgs: 97 active+clean; 169 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-18T13:41:53.897 INFO:teuthology.orchestra.run.smithi114.stdout: 5 16908 9.55 MB/sec warmup 56 sec latency 129.566 ms 2023-12-18T13:41:54.906 INFO:teuthology.orchestra.run.smithi114.stdout: 5 17310 9.68 MB/sec warmup 57 sec latency 142.999 ms 2023-12-18T13:41:55.393 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:55 smithi114 ceph-mon[107744]: pgmap v199: 97 pgs: 97 active+clean; 167 MiB data, 596 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-18T13:41:55.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:55 smithi172 ceph-mon[110581]: pgmap v199: 97 pgs: 97 active+clean; 167 MiB data, 596 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-12-18T13:41:55.906 INFO:teuthology.orchestra.run.smithi114.stdout: 5 17680 9.76 MB/sec warmup 58 sec latency 138.530 ms 2023-12-18T13:41:56.906 INFO:teuthology.orchestra.run.smithi114.stdout: 5 18068 9.84 MB/sec warmup 59 sec latency 127.413 ms 2023-12-18T13:41:57.454 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:57 smithi114 ceph-mon[107744]: pgmap v200: 97 pgs: 97 active+clean; 168 MiB data, 624 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.0 MiB/s wr, 471 op/s 2023-12-18T13:41:57.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:57 smithi172 ceph-mon[110581]: pgmap v200: 97 pgs: 97 active+clean; 168 MiB data, 624 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.0 MiB/s wr, 471 op/s 2023-12-18T13:41:57.906 INFO:teuthology.orchestra.run.smithi114.stdout: 5 18294 9.71 MB/sec warmup 60 sec latency 128.755 ms 2023-12-18T13:41:58.906 INFO:teuthology.orchestra.run.smithi114.stdout: 5 18636 9.63 MB/sec warmup 61 sec latency 129.390 ms 2023-12-18T13:41:59.498 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:41:59 smithi114 ceph-mon[107744]: pgmap v201: 97 pgs: 97 active+clean; 181 MiB data, 643 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.0 MiB/s wr, 589 op/s 2023-12-18T13:41:59.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:41:59 smithi172 ceph-mon[110581]: pgmap v201: 97 pgs: 97 active+clean; 181 MiB data, 643 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 6.0 MiB/s wr, 589 op/s 2023-12-18T13:41:59.906 INFO:teuthology.orchestra.run.smithi114.stdout: 5 19162 9.65 MB/sec warmup 62 sec latency 126.834 ms 2023-12-18T13:42:00.910 INFO:teuthology.orchestra.run.smithi114.stdout: 5 19694 9.71 MB/sec warmup 63 sec latency 129.630 ms 2023-12-18T13:42:01.537 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:01 smithi114 ceph-mon[107744]: pgmap v202: 97 pgs: 97 active+clean; 181 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.6 MiB/s wr, 427 op/s 2023-12-18T13:42:01.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:01 smithi172 ceph-mon[110581]: pgmap v202: 97 pgs: 97 active+clean; 181 MiB data, 656 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.6 MiB/s wr, 427 op/s 2023-12-18T13:42:01.916 INFO:teuthology.orchestra.run.smithi114.stdout: 5 20091 9.69 MB/sec warmup 64 sec latency 129.385 ms 2023-12-18T13:42:02.916 INFO:teuthology.orchestra.run.smithi114.stdout: 5 20529 9.75 MB/sec warmup 65 sec latency 123.952 ms 2023-12-18T13:42:03.586 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:03 smithi114 ceph-mon[107744]: pgmap v203: 97 pgs: 97 active+clean; 181 MiB data, 670 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 456 op/s 2023-12-18T13:42:03.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:03 smithi172 ceph-mon[110581]: pgmap v203: 97 pgs: 97 active+clean; 181 MiB data, 670 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.2 MiB/s wr, 456 op/s 2023-12-18T13:42:03.916 INFO:teuthology.orchestra.run.smithi114.stdout: 5 20967 9.87 MB/sec warmup 66 sec latency 167.876 ms 2023-12-18T13:42:04.595 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:42:04.595 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:04 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:42:04.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/trash_purge_schedule"}]: dispatch 2023-12-18T13:42:04.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:04 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi114.blescs/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:42:04.916 INFO:teuthology.orchestra.run.smithi114.stdout: 5 21265 9.86 MB/sec warmup 67 sec latency 137.849 ms 2023-12-18T13:42:05.623 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:05 smithi114 ceph-mon[107744]: pgmap v204: 97 pgs: 97 active+clean; 184 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 628 op/s 2023-12-18T13:42:05.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:05 smithi172 ceph-mon[110581]: pgmap v204: 97 pgs: 97 active+clean; 184 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 628 op/s 2023-12-18T13:42:05.925 INFO:teuthology.orchestra.run.smithi114.stdout: 5 21621 9.88 MB/sec warmup 68 sec latency 128.936 ms 2023-12-18T13:42:06.930 INFO:teuthology.orchestra.run.smithi114.stdout: 5 21865 9.78 MB/sec warmup 69 sec latency 126.661 ms 2023-12-18T13:42:07.412 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:07 smithi114 ceph-mon[107744]: pgmap v205: 97 pgs: 97 active+clean; 186 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.2 MiB/s wr, 633 op/s 2023-12-18T13:42:07.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:07 smithi172 ceph-mon[110581]: pgmap v205: 97 pgs: 97 active+clean; 186 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.2 MiB/s wr, 633 op/s 2023-12-18T13:42:07.930 INFO:teuthology.orchestra.run.smithi114.stdout: 5 22208 9.78 MB/sec warmup 70 sec latency 133.042 ms 2023-12-18T13:42:08.931 INFO:teuthology.orchestra.run.smithi114.stdout: 5 22539 9.78 MB/sec warmup 71 sec latency 131.778 ms 2023-12-18T13:42:09.449 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:09 smithi114 ceph-mon[107744]: pgmap v206: 97 pgs: 97 active+clean; 190 MiB data, 735 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.4 MiB/s wr, 590 op/s 2023-12-18T13:42:09.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:09 smithi172 ceph-mon[110581]: pgmap v206: 97 pgs: 97 active+clean; 190 MiB data, 735 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.4 MiB/s wr, 590 op/s 2023-12-18T13:42:09.931 INFO:teuthology.orchestra.run.smithi114.stdout: 5 22853 9.72 MB/sec warmup 72 sec latency 146.877 ms 2023-12-18T13:42:10.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 23224 9.63 MB/sec warmup 73 sec latency 120.894 ms 2023-12-18T13:42:11.517 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:11 smithi114 ceph-mon[107744]: pgmap v207: 97 pgs: 97 active+clean; 191 MiB data, 764 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 413 op/s 2023-12-18T13:42:11.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:11 smithi172 ceph-mon[110581]: pgmap v207: 97 pgs: 97 active+clean; 191 MiB data, 764 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 413 op/s 2023-12-18T13:42:11.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 23525 9.62 MB/sec warmup 74 sec latency 149.234 ms 2023-12-18T13:42:12.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 23932 9.71 MB/sec warmup 75 sec latency 133.638 ms 2023-12-18T13:42:13.562 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:13 smithi114 ceph-mon[107744]: pgmap v208: 97 pgs: 97 active+clean; 192 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.7 MiB/s wr, 570 op/s 2023-12-18T13:42:13.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:13 smithi172 ceph-mon[110581]: pgmap v208: 97 pgs: 97 active+clean; 192 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.7 MiB/s wr, 570 op/s 2023-12-18T13:42:13.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 24261 9.75 MB/sec warmup 76 sec latency 207.338 ms 2023-12-18T13:42:14.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 24643 9.77 MB/sec warmup 77 sec latency 132.423 ms 2023-12-18T13:42:15.616 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:15 smithi114 ceph-mon[107744]: pgmap v209: 97 pgs: 97 active+clean; 194 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 634 op/s 2023-12-18T13:42:15.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:15 smithi172 ceph-mon[110581]: pgmap v209: 97 pgs: 97 active+clean; 194 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 634 op/s 2023-12-18T13:42:15.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 24997 9.75 MB/sec warmup 78 sec latency 130.001 ms 2023-12-18T13:42:16.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 25384 9.77 MB/sec warmup 79 sec latency 129.504 ms 2023-12-18T13:42:17.653 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:17 smithi114 ceph-mon[107744]: pgmap v210: 97 pgs: 97 active+clean; 197 MiB data, 813 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 416 op/s 2023-12-18T13:42:17.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:17 smithi172 ceph-mon[110581]: pgmap v210: 97 pgs: 97 active+clean; 197 MiB data, 813 MiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 416 op/s 2023-12-18T13:42:17.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 25842 9.76 MB/sec warmup 80 sec latency 132.019 ms 2023-12-18T13:42:18.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 26214 9.75 MB/sec warmup 81 sec latency 129.180 ms 2023-12-18T13:42:19.669 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:19 smithi114 ceph-mon[107744]: pgmap v211: 97 pgs: 97 active+clean; 204 MiB data, 845 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 492 op/s 2023-12-18T13:42:19.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:19 smithi172 ceph-mon[110581]: pgmap v211: 97 pgs: 97 active+clean; 204 MiB data, 845 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 492 op/s 2023-12-18T13:42:19.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 26693 9.79 MB/sec warmup 82 sec latency 149.290 ms 2023-12-18T13:42:19.939 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 running (4m) 85s ago 5m 25.4M - ba2b418f427c 1130d640b544 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (5m) 85s ago 5m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (5m) 86s ago 5m 7159k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 running (4m) 85s ago 5m 46.4M - 8.3.5 dad864ee21e9 baa32bff46f6 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (105s) 85s ago 104s 15.1M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (103s) 86s ago 103s 15.7M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (6m) 85s ago 6m 475M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (5m) 86s ago 5m 420M - 17.2.0 e1d6a67b021e bdc82149c3e5 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (6m) 85s ago 6m 76.6M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (5m) 86s ago 5m 62.1M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (93s) 85s ago 93s 54.2M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:42:20.738 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (88s) 86s ago 88s 57.7M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 running (5m) 85s ago 5m 23.1M - 1dbe0e931976 ff782d69ad0e 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 running (4m) 86s ago 4m 23.2M - 1dbe0e931976 5912ca903f27 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (4m) 85s ago 4m 53.5M 3224M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (4m) 85s ago 4m 56.9M 3224M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (3m) 85s ago 3m 49.0M 3224M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (3m) 85s ago 3m 49.6M 3224M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (3m) 86s ago 3m 48.4M 3992M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (3m) 86s ago 3m 49.0M 3992M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (2m) 86s ago 2m 50.0M 3992M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (2m) 86s ago 2m 49.9M 3992M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:42:20.739 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 running (4m) 85s ago 4m 62.1M - 514e6a882f6e 94a5faeb3214 2023-12-18T13:42:20.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 27163 9.76 MB/sec warmup 83 sec latency 98.399 ms 2023-12-18T13:42:21.203 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T13:42:21.204 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:42:21.205 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:42:21.637 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:42:21.638 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:42:21.638 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:42:21.638 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:42:21.638 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "0/23 daemons upgraded", 2023-12-18T13:42:21.638 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e image on host smithi172" 2023-12-18T13:42:21.638 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:42:21.695 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:21 smithi114 ceph-mon[107744]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:21.695 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:21 smithi114 ceph-mon[107744]: pgmap v212: 97 pgs: 97 active+clean; 209 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.9 MiB/s wr, 548 op/s 2023-12-18T13:42:21.695 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:21 smithi114 ceph-mon[107744]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:21.695 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:21 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/204140306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:42:21.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:21 smithi172 ceph-mon[110581]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:21.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:21 smithi172 ceph-mon[110581]: pgmap v212: 97 pgs: 97 active+clean; 209 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 4.9 MiB/s wr, 548 op/s 2023-12-18T13:42:21.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:21 smithi172 ceph-mon[110581]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:21.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:21 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/204140306' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:42:21.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 27532 9.83 MB/sec warmup 84 sec latency 127.497 ms 2023-12-18T13:42:22.112 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:42:22.710 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:22 smithi114 ceph-mon[107744]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:22.710 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:22 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2586427066' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:42:22.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:22 smithi172 ceph-mon[110581]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:22.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:22 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2586427066' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:42:22.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 27895 9.85 MB/sec warmup 85 sec latency 123.800 ms 2023-12-18T13:42:23.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:23 smithi114 ceph-mon[107744]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:23.496 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:23 smithi114 ceph-mon[107744]: pgmap v213: 97 pgs: 97 active+clean; 207 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.8 MiB/s wr, 620 op/s 2023-12-18T13:42:23.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:23 smithi172 ceph-mon[110581]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:23.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:23 smithi172 ceph-mon[110581]: pgmap v213: 97 pgs: 97 active+clean; 207 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.8 MiB/s wr, 620 op/s 2023-12-18T13:42:23.932 INFO:teuthology.orchestra.run.smithi114.stdout: 5 28298 9.89 MB/sec warmup 86 sec latency 136.647 ms 2023-12-18T13:42:24.934 INFO:teuthology.orchestra.run.smithi114.stdout: 5 28554 9.88 MB/sec warmup 87 sec latency 207.385 ms 2023-12-18T13:42:25.541 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:25 smithi114 ceph-mon[107744]: pgmap v214: 97 pgs: 97 active+clean; 207 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.4 MiB/s wr, 501 op/s 2023-12-18T13:42:25.541 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:25 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:25.541 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:25 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:42:25.541 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:25 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:42:25.541 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:25 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:42:25.645 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:25 smithi172 ceph-mon[110581]: pgmap v214: 97 pgs: 97 active+clean; 207 MiB data, 920 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.4 MiB/s wr, 501 op/s 2023-12-18T13:42:25.645 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:25 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:25.645 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:25 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.zcqxgb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:42:25.645 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:25 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:42:25.645 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:25 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:42:25.933 INFO:teuthology.orchestra.run.smithi114.stdout: 5 28881 9.83 MB/sec warmup 88 sec latency 134.246 ms 2023-12-18T13:42:26.569 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:26 smithi114 ceph-mon[107744]: Upgrade: Updating mgr.smithi172.zcqxgb 2023-12-18T13:42:26.569 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:26 smithi114 ceph-mon[107744]: Deploying daemon mgr.smithi172.zcqxgb on smithi172 2023-12-18T13:42:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:26 smithi172 ceph-mon[110581]: Upgrade: Updating mgr.smithi172.zcqxgb 2023-12-18T13:42:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:26 smithi172 ceph-mon[110581]: Deploying daemon mgr.smithi172.zcqxgb on smithi172 2023-12-18T13:42:26.939 INFO:teuthology.orchestra.run.smithi114.stdout: 5 29246 9.84 MB/sec warmup 89 sec latency 129.775 ms 2023-12-18T13:42:27.598 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:27 smithi114 ceph-mon[107744]: pgmap v215: 97 pgs: 97 active+clean; 214 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-12-18T13:42:27.598 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:27 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:27.598 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:27 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:27.598 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:27 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:42:27.598 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:27 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:42:27.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:27 smithi172 ceph-mon[110581]: pgmap v215: 97 pgs: 97 active+clean; 214 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-12-18T13:42:27.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:27 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:27.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:27 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:27.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:27 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:42:27.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:27 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:42:27.939 INFO:teuthology.orchestra.run.smithi114.stdout: 5 29610 9.83 MB/sec warmup 90 sec latency 87.065 ms 2023-12-18T13:42:28.939 INFO:teuthology.orchestra.run.smithi114.stdout: 5 29959 9.76 MB/sec warmup 91 sec latency 126.882 ms 2023-12-18T13:42:29.632 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:29 smithi114 ceph-mon[107744]: pgmap v216: 97 pgs: 97 active+clean; 215 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2023-12-18T13:42:29.632 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:29 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:29.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:29 smithi172 ceph-mon[110581]: pgmap v216: 97 pgs: 97 active+clean; 215 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2023-12-18T13:42:29.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:29 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:29.942 INFO:teuthology.orchestra.run.smithi114.stdout: 5 30211 9.69 MB/sec warmup 92 sec latency 140.115 ms 2023-12-18T13:42:30.951 INFO:teuthology.orchestra.run.smithi114.stdout: 5 30653 9.76 MB/sec warmup 93 sec latency 128.339 ms 2023-12-18T13:42:31.187 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:31 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:31.187 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:31 smithi114 ceph-mon[107744]: pgmap v217: 97 pgs: 97 active+clean; 215 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.8 MiB/s wr, 444 op/s 2023-12-18T13:42:31.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:31 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:31.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:31 smithi172 ceph-mon[110581]: pgmap v217: 97 pgs: 97 active+clean; 215 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.8 MiB/s wr, 444 op/s 2023-12-18T13:42:31.951 INFO:teuthology.orchestra.run.smithi114.stdout: 5 31059 9.78 MB/sec warmup 94 sec latency 129.997 ms 2023-12-18T13:42:32.951 INFO:teuthology.orchestra.run.smithi114.stdout: 5 31441 9.79 MB/sec warmup 95 sec latency 137.205 ms 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: pgmap v218: 97 pgs: 97 active+clean; 216 MiB data, 970 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 466 op/s 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi114.blescs) 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: Failing over to other MGR 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr fail", "who": "smithi114.blescs"}]: dispatch 2023-12-18T13:42:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:33 smithi172 ceph-mon[110581]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T13:42:33.523 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: pgmap v218: 97 pgs: 97 active+clean; 216 MiB data, 970 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.3 MiB/s wr, 466 op/s 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: Upgrade: Need to upgrade myself (mgr.smithi114.blescs) 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: Failing over to other MGR 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd=[{"prefix": "mgr fail", "who": "smithi114.blescs"}]: dispatch 2023-12-18T13:42:33.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:33 smithi114 ceph-mon[107744]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T13:42:33.951 INFO:teuthology.orchestra.run.smithi114.stdout: 5 31861 9.84 MB/sec warmup 96 sec latency 135.674 ms 2023-12-18T13:42:34.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:34 smithi172 ceph-mon[110581]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "mgr fail", "who": "smithi114.blescs"}]': finished 2023-12-18T13:42:34.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:34 smithi172 ceph-mon[110581]: mgrmap e22: smithi172.zcqxgb(active, starting, since 0.995251s) 2023-12-18T13:42:34.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:34 smithi172 ceph-mon[110581]: Standby manager daemon smithi114.blescs started 2023-12-18T13:42:34.583 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:34 smithi114 ceph-mon[107744]: from='mgr.14206 172.21.15.114:0/581705864' entity='mgr.smithi114.blescs' cmd='[{"prefix": "mgr fail", "who": "smithi114.blescs"}]': finished 2023-12-18T13:42:34.583 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:34 smithi114 ceph-mon[107744]: mgrmap e22: smithi172.zcqxgb(active, starting, since 0.995251s) 2023-12-18T13:42:34.583 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:34 smithi114 ceph-mon[107744]: Standby manager daemon smithi114.blescs started 2023-12-18T13:42:34.951 INFO:teuthology.orchestra.run.smithi114.stdout: 5 32120 9.83 MB/sec warmup 97 sec latency 130.038 ms 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: mgrmap e23: smithi172.zcqxgb(active, starting, since 1.9993s), standbys: smithi114.blescs 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: Active manager daemon smithi172.zcqxgb restarted 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: Activating manager daemon smithi172.zcqxgb 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/crt"}]: dispatch 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/key"}]: dispatch 2023-12-18T13:42:35.349 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:35 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:42:35.579 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: mgrmap e23: smithi172.zcqxgb(active, starting, since 1.9993s), standbys: smithi114.blescs 2023-12-18T13:42:35.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: Active manager daemon smithi172.zcqxgb restarted 2023-12-18T13:42:35.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: Activating manager daemon smithi172.zcqxgb 2023-12-18T13:42:35.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:42:35.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/crt"}]: dispatch 2023-12-18T13:42:35.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:42:35.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.zcqxgb/key"}]: dispatch 2023-12-18T13:42:35.580 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:35 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:42:35.951 INFO:teuthology.orchestra.run.smithi114.stdout: 5 32514 9.83 MB/sec warmup 98 sec latency 133.312 ms 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: mgrmap e24: smithi172.zcqxgb(active, starting, since 0.525098s), standbys: smithi114.blescs 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi114.zdrxoq"}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.glchmj"}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mgr metadata", "who": "smithi172.zcqxgb", "id": "smithi172.zcqxgb"}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mgr metadata", "who": "smithi114.blescs", "id": "smithi114.blescs"}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:42:36.366 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: Manager daemon smithi172.zcqxgb is now available 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:42:36.367 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/trash_purge_schedule"}]: dispatch 2023-12-18T13:42:36.368 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/trash_purge_schedule"}]: dispatch 2023-12-18T13:42:36.368 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:36.368 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:36 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: mgrmap e24: smithi172.zcqxgb(active, starting, since 0.525098s), standbys: smithi114.blescs 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi114.zdrxoq"}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.glchmj"}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mgr metadata", "who": "smithi172.zcqxgb", "id": "smithi172.zcqxgb"}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mgr metadata", "who": "smithi114.blescs", "id": "smithi114.blescs"}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:42:36.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: Manager daemon smithi172.zcqxgb is now available 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/trash_purge_schedule"}]: dispatch 2023-12-18T13:42:36.805 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.zcqxgb/trash_purge_schedule"}]: dispatch 2023-12-18T13:42:36.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:36.806 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:36 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:36.951 INFO:teuthology.orchestra.run.smithi114.stdout: 5 32894 9.81 MB/sec warmup 99 sec latency 130.644 ms 2023-12-18T13:42:37.394 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:37 smithi114 ceph-mon[107744]: Deploying cephadm binary to smithi172 2023-12-18T13:42:37.394 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:37 smithi114 ceph-mon[107744]: Deploying cephadm binary to smithi114 2023-12-18T13:42:37.394 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:37 smithi114 ceph-mon[107744]: mgrmap e25: smithi172.zcqxgb(active, since 1.53592s), standbys: smithi114.blescs 2023-12-18T13:42:37.394 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:37 smithi114 ceph-mon[107744]: pgmap v3: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:42:37.394 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:37 smithi114 ceph-mon[107744]: [18/Dec/2023:13:42:36] ENGINE Bus STARTING 2023-12-18T13:42:37.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:37 smithi172 ceph-mon[110581]: Deploying cephadm binary to smithi172 2023-12-18T13:42:37.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:37 smithi172 ceph-mon[110581]: Deploying cephadm binary to smithi114 2023-12-18T13:42:37.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:37 smithi172 ceph-mon[110581]: mgrmap e25: smithi172.zcqxgb(active, since 1.53592s), standbys: smithi114.blescs 2023-12-18T13:42:37.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:37 smithi172 ceph-mon[110581]: pgmap v3: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:42:37.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:37 smithi172 ceph-mon[110581]: [18/Dec/2023:13:42:36] ENGINE Bus STARTING 2023-12-18T13:42:37.962 INFO:teuthology.orchestra.run.smithi114.stdout: 5 33212 9.79 MB/sec warmup 100 sec latency 130.228 ms 2023-12-18T13:42:38.414 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:38 smithi114 ceph-mon[107744]: [18/Dec/2023:13:42:36] ENGINE Serving on http://172.21.15.172:8765 2023-12-18T13:42:38.414 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:38 smithi114 ceph-mon[107744]: [18/Dec/2023:13:42:37] ENGINE Serving on https://172.21.15.172:7150 2023-12-18T13:42:38.414 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:38 smithi114 ceph-mon[107744]: [18/Dec/2023:13:42:37] ENGINE Bus STARTED 2023-12-18T13:42:38.414 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:38 smithi114 ceph-mon[107744]: mgrmap e26: smithi172.zcqxgb(active, since 2s), standbys: smithi114.blescs 2023-12-18T13:42:38.414 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:38 smithi114 ceph-mon[107744]: pgmap v4: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:42:38.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:38 smithi172 ceph-mon[110581]: [18/Dec/2023:13:42:36] ENGINE Serving on http://172.21.15.172:8765 2023-12-18T13:42:38.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:38 smithi172 ceph-mon[110581]: [18/Dec/2023:13:42:37] ENGINE Serving on https://172.21.15.172:7150 2023-12-18T13:42:38.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:38 smithi172 ceph-mon[110581]: [18/Dec/2023:13:42:37] ENGINE Bus STARTED 2023-12-18T13:42:38.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:38 smithi172 ceph-mon[110581]: mgrmap e26: smithi172.zcqxgb(active, since 2s), standbys: smithi114.blescs 2023-12-18T13:42:38.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:38 smithi172 ceph-mon[110581]: pgmap v4: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:42:38.972 INFO:teuthology.orchestra.run.smithi114.stdout: 5 33496 9.75 MB/sec warmup 101 sec latency 130.952 ms 2023-12-18T13:42:39.974 INFO:teuthology.orchestra.run.smithi114.stdout: 5 33889 9.74 MB/sec warmup 102 sec latency 123.905 ms 2023-12-18T13:42:40.502 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:40 smithi114 ceph-mon[107744]: pgmap v5: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:42:40.502 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:40 smithi114 ceph-mon[107744]: mgrmap e27: smithi172.zcqxgb(active, since 4s), standbys: smithi114.blescs 2023-12-18T13:42:40.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:40 smithi172 ceph-mon[110581]: pgmap v5: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:42:40.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:40 smithi172 ceph-mon[110581]: mgrmap e27: smithi172.zcqxgb(active, since 4s), standbys: smithi114.blescs 2023-12-18T13:42:40.979 INFO:teuthology.orchestra.run.smithi114.stdout: 5 34186 9.73 MB/sec warmup 103 sec latency 123.623 ms 2023-12-18T13:42:41.511 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:41 smithi114 ceph-mon[107744]: Standby manager daemon smithi114.blescs restarted 2023-12-18T13:42:41.511 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:41 smithi114 ceph-mon[107744]: Standby manager daemon smithi114.blescs started 2023-12-18T13:42:41.511 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:41 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.blescs/crt"}]: dispatch 2023-12-18T13:42:41.511 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:41 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:42:41.511 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:41 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.blescs/key"}]: dispatch 2023-12-18T13:42:41.512 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:41 smithi114 ceph-mon[107744]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:42:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:41 smithi172 ceph-mon[110581]: Standby manager daemon smithi114.blescs restarted 2023-12-18T13:42:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:41 smithi172 ceph-mon[110581]: Standby manager daemon smithi114.blescs started 2023-12-18T13:42:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:41 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.blescs/crt"}]: dispatch 2023-12-18T13:42:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:41 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:42:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:41 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi114.blescs/key"}]: dispatch 2023-12-18T13:42:41.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:41 smithi172 ceph-mon[110581]: from='mgr.? 172.21.15.114:0/2585801533' entity='mgr.smithi114.blescs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:42:41.979 INFO:teuthology.orchestra.run.smithi114.stdout: 5 34626 9.78 MB/sec warmup 104 sec latency 130.037 ms 2023-12-18T13:42:42.424 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:42 smithi114 ceph-mon[107744]: pgmap v6: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 641 KiB/s wr, 53 op/s 2023-12-18T13:42:42.424 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:42 smithi114 ceph-mon[107744]: mgrmap e28: smithi172.zcqxgb(active, since 6s), standbys: smithi114.blescs 2023-12-18T13:42:42.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:42 smithi172 ceph-mon[110581]: pgmap v6: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 641 KiB/s wr, 53 op/s 2023-12-18T13:42:42.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:42 smithi172 ceph-mon[110581]: mgrmap e28: smithi172.zcqxgb(active, since 6s), standbys: smithi114.blescs 2023-12-18T13:42:42.979 INFO:teuthology.orchestra.run.smithi114.stdout: 5 35013 9.80 MB/sec warmup 105 sec latency 120.377 ms 2023-12-18T13:42:43.984 INFO:teuthology.orchestra.run.smithi114.stdout: 5 35457 9.82 MB/sec warmup 106 sec latency 138.664 ms 2023-12-18T13:42:44.438 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:44 smithi114 ceph-mon[107744]: pgmap v7: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.3 MiB/s wr, 373 op/s 2023-12-18T13:42:44.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:44 smithi172 ceph-mon[110581]: pgmap v7: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.3 MiB/s wr, 373 op/s 2023-12-18T13:42:44.983 INFO:teuthology.orchestra.run.smithi114.stdout: 5 35717 9.81 MB/sec warmup 107 sec latency 130.080 ms 2023-12-18T13:42:45.988 INFO:teuthology.orchestra.run.smithi114.stdout: 5 36044 9.80 MB/sec warmup 108 sec latency 126.549 ms 2023-12-18T13:42:46.482 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:46 smithi114 ceph-mon[107744]: pgmap v8: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.5 MiB/s wr, 290 op/s 2023-12-18T13:42:46.482 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:46 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:46.482 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:46 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:46 smithi172 ceph-mon[110581]: pgmap v8: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.5 MiB/s wr, 290 op/s 2023-12-18T13:42:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:46 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:46 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:46.993 INFO:teuthology.orchestra.run.smithi114.stdout: 5 36415 9.75 MB/sec warmup 109 sec latency 123.914 ms 2023-12-18T13:42:47.993 INFO:teuthology.orchestra.run.smithi114.stdout: 5 36790 9.78 MB/sec warmup 110 sec latency 130.823 ms 2023-12-18T13:42:48.299 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:48.299 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:48.299 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.299 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi114 to 1944M 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:48.300 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:48 smithi114 ceph-mon[107744]: pgmap v9: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2023-12-18T13:42:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:48.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi114 to 1944M 2023-12-18T13:42:48.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:48.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:48 smithi172 ceph-mon[110581]: pgmap v9: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2023-12-18T13:42:48.993 INFO:teuthology.orchestra.run.smithi114.stdout: 5 37256 9.82 MB/sec warmup 111 sec latency 108.292 ms 2023-12-18T13:42:49.995 INFO:teuthology.orchestra.run.smithi114.stdout: 5 37731 9.80 MB/sec warmup 112 sec latency 135.009 ms 2023-12-18T13:42:50.581 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:50 smithi114 ceph-mon[107744]: pgmap v10: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.3 MiB/s wr, 434 op/s 2023-12-18T13:42:50.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:50 smithi172 ceph-mon[110581]: pgmap v10: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.3 MiB/s wr, 434 op/s 2023-12-18T13:42:50.995 INFO:teuthology.orchestra.run.smithi114.stdout: 5 38016 9.76 MB/sec warmup 113 sec latency 128.986 ms 2023-12-18T13:42:51.593 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:51 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:42:51.594 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:51 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:51.594 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:51 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:51.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:51 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:42:51.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:51 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:51.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:51 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:51.996 INFO:teuthology.orchestra.run.smithi114.stdout: 5 38494 9.84 MB/sec warmup 114 sec latency 146.309 ms 2023-12-18T13:42:52.632 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:42:52.854 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:52 smithi114 ceph-mon[107744]: pgmap v11: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.0 MiB/s wr, 547 op/s 2023-12-18T13:42:52.854 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:52 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:52.855 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:52 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:52.995 INFO:teuthology.orchestra.run.smithi114.stdout: 5 38912 9.89 MB/sec warmup 115 sec latency 144.454 ms 2023-12-18T13:42:53.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:52 smithi172 ceph-mon[110581]: pgmap v11: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.0 MiB/s wr, 547 op/s 2023-12-18T13:42:53.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:52 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:53.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:52 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:53.517 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:42:53.517 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 running (5m) 7s ago 6m 27.1M - 0.23.0 ba2b418f427c 1130d640b544 2023-12-18T13:42:53.517 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (6m) 7s ago 6m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:42:53.517 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (5m) 2s ago 5m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:42:53.517 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 running (5m) 7s ago 5m 56.3M - 8.3.5 dad864ee21e9 baa32bff46f6 2023-12-18T13:42:53.517 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (2m) 7s ago 2m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (2m) 2s ago 2m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (7m) 7s ago 7m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (26s) 2s ago 5m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (7m) 7s ago 7m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (5m) 2s ago 5m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (2m) 7s ago 2m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (2m) 2s ago 2m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 running (5m) 7s ago 5m 22.3M - 1.3.1 1dbe0e931976 ff782d69ad0e 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 running (5m) 2s ago 5m 25.7M - 1.3.1 1dbe0e931976 5912ca903f27 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (5m) 7s ago 5m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (4m) 7s ago 4m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (4m) 7s ago 4m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (4m) 7s ago 4m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (3m) 2s ago 3m 511M 3992M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (3m) 2s ago 3m 561M 3992M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (3m) 2s ago 3m 589M 3992M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:42:53.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (3m) 2s ago 3m 845M 3992M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:42:53.519 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 running (5m) 7s ago 5m 64.8M - 2.33.4 514e6a882f6e 94a5faeb3214 2023-12-18T13:42:53.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:53 smithi114 ceph-mon[107744]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:53.995 INFO:teuthology.orchestra.run.smithi114.stdout: 5 39212 9.88 MB/sec warmup 116 sec latency 151.489 ms 2023-12-18T13:42:54.046 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:42:54.046 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:42:54.047 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:42:54.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:53 smithi172 ceph-mon[110581]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:54.480 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:42:54.480 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:42:54.480 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:42:54.480 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:42:54.481 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:42:54.481 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:42:54.481 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "", 2023-12-18T13:42:54.481 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:42:54.481 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:42:54.897 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:54.897 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: pgmap v12: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 6.6 MiB/s wr, 658 op/s 2023-12-18T13:42:54.897 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/319643699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:54.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:54 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:54.995 INFO:teuthology.orchestra.run.smithi114.stdout: 5 39525 9.82 MB/sec warmup 117 sec latency 129.397 ms 2023-12-18T13:42:55.023 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: pgmap v12: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 6.6 MiB/s wr, 658 op/s 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/319643699' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:54 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:55.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:55.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: Adjusting osd_memory_target on smithi172 to 2712M 2023-12-18T13:42:55.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:55.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:42:55.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:42:55.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: Updating smithi114:/etc/ceph/ceph.conf 2023-12-18T13:42:55.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: Updating smithi172:/etc/ceph/ceph.conf 2023-12-18T13:42:55.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:55 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3289523520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:42:55.995 INFO:teuthology.orchestra.run.smithi114.stdout: 5 39800 9.76 MB/sec warmup 118 sec latency 129.278 ms 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: Adjusting osd_memory_target on smithi172 to 2712M 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: Updating smithi114:/etc/ceph/ceph.conf 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: Updating smithi172:/etc/ceph/ceph.conf 2023-12-18T13:42:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:55 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3289523520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:42:56.935 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: Updating smithi172:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: Updating smithi114:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: pgmap v13: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 463 op/s 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: Updating smithi172:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: Updating smithi114:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.937 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:56.937 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:56 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 40042 9.75 MB/sec warmup 119 sec latency 143.175 ms 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: Updating smithi172:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: Updating smithi114:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: pgmap v13: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 463 op/s 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: Updating smithi172:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: Updating smithi114:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:56 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:42:57.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:57 smithi114 ceph-mon[107744]: Reconfiguring alertmanager.smithi114 (dependencies changed)... 2023-12-18T13:42:57.960 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:57 smithi114 ceph-mon[107744]: Reconfiguring daemon alertmanager.smithi114 on smithi114 2023-12-18T13:42:58.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:57 smithi172 ceph-mon[110581]: Reconfiguring alertmanager.smithi114 (dependencies changed)... 2023-12-18T13:42:58.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:57 smithi172 ceph-mon[110581]: Reconfiguring daemon alertmanager.smithi114 on smithi114 2023-12-18T13:42:58.992 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:42:58 smithi114 ceph-mon[107744]: pgmap v14: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 666 op/s 2023-12-18T13:42:59.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 40635 12.60 MB/sec execute 1 sec latency 195.560 ms 2023-12-18T13:42:59.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:42:58 smithi172 ceph-mon[110581]: pgmap v14: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 666 op/s 2023-12-18T13:43:00.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 40908 9.48 MB/sec execute 2 sec latency 149.749 ms 2023-12-18T13:43:01.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 41205 8.30 MB/sec execute 3 sec latency 122.641 ms 2023-12-18T13:43:01.055 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:00 smithi114 ceph-mon[107744]: pgmap v15: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-18T13:43:01.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:00 smithi172 ceph-mon[110581]: pgmap v15: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-18T13:43:02.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 41463 8.23 MB/sec execute 4 sec latency 129.259 ms 2023-12-18T13:43:02.867 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:02 smithi114 ceph-mon[107744]: pgmap v16: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2023-12-18T13:43:03.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 41758 8.74 MB/sec execute 5 sec latency 137.402 ms 2023-12-18T13:43:03.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:02 smithi172 ceph-mon[110581]: pgmap v16: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 478 op/s 2023-12-18T13:43:04.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 42061 8.80 MB/sec execute 6 sec latency 131.090 ms 2023-12-18T13:43:04.927 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:04 smithi114 ceph-mon[107744]: pgmap v17: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 499 op/s 2023-12-18T13:43:05.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 42367 8.86 MB/sec execute 7 sec latency 120.635 ms 2023-12-18T13:43:05.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:04 smithi172 ceph-mon[110581]: pgmap v17: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 499 op/s 2023-12-18T13:43:05.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:06.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 42696 9.24 MB/sec execute 8 sec latency 126.875 ms 2023-12-18T13:43:06.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:06.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:06 smithi114 ceph-mon[107744]: pgmap v18: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-18T13:43:07.004 INFO:teuthology.orchestra.run.smithi114.stdout: 5 42996 8.49 MB/sec execute 9 sec latency 117.870 ms 2023-12-18T13:43:07.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:06 smithi172 ceph-mon[110581]: pgmap v18: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-18T13:43:08.003 INFO:teuthology.orchestra.run.smithi114.stdout: 5 43397 8.34 MB/sec execute 10 sec latency 134.750 ms 2023-12-18T13:43:08.479 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.479 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.479 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: Reconfiguring grafana.smithi114 (dependencies changed)... 2023-12-18T13:43:08.480 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T13:43:08.480 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.480 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.480 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:43:08.480 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:43:08.480 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: Reconfiguring daemon grafana.smithi114 on smithi114 2023-12-18T13:43:08.480 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:08 smithi114 ceph-mon[107744]: pgmap v19: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 550 op/s 2023-12-18T13:43:08.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: Reconfiguring grafana.smithi114 (dependencies changed)... 2023-12-18T13:43:08.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T13:43:08.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:08.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:43:08.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:43:08.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: Reconfiguring daemon grafana.smithi114 on smithi114 2023-12-18T13:43:08.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:08 smithi172 ceph-mon[110581]: pgmap v19: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 550 op/s 2023-12-18T13:43:09.005 INFO:teuthology.orchestra.run.smithi114.stdout: 5 43685 8.06 MB/sec execute 11 sec latency 116.220 ms 2023-12-18T13:43:10.005 INFO:teuthology.orchestra.run.smithi114.stdout: 5 44046 8.57 MB/sec execute 12 sec latency 131.071 ms 2023-12-18T13:43:10.537 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:10 smithi114 ceph-mon[107744]: pgmap v20: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 347 op/s 2023-12-18T13:43:10.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:10 smithi172 ceph-mon[110581]: pgmap v20: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 347 op/s 2023-12-18T13:43:11.006 INFO:teuthology.orchestra.run.smithi114.stdout: 5 44416 8.80 MB/sec execute 13 sec latency 142.366 ms 2023-12-18T13:43:12.005 INFO:teuthology.orchestra.run.smithi114.stdout: 5 44666 8.68 MB/sec execute 14 sec latency 121.222 ms 2023-12-18T13:43:12.571 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:12 smithi114 ceph-mon[107744]: pgmap v21: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 366 op/s 2023-12-18T13:43:12.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:12 smithi172 ceph-mon[110581]: pgmap v21: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 366 op/s 2023-12-18T13:43:13.005 INFO:teuthology.orchestra.run.smithi114.stdout: 5 44968 8.78 MB/sec execute 15 sec latency 128.344 ms 2023-12-18T13:43:14.006 INFO:teuthology.orchestra.run.smithi114.stdout: 5 45262 8.60 MB/sec execute 16 sec latency 128.972 ms 2023-12-18T13:43:14.622 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:14 smithi114 ceph-mon[107744]: pgmap v22: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-12-18T13:43:14.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:14 smithi172 ceph-mon[110581]: pgmap v22: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-12-18T13:43:15.005 INFO:teuthology.orchestra.run.smithi114.stdout: 5 45497 8.61 MB/sec execute 17 sec latency 114.223 ms 2023-12-18T13:43:16.006 INFO:teuthology.orchestra.run.smithi114.stdout: 5 45756 8.57 MB/sec execute 18 sec latency 124.206 ms 2023-12-18T13:43:16.658 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:16 smithi114 ceph-mon[107744]: pgmap v23: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T13:43:16.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:16 smithi172 ceph-mon[110581]: pgmap v23: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T13:43:17.005 INFO:teuthology.orchestra.run.smithi114.stdout: 5 46090 8.49 MB/sec execute 19 sec latency 126.905 ms 2023-12-18T13:43:18.006 INFO:teuthology.orchestra.run.smithi114.stdout: 5 46429 8.39 MB/sec execute 20 sec latency 129.025 ms 2023-12-18T13:43:18.677 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:18 smithi114 ceph-mon[107744]: pgmap v24: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2023-12-18T13:43:18.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:18 smithi172 ceph-mon[110581]: pgmap v24: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 550 op/s 2023-12-18T13:43:19.006 INFO:teuthology.orchestra.run.smithi114.stdout: 5 46807 8.51 MB/sec execute 21 sec latency 127.490 ms 2023-12-18T13:43:20.006 INFO:teuthology.orchestra.run.smithi114.stdout: 5 47158 8.40 MB/sec execute 22 sec latency 127.537 ms 2023-12-18T13:43:20.708 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:20 smithi114 ceph-mon[107744]: pgmap v25: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-18T13:43:20.708 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:20.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:20 smithi172 ceph-mon[110581]: pgmap v25: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-12-18T13:43:20.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:21.014 INFO:teuthology.orchestra.run.smithi114.stdout: 5 47603 8.40 MB/sec execute 23 sec latency 120.886 ms 2023-12-18T13:43:22.014 INFO:teuthology.orchestra.run.smithi114.stdout: 5 48046 8.72 MB/sec execute 24 sec latency 133.380 ms 2023-12-18T13:43:22.718 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:22 smithi114 ceph-mon[107744]: pgmap v26: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 536 op/s 2023-12-18T13:43:22.802 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:22 smithi172 ceph-mon[110581]: pgmap v26: 97 pgs: 97 active+clean; 284 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 536 op/s 2023-12-18T13:43:23.025 INFO:teuthology.orchestra.run.smithi114.stdout: 5 48555 9.13 MB/sec execute 25 sec latency 136.015 ms 2023-12-18T13:43:24.025 INFO:teuthology.orchestra.run.smithi114.stdout: 5 48961 9.26 MB/sec execute 26 sec latency 134.353 ms 2023-12-18T13:43:24.479 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:24 smithi114 ceph-mon[107744]: pgmap v27: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 576 op/s 2023-12-18T13:43:24.479 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:24 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:24.479 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:24 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:24.731 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:24 smithi114 ceph-mon[107744]: Reconfiguring node-exporter.smithi114 (dependencies changed)... 2023-12-18T13:43:24.731 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:24 smithi114 ceph-mon[107744]: Reconfiguring daemon node-exporter.smithi114 on smithi114 2023-12-18T13:43:24.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:24 smithi172 ceph-mon[110581]: pgmap v27: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 576 op/s 2023-12-18T13:43:24.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:24 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:24.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:24 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:24.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:24 smithi172 ceph-mon[110581]: Reconfiguring node-exporter.smithi114 (dependencies changed)... 2023-12-18T13:43:24.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:24 smithi172 ceph-mon[110581]: Reconfiguring daemon node-exporter.smithi114 on smithi114 2023-12-18T13:43:25.027 INFO:teuthology.orchestra.run.smithi114.stdout: 5 49217 9.08 MB/sec execute 27 sec latency 126.132 ms 2023-12-18T13:43:25.547 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:43:26.028 INFO:teuthology.orchestra.run.smithi114.stdout: 5 49509 9.04 MB/sec execute 28 sec latency 139.196 ms 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 starting - - - - 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (6m) 40s ago 6m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (6m) 35s ago 6m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 starting - - - - 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (2m) 40s ago 2m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (2m) 35s ago 2m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (7m) 40s ago 7m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:43:26.473 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (59s) 35s ago 6m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (7m) 40s ago 7m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (6m) 35s ago 6m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (2m) 40s ago 2m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (2m) 35s ago 2m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 starting - - - - 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 running (6m) 35s ago 6m 25.7M - 1.3.1 1dbe0e931976 5912ca903f27 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (5m) 40s ago 5m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (5m) 40s ago 5m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (5m) 40s ago 5m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (4m) 40s ago 4m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (4m) 35s ago 4m 511M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (4m) 35s ago 4m 561M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (3m) 35s ago 3m 589M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:43:26.474 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (3m) 35s ago 3m 845M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:43:26.475 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 running (5m) 40s ago 5m 64.8M - 2.33.4 514e6a882f6e 94a5faeb3214 2023-12-18T13:43:26.544 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:26 smithi114 ceph-mon[107744]: pgmap v28: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-18T13:43:26.544 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:26 smithi114 ceph-mon[107744]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:26.544 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:26 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:26.544 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:26 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:26.544 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:26 smithi114 ceph-mon[107744]: Reconfiguring prometheus.smithi114 (dependencies changed)... 2023-12-18T13:43:26.544 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:26 smithi114 ceph-mon[107744]: Reconfiguring daemon prometheus.smithi114 on smithi114 2023-12-18T13:43:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:26 smithi172 ceph-mon[110581]: pgmap v28: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-18T13:43:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:26 smithi172 ceph-mon[110581]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:26 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:26 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:26 smithi172 ceph-mon[110581]: Reconfiguring prometheus.smithi114 (dependencies changed)... 2023-12-18T13:43:26.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:26 smithi172 ceph-mon[110581]: Reconfiguring daemon prometheus.smithi114 on smithi114 2023-12-18T13:43:27.028 INFO:teuthology.orchestra.run.smithi114.stdout: 5 49758 8.93 MB/sec execute 29 sec latency 136.532 ms 2023-12-18T13:43:27.037 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:43:27.038 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:43:27.039 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:43:27.039 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:43:27.039 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:43:27.039 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "", 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:43:27.546 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:43:27.568 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:27 smithi114 ceph-mon[107744]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:27.568 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:27 smithi114 ceph-mon[107744]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:27.568 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:27 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1704225946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:43:28.028 INFO:teuthology.orchestra.run.smithi114.stdout: 5 49979 8.90 MB/sec execute 30 sec latency 127.180 ms 2023-12-18T13:43:28.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:27 smithi172 ceph-mon[110581]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:28.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:27 smithi172 ceph-mon[110581]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:28.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:27 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1704225946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:43:28.191 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:43:28.594 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:28 smithi114 ceph-mon[107744]: pgmap v29: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 612 op/s 2023-12-18T13:43:28.594 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:28 smithi114 ceph-mon[107744]: from='client.24483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:28.594 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:28 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1410317606' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:43:29.030 INFO:teuthology.orchestra.run.smithi114.stdout: 5 50195 8.68 MB/sec execute 31 sec latency 129.589 ms 2023-12-18T13:43:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:28 smithi172 ceph-mon[110581]: pgmap v29: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 612 op/s 2023-12-18T13:43:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:28 smithi172 ceph-mon[110581]: from='client.24483 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:43:29.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:28 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1410317606' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:43:30.031 INFO:teuthology.orchestra.run.smithi114.stdout: 5 50521 8.59 MB/sec execute 32 sec latency 137.438 ms 2023-12-18T13:43:30.637 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:30 smithi114 ceph-mon[107744]: pgmap v30: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-12-18T13:43:31.031 INFO:teuthology.orchestra.run.smithi114.stdout: 5 50823 8.55 MB/sec execute 33 sec latency 129.647 ms 2023-12-18T13:43:31.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:30 smithi172 ceph-mon[110581]: pgmap v30: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-12-18T13:43:32.033 INFO:teuthology.orchestra.run.smithi114.stdout: 5 51268 8.71 MB/sec execute 34 sec latency 118.120 ms 2023-12-18T13:43:32.701 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:32 smithi114 ceph-mon[107744]: pgmap v31: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.0 MiB/s wr, 466 op/s 2023-12-18T13:43:33.032 INFO:teuthology.orchestra.run.smithi114.stdout: 5 51702 8.89 MB/sec execute 35 sec latency 127.211 ms 2023-12-18T13:43:33.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:32 smithi172 ceph-mon[110581]: pgmap v31: 97 pgs: 97 active+clean; 292 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.0 MiB/s wr, 466 op/s 2023-12-18T13:43:34.032 INFO:teuthology.orchestra.run.smithi114.stdout: 5 52058 8.91 MB/sec execute 36 sec latency 134.876 ms 2023-12-18T13:43:34.725 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:34 smithi114 ceph-mon[107744]: pgmap v32: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 445 op/s 2023-12-18T13:43:35.037 INFO:teuthology.orchestra.run.smithi114.stdout: 5 52468 8.98 MB/sec execute 37 sec latency 126.728 ms 2023-12-18T13:43:35.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:34 smithi172 ceph-mon[110581]: pgmap v32: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 445 op/s 2023-12-18T13:43:35.736 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:36.039 INFO:teuthology.orchestra.run.smithi114.stdout: 5 52719 8.86 MB/sec execute 38 sec latency 145.445 ms 2023-12-18T13:43:36.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:36.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:36 smithi114 ceph-mon[107744]: pgmap v33: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:43:37.027 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:36 smithi172 ceph-mon[110581]: pgmap v33: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:43:37.039 INFO:teuthology.orchestra.run.smithi114.stdout: 5 53091 8.95 MB/sec execute 39 sec latency 188.841 ms 2023-12-18T13:43:38.040 INFO:teuthology.orchestra.run.smithi114.stdout: 5 53393 9.02 MB/sec execute 40 sec latency 127.504 ms 2023-12-18T13:43:38.734 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:38 smithi114 ceph-mon[107744]: pgmap v34: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.4 MiB/s wr, 611 op/s 2023-12-18T13:43:39.039 INFO:teuthology.orchestra.run.smithi114.stdout: 5 53752 8.95 MB/sec execute 41 sec latency 130.352 ms 2023-12-18T13:43:39.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:38 smithi172 ceph-mon[110581]: pgmap v34: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.4 MiB/s wr, 611 op/s 2023-12-18T13:43:40.040 INFO:teuthology.orchestra.run.smithi114.stdout: 5 54052 8.83 MB/sec execute 42 sec latency 126.656 ms 2023-12-18T13:43:40.797 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:40 smithi114 ceph-mon[107744]: pgmap v35: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 392 op/s 2023-12-18T13:43:41.040 INFO:teuthology.orchestra.run.smithi114.stdout: 5 54287 8.77 MB/sec execute 43 sec latency 132.610 ms 2023-12-18T13:43:41.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:40 smithi172 ceph-mon[110581]: pgmap v35: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 392 op/s 2023-12-18T13:43:42.040 INFO:teuthology.orchestra.run.smithi114.stdout: 5 54669 8.78 MB/sec execute 44 sec latency 120.262 ms 2023-12-18T13:43:42.853 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:42 smithi114 ceph-mon[107744]: pgmap v36: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 451 op/s 2023-12-18T13:43:43.042 INFO:teuthology.orchestra.run.smithi114.stdout: 5 55031 8.91 MB/sec execute 45 sec latency 206.100 ms 2023-12-18T13:43:43.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:42 smithi172 ceph-mon[110581]: pgmap v36: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 451 op/s 2023-12-18T13:43:44.042 INFO:teuthology.orchestra.run.smithi114.stdout: 5 55402 8.94 MB/sec execute 46 sec latency 130.663 ms 2023-12-18T13:43:44.643 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:44 smithi114 ceph-mon[107744]: pgmap v37: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.3 MiB/s wr, 565 op/s 2023-12-18T13:43:45.042 INFO:teuthology.orchestra.run.smithi114.stdout: 5 55691 8.88 MB/sec execute 47 sec latency 106.342 ms 2023-12-18T13:43:45.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:44 smithi172 ceph-mon[110581]: pgmap v37: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.3 MiB/s wr, 565 op/s 2023-12-18T13:43:46.042 INFO:teuthology.orchestra.run.smithi114.stdout: 5 56007 8.89 MB/sec execute 48 sec latency 129.641 ms 2023-12-18T13:43:46.684 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:46 smithi114 ceph-mon[107744]: pgmap v38: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-18T13:43:46.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:46 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:46.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:46 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:46.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:46 smithi114 ceph-mon[107744]: Reconfiguring node-exporter.smithi172 (dependencies changed)... 2023-12-18T13:43:46.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:46 smithi114 ceph-mon[107744]: Reconfiguring daemon node-exporter.smithi172 on smithi172 2023-12-18T13:43:46.703 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:46 smithi172 ceph-mon[110581]: pgmap v38: 97 pgs: 97 active+clean; 304 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-18T13:43:46.703 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:46 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:46.703 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:46 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:46.703 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:46 smithi172 ceph-mon[110581]: Reconfiguring node-exporter.smithi172 (dependencies changed)... 2023-12-18T13:43:46.703 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:46 smithi172 ceph-mon[110581]: Reconfiguring daemon node-exporter.smithi172 on smithi172 2023-12-18T13:43:47.043 INFO:teuthology.orchestra.run.smithi114.stdout: 5 56324 8.89 MB/sec execute 49 sec latency 198.485 ms 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi114.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi114.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:43:47.697 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: Upgrade: Need to upgrade myself (mgr.smithi172.zcqxgb) 2023-12-18T13:43:47.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:47 smithi114 ceph-mon[107744]: Upgrade: Need to upgrade myself (mgr.smithi172.zcqxgb) 2023-12-18T13:43:48.043 INFO:teuthology.orchestra.run.smithi114.stdout: 5 56600 8.88 MB/sec execute 50 sec latency 123.914 ms 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi114.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi114.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi114.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:48.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:43:48.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:43:48.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:43:48.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi114.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:43:48.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:48.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:43:48.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi172.zcqxgb) 2023-12-18T13:43:48.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:47 smithi172 ceph-mon[110581]: Upgrade: Need to upgrade myself (mgr.smithi172.zcqxgb) 2023-12-18T13:43:48.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:48 smithi114 ceph-mon[107744]: pgmap v39: 97 pgs: 97 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 618 op/s 2023-12-18T13:43:48.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:48.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:48 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.blescs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:43:48.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:48 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.blescs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:43:48.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:48 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:43:48.959 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:48 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:43:49.042 INFO:teuthology.orchestra.run.smithi114.stdout: 5 56904 8.94 MB/sec execute 51 sec latency 143.105 ms 2023-12-18T13:43:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:48 smithi172 ceph-mon[110581]: pgmap v39: 97 pgs: 97 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.6 MiB/s wr, 618 op/s 2023-12-18T13:43:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:43:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:48 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.blescs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:43:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:48 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi114.blescs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:43:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:48 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:43:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:48 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:43:49.967 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:49 smithi114 ceph-mon[107744]: Upgrade: Updating mgr.smithi114.blescs 2023-12-18T13:43:49.967 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:49 smithi114 ceph-mon[107744]: Deploying daemon mgr.smithi114.blescs on smithi114 2023-12-18T13:43:50.043 INFO:teuthology.orchestra.run.smithi114.stdout: 5 57150 8.83 MB/sec execute 52 sec latency 206.317 ms 2023-12-18T13:43:50.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:49 smithi172 ceph-mon[110581]: Upgrade: Updating mgr.smithi114.blescs 2023-12-18T13:43:50.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:49 smithi172 ceph-mon[110581]: Deploying daemon mgr.smithi114.blescs on smithi114 2023-12-18T13:43:50.993 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:50 smithi114 ceph-mon[107744]: pgmap v40: 97 pgs: 97 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-12-18T13:43:50.993 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:51.046 INFO:teuthology.orchestra.run.smithi114.stdout: 5 57481 8.70 MB/sec execute 53 sec latency 130.058 ms 2023-12-18T13:43:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:50 smithi172 ceph-mon[110581]: pgmap v40: 97 pgs: 97 active+clean; 315 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-12-18T13:43:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:43:52.046 INFO:teuthology.orchestra.run.smithi114.stdout: 5 57749 8.68 MB/sec execute 54 sec latency 127.643 ms 2023-12-18T13:43:52.791 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:52 smithi114 ceph-mon[107744]: pgmap v41: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 525 op/s 2023-12-18T13:43:53.046 INFO:teuthology.orchestra.run.smithi114.stdout: 5 58145 8.77 MB/sec execute 55 sec latency 140.726 ms 2023-12-18T13:43:53.052 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:52 smithi172 ceph-mon[110581]: pgmap v41: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 525 op/s 2023-12-18T13:43:54.046 INFO:teuthology.orchestra.run.smithi114.stdout: 5 58586 8.88 MB/sec execute 56 sec latency 129.978 ms 2023-12-18T13:43:54.833 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:54 smithi114 ceph-mon[107744]: pgmap v42: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-18T13:43:55.046 INFO:teuthology.orchestra.run.smithi114.stdout: 5 58932 8.84 MB/sec execute 57 sec latency 131.339 ms 2023-12-18T13:43:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:54 smithi172 ceph-mon[110581]: pgmap v42: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-18T13:43:56.046 INFO:teuthology.orchestra.run.smithi114.stdout: 5 59286 8.84 MB/sec execute 58 sec latency 127.859 ms 2023-12-18T13:43:56.860 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:56 smithi114 ceph-mon[107744]: pgmap v43: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:43:57.046 INFO:teuthology.orchestra.run.smithi114.stdout: 5 59804 8.97 MB/sec execute 59 sec latency 130.113 ms 2023-12-18T13:43:57.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:56 smithi172 ceph-mon[110581]: pgmap v43: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:43:58.047 INFO:teuthology.orchestra.run.smithi114.stdout: 5 60234 9.11 MB/sec execute 60 sec latency 113.796 ms 2023-12-18T13:43:58.680 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:43:58.897 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:58 smithi114 ceph-mon[107744]: pgmap v44: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 602 op/s 2023-12-18T13:43:59.052 INFO:teuthology.orchestra.run.smithi114.stdout: 5 60483 9.01 MB/sec execute 61 sec latency 141.635 ms 2023-12-18T13:43:59.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:58 smithi172 ceph-mon[110581]: pgmap v44: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 602 op/s 2023-12-18T13:43:59.576 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 starting - - - - 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (7m) 73s ago 7m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (6m) 68s ago 6m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 starting - - - - 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (3m) 73s ago 3m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (3m) 68s ago 3m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (8m) 73s ago 8m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (92s) 68s ago 6m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (8m) 73s ago 8m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (6m) 68s ago 6m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (3m) 73s ago 3m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (3m) 68s ago 3m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 starting - - - - 2023-12-18T13:43:59.577 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 starting - - - - 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (6m) 73s ago 6m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (5m) 73s ago 5m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (5m) 73s ago 5m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (5m) 73s ago 5m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (5m) 68s ago 5m 511M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (4m) 68s ago 4m 561M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (4m) 68s ago 4m 589M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (4m) 68s ago 4m 845M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:43:59.578 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 starting - - - - 2023-12-18T13:43:59.911 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:43:59 smithi114 ceph-mon[107744]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:00.053 INFO:teuthology.orchestra.run.smithi114.stdout: 5 60770 8.95 MB/sec execute 62 sec latency 134.509 ms 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:44:00.162 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:44:00.163 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:00.163 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:44:00.163 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:44:00.163 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:44:00.163 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:44:00.163 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:44:00.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:43:59 smithi172 ceph-mon[110581]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:00.620 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:44:00.620 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:44:00.620 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:44:00.620 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:44:00.620 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:44:00.621 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:44:00.621 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:44:00.621 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:44:00.621 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:44:00.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:00 smithi114 ceph-mon[107744]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:00.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:00 smithi114 ceph-mon[107744]: pgmap v45: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-18T13:44:00.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:00 smithi114 ceph-mon[107744]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:00.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:00 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2532149024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:44:01.053 INFO:teuthology.orchestra.run.smithi114.stdout: 5 61054 8.86 MB/sec execute 63 sec latency 123.762 ms 2023-12-18T13:44:01.170 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:44:01.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:00 smithi172 ceph-mon[110581]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:01.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:00 smithi172 ceph-mon[110581]: pgmap v45: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 401 op/s 2023-12-18T13:44:01.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:00 smithi172 ceph-mon[110581]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:01.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:00 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2532149024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:44:01.969 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:01 smithi114 ceph-mon[107744]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:01.969 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:01 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2179711137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:44:02.053 INFO:teuthology.orchestra.run.smithi114.stdout: 5 61369 8.87 MB/sec execute 64 sec latency 121.268 ms 2023-12-18T13:44:02.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:01 smithi172 ceph-mon[110581]: from='client.24503 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:02.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:01 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2179711137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:44:03.002 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:02 smithi114 ceph-mon[107744]: pgmap v46: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-18T13:44:03.053 INFO:teuthology.orchestra.run.smithi114.stdout: 5 61735 8.92 MB/sec execute 65 sec latency 126.563 ms 2023-12-18T13:44:03.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:02 smithi172 ceph-mon[110581]: pgmap v46: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 481 op/s 2023-12-18T13:44:04.055 INFO:teuthology.orchestra.run.smithi114.stdout: 5 62136 8.94 MB/sec execute 66 sec latency 123.049 ms 2023-12-18T13:44:05.034 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:04 smithi114 ceph-mon[107744]: pgmap v47: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.2 MiB/s wr, 476 op/s 2023-12-18T13:44:05.057 INFO:teuthology.orchestra.run.smithi114.stdout: 5 62470 8.90 MB/sec execute 67 sec latency 144.629 ms 2023-12-18T13:44:05.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:04 smithi172 ceph-mon[110581]: pgmap v47: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.2 MiB/s wr, 476 op/s 2023-12-18T13:44:06.054 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:06.061 INFO:teuthology.orchestra.run.smithi114.stdout: 5 62848 8.94 MB/sec execute 68 sec latency 141.452 ms 2023-12-18T13:44:06.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:07.063 INFO:teuthology.orchestra.run.smithi114.stdout: 5 63271 9.06 MB/sec execute 69 sec latency 141.384 ms 2023-12-18T13:44:07.083 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:06 smithi114 ceph-mon[107744]: pgmap v48: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-18T13:44:07.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:06 smithi172 ceph-mon[110581]: pgmap v48: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-12-18T13:44:08.063 INFO:teuthology.orchestra.run.smithi114.stdout: 5 63659 9.10 MB/sec execute 70 sec latency 127.868 ms 2023-12-18T13:44:09.063 INFO:teuthology.orchestra.run.smithi114.stdout: 5 63969 9.07 MB/sec execute 71 sec latency 105.944 ms 2023-12-18T13:44:09.128 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:08 smithi114 ceph-mon[107744]: pgmap v49: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 649 op/s 2023-12-18T13:44:09.128 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:08 smithi114 ceph-mon[107744]: mgrmap e29: smithi172.zcqxgb(active, since 93s), standbys: smithi114.blescs 2023-12-18T13:44:09.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:08 smithi172 ceph-mon[110581]: pgmap v49: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 649 op/s 2023-12-18T13:44:09.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:08 smithi172 ceph-mon[110581]: mgrmap e29: smithi172.zcqxgb(active, since 93s), standbys: smithi114.blescs 2023-12-18T13:44:10.063 INFO:teuthology.orchestra.run.smithi114.stdout: 5 64165 8.99 MB/sec execute 72 sec latency 126.428 ms 2023-12-18T13:44:11.064 INFO:teuthology.orchestra.run.smithi114.stdout: 5 64475 8.99 MB/sec execute 73 sec latency 126.907 ms 2023-12-18T13:44:11.161 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:10 smithi114 ceph-mon[107744]: pgmap v50: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-12-18T13:44:11.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:10 smithi172 ceph-mon[110581]: pgmap v50: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-12-18T13:44:12.064 INFO:teuthology.orchestra.run.smithi114.stdout: 5 64842 8.95 MB/sec execute 74 sec latency 124.731 ms 2023-12-18T13:44:12.937 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:12 smithi114 ceph-mon[107744]: pgmap v51: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-12-18T13:44:13.065 INFO:teuthology.orchestra.run.smithi114.stdout: 5 65249 9.01 MB/sec execute 75 sec latency 121.043 ms 2023-12-18T13:44:13.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:12 smithi172 ceph-mon[110581]: pgmap v51: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-12-18T13:44:14.065 INFO:teuthology.orchestra.run.smithi114.stdout: 5 65602 8.96 MB/sec execute 76 sec latency 157.890 ms 2023-12-18T13:44:14.974 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:14 smithi114 ceph-mon[107744]: pgmap v52: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 594 op/s 2023-12-18T13:44:15.071 INFO:teuthology.orchestra.run.smithi114.stdout: 5 66055 8.97 MB/sec execute 77 sec latency 127.447 ms 2023-12-18T13:44:15.302 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:14 smithi172 ceph-mon[110581]: pgmap v52: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 594 op/s 2023-12-18T13:44:16.071 INFO:teuthology.orchestra.run.smithi114.stdout: 5 66415 9.03 MB/sec execute 78 sec latency 187.901 ms 2023-12-18T13:44:17.024 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:16 smithi114 ceph-mon[107744]: pgmap v53: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 467 op/s 2023-12-18T13:44:17.081 INFO:teuthology.orchestra.run.smithi114.stdout: 5 66815 9.11 MB/sec execute 79 sec latency 121.031 ms 2023-12-18T13:44:17.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:16 smithi172 ceph-mon[110581]: pgmap v53: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 467 op/s 2023-12-18T13:44:18.081 INFO:teuthology.orchestra.run.smithi114.stdout: 5 67216 9.11 MB/sec execute 80 sec latency 126.543 ms 2023-12-18T13:44:18.567 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:18 smithi114 ceph-mon[107744]: pgmap v54: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.8 MiB/s wr, 722 op/s 2023-12-18T13:44:18.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:18 smithi172 ceph-mon[110581]: pgmap v54: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.8 MiB/s wr, 722 op/s 2023-12-18T13:44:19.081 INFO:teuthology.orchestra.run.smithi114.stdout: 5 67578 9.15 MB/sec execute 81 sec latency 108.010 ms 2023-12-18T13:44:20.091 INFO:teuthology.orchestra.run.smithi114.stdout: 5 67879 9.14 MB/sec execute 82 sec latency 137.717 ms 2023-12-18T13:44:20.597 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:20 smithi114 ceph-mon[107744]: pgmap v55: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 503 op/s 2023-12-18T13:44:20.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:20 smithi172 ceph-mon[110581]: pgmap v55: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 503 op/s 2023-12-18T13:44:21.095 INFO:teuthology.orchestra.run.smithi114.stdout: 5 68346 9.11 MB/sec execute 83 sec latency 135.363 ms 2023-12-18T13:44:21.622 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:21 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:21.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:21 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:22.095 INFO:teuthology.orchestra.run.smithi114.stdout: 5 68723 9.18 MB/sec execute 84 sec latency 126.886 ms 2023-12-18T13:44:22.653 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:22 smithi114 ceph-mon[107744]: pgmap v56: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 567 op/s 2023-12-18T13:44:22.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:22 smithi172 ceph-mon[110581]: pgmap v56: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.2 MiB/s wr, 567 op/s 2023-12-18T13:44:23.095 INFO:teuthology.orchestra.run.smithi114.stdout: 5 69042 9.17 MB/sec execute 85 sec latency 127.194 ms 2023-12-18T13:44:24.096 INFO:teuthology.orchestra.run.smithi114.stdout: 5 69592 9.17 MB/sec execute 86 sec latency 87.958 ms 2023-12-18T13:44:24.686 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:24 smithi114 ceph-mon[107744]: pgmap v57: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 692 op/s 2023-12-18T13:44:24.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:24 smithi172 ceph-mon[110581]: pgmap v57: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 692 op/s 2023-12-18T13:44:25.097 INFO:teuthology.orchestra.run.smithi114.stdout: 5 69951 9.15 MB/sec execute 87 sec latency 123.491 ms 2023-12-18T13:44:26.097 INFO:teuthology.orchestra.run.smithi114.stdout: 5 70423 9.26 MB/sec execute 88 sec latency 121.001 ms 2023-12-18T13:44:26.701 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:26 smithi114 ceph-mon[107744]: pgmap v58: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-12-18T13:44:26.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:26 smithi172 ceph-mon[110581]: pgmap v58: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-12-18T13:44:27.097 INFO:teuthology.orchestra.run.smithi114.stdout: 5 70817 9.29 MB/sec execute 89 sec latency 125.700 ms 2023-12-18T13:44:28.100 INFO:teuthology.orchestra.run.smithi114.stdout: 5 71055 9.29 MB/sec execute 90 sec latency 143.821 ms 2023-12-18T13:44:28.524 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:28 smithi114 ceph-mon[107744]: pgmap v59: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 736 op/s 2023-12-18T13:44:28.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:28 smithi172 ceph-mon[110581]: pgmap v59: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 736 op/s 2023-12-18T13:44:29.100 INFO:teuthology.orchestra.run.smithi114.stdout: 5 71330 9.28 MB/sec execute 91 sec latency 148.364 ms 2023-12-18T13:44:30.101 INFO:teuthology.orchestra.run.smithi114.stdout: 5 71607 9.22 MB/sec execute 92 sec latency 136.789 ms 2023-12-18T13:44:30.713 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:30 smithi114 ceph-mon[107744]: pgmap v60: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-18T13:44:30.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:30 smithi172 ceph-mon[110581]: pgmap v60: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-18T13:44:31.101 INFO:teuthology.orchestra.run.smithi114.stdout: 5 71942 9.19 MB/sec execute 93 sec latency 106.693 ms 2023-12-18T13:44:31.628 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:44:32.101 INFO:teuthology.orchestra.run.smithi114.stdout: 5 72142 9.15 MB/sec execute 94 sec latency 148.854 ms 2023-12-18T13:44:32.516 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:44:32.516 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 starting - - - - 2023-12-18T13:44:32.516 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (7m) 106s ago 7m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:44:32.516 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (7m) 101s ago 7m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:44:32.516 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 starting - - - - 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (3m) 106s ago 3m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (3m) 101s ago 3m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (8m) 106s ago 8m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (2m) 101s ago 7m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (8m) 106s ago 8m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (7m) 101s ago 7m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (3m) 106s ago 3m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (3m) 101s ago 3m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 starting - - - - 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 starting - - - - 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (6m) 106s ago 6m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (6m) 106s ago 6m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (6m) 106s ago 6m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (5m) 106s ago 5m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (5m) 101s ago 5m 511M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:44:32.517 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (5m) 101s ago 5m 561M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:44:32.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (5m) 101s ago 5m 589M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:44:32.518 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (4m) 101s ago 4m 845M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:44:32.518 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 starting - - - - 2023-12-18T13:44:32.526 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:32 smithi114 ceph-mon[107744]: pgmap v61: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-12-18T13:44:32.526 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:32 smithi114 ceph-mon[107744]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:32 smithi172 ceph-mon[110581]: pgmap v61: 97 pgs: 97 active+clean; 348 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-12-18T13:44:32.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:32 smithi172 ceph-mon[110581]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:33.050 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:44:33.050 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:44:33.050 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:44:33.050 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:33.050 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:44:33.051 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:44:33.105 INFO:teuthology.orchestra.run.smithi114.stdout: 5 72458 9.18 MB/sec execute 95 sec latency 204.231 ms 2023-12-18T13:44:33.455 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:44:33.455 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:44:33.456 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:44:33.456 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:44:33.456 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:44:33.456 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:44:33.456 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:44:33.456 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:44:33.456 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:44:33.792 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:33 smithi114 ceph-mon[107744]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:33.793 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:33 smithi114 ceph-mon[107744]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:33.793 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:33 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3535361648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:44:34.012 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:44:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:33 smithi172 ceph-mon[110581]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:33 smithi172 ceph-mon[110581]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:33 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3535361648' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:44:34.115 INFO:teuthology.orchestra.run.smithi114.stdout: 5 72854 9.15 MB/sec execute 96 sec latency 116.212 ms 2023-12-18T13:44:34.804 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:34 smithi114 ceph-mon[107744]: pgmap v62: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-12-18T13:44:34.804 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:34 smithi114 ceph-mon[107744]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:34.804 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:34 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2282189980' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:44:35.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:34 smithi172 ceph-mon[110581]: pgmap v62: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-12-18T13:44:35.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:34 smithi172 ceph-mon[110581]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:44:35.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:34 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2282189980' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:44:35.117 INFO:teuthology.orchestra.run.smithi114.stdout: 5 73262 9.13 MB/sec execute 97 sec latency 143.173 ms 2023-12-18T13:44:35.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:36.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:36.117 INFO:teuthology.orchestra.run.smithi114.stdout: 5 73479 9.09 MB/sec execute 98 sec latency 158.921 ms 2023-12-18T13:44:36.584 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:36 smithi114 ceph-mon[107744]: pgmap v63: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-18T13:44:37.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:36 smithi172 ceph-mon[110581]: pgmap v63: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-18T13:44:37.117 INFO:teuthology.orchestra.run.smithi114.stdout: 5 73823 9.13 MB/sec execute 99 sec latency 123.880 ms 2023-12-18T13:44:38.123 INFO:teuthology.orchestra.run.smithi114.stdout: 5 74268 9.17 MB/sec execute 100 sec latency 87.851 ms 2023-12-18T13:44:38.632 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:38 smithi114 ceph-mon[107744]: pgmap v64: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 624 op/s 2023-12-18T13:44:38.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:38 smithi172 ceph-mon[110581]: pgmap v64: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 624 op/s 2023-12-18T13:44:39.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 74556 9.18 MB/sec execute 101 sec latency 135.478 ms 2023-12-18T13:44:40.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 74869 9.22 MB/sec execute 102 sec latency 129.097 ms 2023-12-18T13:44:40.681 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:40 smithi114 ceph-mon[107744]: pgmap v65: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-18T13:44:41.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:40 smithi172 ceph-mon[110581]: pgmap v65: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-18T13:44:41.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 75213 9.17 MB/sec execute 103 sec latency 141.382 ms 2023-12-18T13:44:42.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 75552 9.16 MB/sec execute 104 sec latency 126.876 ms 2023-12-18T13:44:42.725 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:42 smithi114 ceph-mon[107744]: pgmap v66: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-12-18T13:44:43.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:42 smithi172 ceph-mon[110581]: pgmap v66: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-12-18T13:44:43.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 75883 9.17 MB/sec execute 105 sec latency 129.798 ms 2023-12-18T13:44:44.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 76214 9.15 MB/sec execute 106 sec latency 124.048 ms 2023-12-18T13:44:44.781 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:44 smithi114 ceph-mon[107744]: pgmap v67: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-18T13:44:45.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:44 smithi172 ceph-mon[110581]: pgmap v67: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-18T13:44:45.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 76527 9.14 MB/sec execute 107 sec latency 128.880 ms 2023-12-18T13:44:46.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 76848 9.13 MB/sec execute 108 sec latency 135.447 ms 2023-12-18T13:44:46.834 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:46 smithi114 ceph-mon[107744]: pgmap v68: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T13:44:47.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:46 smithi172 ceph-mon[110581]: pgmap v68: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T13:44:47.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 77139 9.07 MB/sec execute 109 sec latency 132.115 ms 2023-12-18T13:44:48.127 INFO:teuthology.orchestra.run.smithi114.stdout: 5 77527 9.10 MB/sec execute 110 sec latency 126.893 ms 2023-12-18T13:44:48.653 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:48 smithi114 ceph-mon[107744]: pgmap v69: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 598 op/s 2023-12-18T13:44:48.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:48 smithi172 ceph-mon[110581]: pgmap v69: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 598 op/s 2023-12-18T13:44:49.128 INFO:teuthology.orchestra.run.smithi114.stdout: 5 77778 9.08 MB/sec execute 111 sec latency 126.516 ms 2023-12-18T13:44:50.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 78141 9.15 MB/sec execute 112 sec latency 135.599 ms 2023-12-18T13:44:50.683 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:50 smithi114 ceph-mon[107744]: pgmap v70: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-18T13:44:50.683 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:50 smithi172 ceph-mon[110581]: pgmap v70: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-18T13:44:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:44:51.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 78482 9.18 MB/sec execute 113 sec latency 130.579 ms 2023-12-18T13:44:52.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 78793 9.16 MB/sec execute 114 sec latency 130.379 ms 2023-12-18T13:44:52.720 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:52 smithi114 ceph-mon[107744]: pgmap v71: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 441 op/s 2023-12-18T13:44:53.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:52 smithi172 ceph-mon[110581]: pgmap v71: 97 pgs: 97 active+clean; 334 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 441 op/s 2023-12-18T13:44:53.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 79045 9.10 MB/sec execute 115 sec latency 141.693 ms 2023-12-18T13:44:54.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 79419 9.11 MB/sec execute 116 sec latency 132.261 ms 2023-12-18T13:44:54.737 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:54 smithi114 ceph-mon[107744]: pgmap v72: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-12-18T13:44:55.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:54 smithi172 ceph-mon[110581]: pgmap v72: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-12-18T13:44:55.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 79768 9.10 MB/sec execute 117 sec latency 129.997 ms 2023-12-18T13:44:56.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 80204 9.14 MB/sec execute 118 sec latency 126.849 ms 2023-12-18T13:44:56.778 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:56 smithi114 ceph-mon[107744]: pgmap v73: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-18T13:44:57.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:56 smithi172 ceph-mon[110581]: pgmap v73: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-18T13:44:57.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 80562 9.10 MB/sec execute 119 sec latency 97.489 ms 2023-12-18T13:44:58.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 80854 9.08 MB/sec execute 120 sec latency 142.019 ms 2023-12-18T13:44:58.839 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:44:58 smithi114 ceph-mon[107744]: pgmap v74: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 614 op/s 2023-12-18T13:44:59.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:44:58 smithi172 ceph-mon[110581]: pgmap v74: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 614 op/s 2023-12-18T13:44:59.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 81205 9.09 MB/sec execute 121 sec latency 136.580 ms 2023-12-18T13:45:00.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 81603 9.15 MB/sec execute 122 sec latency 167.260 ms 2023-12-18T13:45:00.876 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:00 smithi114 ceph-mon[107744]: pgmap v75: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-18T13:45:01.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:00 smithi172 ceph-mon[110581]: pgmap v75: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-18T13:45:01.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 81935 9.18 MB/sec execute 123 sec latency 126.805 ms 2023-12-18T13:45:02.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 82216 9.18 MB/sec execute 124 sec latency 129.439 ms 2023-12-18T13:45:02.925 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:02 smithi114 ceph-mon[107744]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-12-18T13:45:03.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:02 smithi172 ceph-mon[110581]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.7 MiB/s wr, 551 op/s 2023-12-18T13:45:03.134 INFO:teuthology.orchestra.run.smithi114.stdout: 5 82468 9.13 MB/sec execute 125 sec latency 141.823 ms 2023-12-18T13:45:04.135 INFO:teuthology.orchestra.run.smithi114.stdout: 5 82730 9.08 MB/sec execute 126 sec latency 134.645 ms 2023-12-18T13:45:04.525 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:45:04.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:04 smithi114 ceph-mon[107744]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-12-18T13:45:05.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:04 smithi172 ceph-mon[110581]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-12-18T13:45:05.135 INFO:teuthology.orchestra.run.smithi114.stdout: 5 83007 9.07 MB/sec execute 127 sec latency 189.516 ms 2023-12-18T13:45:05.494 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:45:05.494 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 starting - - - - 2023-12-18T13:45:05.494 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (8m) 2m ago 8m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:45:05.494 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (7m) 2m ago 7m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:45:05.494 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 starting - - - - 2023-12-18T13:45:05.494 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (4m) 2m ago 4m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (4m) 2m ago 4m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (9m) 2m ago 9m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (2m) 2m ago 7m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (9m) 2m ago 9m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (7m) 2m ago 7m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (4m) 2m ago 4m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (4m) 2m ago 4m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 starting - - - - 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 starting - - - - 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (7m) 2m ago 7m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (7m) 2m ago 7m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (6m) 2m ago 6m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (6m) 2m ago 6m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:45:05.495 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (6m) 2m ago 6m 511M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:45:05.496 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (5m) 2m ago 5m 561M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:45:05.496 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (5m) 2m ago 5m 589M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:45:05.496 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (5m) 2m ago 5m 845M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:45:05.496 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 starting - - - - 2023-12-18T13:45:05.983 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:05 smithi114 ceph-mon[107744]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:05.984 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:05 smithi172 ceph-mon[110581]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:06.086 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:45:06.087 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:45:06.135 INFO:teuthology.orchestra.run.smithi114.stdout: 5 83247 9.06 MB/sec execute 128 sec latency 127.542 ms 2023-12-18T13:45:06.584 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:45:06.584 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:45:06.584 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:45:06.584 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:45:06.584 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:45:06.584 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:45:06.585 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:45:06.585 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:45:06.585 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:45:06.766 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:06 smithi114 ceph-mon[107744]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:06.767 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:06 smithi114 ceph-mon[107744]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-18T13:45:06.767 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:06 smithi114 ceph-mon[107744]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:06.767 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:06 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/1537501861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:45:07.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:06 smithi172 ceph-mon[110581]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:07.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:06 smithi172 ceph-mon[110581]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-18T13:45:07.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:06 smithi172 ceph-mon[110581]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:07.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:06 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/1537501861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:45:07.135 INFO:teuthology.orchestra.run.smithi114.stdout: 5 83532 9.08 MB/sec execute 129 sec latency 140.777 ms 2023-12-18T13:45:07.191 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:45:07.790 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:07 smithi114 ceph-mon[107744]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:07.790 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:07 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/336437983' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:45:08.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:07 smithi172 ceph-mon[110581]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:08.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:07 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/336437983' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:45:08.138 INFO:teuthology.orchestra.run.smithi114.stdout: 5 83933 9.04 MB/sec execute 130 sec latency 129.320 ms 2023-12-18T13:45:08.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:08 smithi114 ceph-mon[107744]: pgmap v79: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 587 op/s 2023-12-18T13:45:09.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:08 smithi172 ceph-mon[110581]: pgmap v79: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 587 op/s 2023-12-18T13:45:09.138 INFO:teuthology.orchestra.run.smithi114.stdout: 5 84338 9.01 MB/sec execute 131 sec latency 133.427 ms 2023-12-18T13:45:10.138 INFO:teuthology.orchestra.run.smithi114.stdout: 5 84603 9.01 MB/sec execute 132 sec latency 124.789 ms 2023-12-18T13:45:10.876 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:10 smithi114 ceph-mon[107744]: pgmap v80: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 368 op/s 2023-12-18T13:45:11.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:10 smithi172 ceph-mon[110581]: pgmap v80: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 368 op/s 2023-12-18T13:45:11.138 INFO:teuthology.orchestra.run.smithi114.stdout: 5 84970 9.04 MB/sec execute 133 sec latency 137.787 ms 2023-12-18T13:45:12.147 INFO:teuthology.orchestra.run.smithi114.stdout: 5 85319 9.09 MB/sec execute 134 sec latency 138.527 ms 2023-12-18T13:45:12.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:12 smithi114 ceph-mon[107744]: pgmap v81: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-12-18T13:45:13.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:12 smithi172 ceph-mon[110581]: pgmap v81: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-12-18T13:45:13.154 INFO:teuthology.orchestra.run.smithi114.stdout: 5 85683 9.13 MB/sec execute 135 sec latency 132.738 ms 2023-12-18T13:45:14.154 INFO:teuthology.orchestra.run.smithi114.stdout: 5 85946 9.09 MB/sec execute 136 sec latency 117.900 ms 2023-12-18T13:45:14.969 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:14 smithi114 ceph-mon[107744]: pgmap v82: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.5 MiB/s wr, 428 op/s 2023-12-18T13:45:15.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:14 smithi172 ceph-mon[110581]: pgmap v82: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.5 MiB/s wr, 428 op/s 2023-12-18T13:45:15.154 INFO:teuthology.orchestra.run.smithi114.stdout: 5 86212 9.07 MB/sec execute 137 sec latency 113.777 ms 2023-12-18T13:45:16.158 INFO:teuthology.orchestra.run.smithi114.stdout: 5 86585 9.04 MB/sec execute 138 sec latency 121.054 ms 2023-12-18T13:45:17.047 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:16 smithi114 ceph-mon[107744]: pgmap v83: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:45:17.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 86896 9.06 MB/sec execute 139 sec latency 128.620 ms 2023-12-18T13:45:17.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:16 smithi172 ceph-mon[110581]: pgmap v83: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:45:18.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 87255 9.07 MB/sec execute 140 sec latency 102.394 ms 2023-12-18T13:45:18.838 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:18 smithi114 ceph-mon[107744]: pgmap v84: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-12-18T13:45:19.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 87620 9.03 MB/sec execute 141 sec latency 102.117 ms 2023-12-18T13:45:19.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:18 smithi172 ceph-mon[110581]: pgmap v84: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-12-18T13:45:20.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 88009 9.02 MB/sec execute 142 sec latency 202.402 ms 2023-12-18T13:45:20.901 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:20 smithi114 ceph-mon[107744]: pgmap v85: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-18T13:45:20.902 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:21.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 88327 9.04 MB/sec execute 143 sec latency 136.418 ms 2023-12-18T13:45:21.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:20 smithi172 ceph-mon[110581]: pgmap v85: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-18T13:45:21.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:22.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 88701 9.07 MB/sec execute 144 sec latency 126.726 ms 2023-12-18T13:45:22.964 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:22 smithi114 ceph-mon[107744]: pgmap v86: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-18T13:45:23.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 89052 9.10 MB/sec execute 145 sec latency 120.854 ms 2023-12-18T13:45:23.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:22 smithi172 ceph-mon[110581]: pgmap v86: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-12-18T13:45:24.169 INFO:teuthology.orchestra.run.smithi114.stdout: 5 89341 9.10 MB/sec execute 146 sec latency 127.004 ms 2023-12-18T13:45:25.013 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:24 smithi114 ceph-mon[107744]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-18T13:45:25.174 INFO:teuthology.orchestra.run.smithi114.stdout: 5 89512 9.06 MB/sec execute 147 sec latency 126.820 ms 2023-12-18T13:45:25.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:24 smithi172 ceph-mon[110581]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-18T13:45:26.174 INFO:teuthology.orchestra.run.smithi114.stdout: 5 89755 9.02 MB/sec execute 148 sec latency 123.795 ms 2023-12-18T13:45:26.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:26 smithi114 ceph-mon[107744]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-18T13:45:27.174 INFO:teuthology.orchestra.run.smithi114.stdout: 5 90012 9.00 MB/sec execute 149 sec latency 126.387 ms 2023-12-18T13:45:27.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:26 smithi172 ceph-mon[110581]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-18T13:45:28.174 INFO:teuthology.orchestra.run.smithi114.stdout: 5 90278 8.99 MB/sec execute 150 sec latency 126.452 ms 2023-12-18T13:45:28.985 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:28 smithi114 ceph-mon[107744]: pgmap v89: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 567 op/s 2023-12-18T13:45:29.174 INFO:teuthology.orchestra.run.smithi114.stdout: 5 90566 8.99 MB/sec execute 151 sec latency 141.846 ms 2023-12-18T13:45:29.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:28 smithi172 ceph-mon[110581]: pgmap v89: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 567 op/s 2023-12-18T13:45:30.174 INFO:teuthology.orchestra.run.smithi114.stdout: 5 90929 8.99 MB/sec execute 152 sec latency 129.870 ms 2023-12-18T13:45:31.027 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:30 smithi114 ceph-mon[107744]: pgmap v90: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T13:45:31.174 INFO:teuthology.orchestra.run.smithi114.stdout: 5 91298 8.95 MB/sec execute 153 sec latency 122.000 ms 2023-12-18T13:45:31.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:30 smithi172 ceph-mon[110581]: pgmap v90: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T13:45:32.183 INFO:teuthology.orchestra.run.smithi114.stdout: 5 91568 8.93 MB/sec execute 154 sec latency 144.425 ms 2023-12-18T13:45:33.086 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:32 smithi114 ceph-mon[107744]: pgmap v91: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 530 op/s 2023-12-18T13:45:33.183 INFO:teuthology.orchestra.run.smithi114.stdout: 5 91893 8.95 MB/sec execute 155 sec latency 135.788 ms 2023-12-18T13:45:33.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:32 smithi172 ceph-mon[110581]: pgmap v91: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.9 MiB/s wr, 530 op/s 2023-12-18T13:45:34.183 INFO:teuthology.orchestra.run.smithi114.stdout: 5 92330 9.00 MB/sec execute 156 sec latency 132.032 ms 2023-12-18T13:45:35.045 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:34 smithi114 ceph-mon[107744]: pgmap v92: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.0 MiB/s wr, 410 op/s 2023-12-18T13:45:35.183 INFO:teuthology.orchestra.run.smithi114.stdout: 5 92683 9.02 MB/sec execute 157 sec latency 133.898 ms 2023-12-18T13:45:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:34 smithi172 ceph-mon[110581]: pgmap v92: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.0 MiB/s wr, 410 op/s 2023-12-18T13:45:36.131 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:36.191 INFO:teuthology.orchestra.run.smithi114.stdout: 5 92938 9.02 MB/sec execute 158 sec latency 186.173 ms 2023-12-18T13:45:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:37.155 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:36 smithi114 ceph-mon[107744]: pgmap v93: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:45:37.192 INFO:teuthology.orchestra.run.smithi114.stdout: 5 93134 8.99 MB/sec execute 159 sec latency 126.763 ms 2023-12-18T13:45:37.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:36 smithi172 ceph-mon[110581]: pgmap v93: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:45:37.713 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:45:38.192 INFO:teuthology.orchestra.run.smithi114.stdout: 5 93375 8.97 MB/sec execute 160 sec latency 120.976 ms 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 starting - - - - 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (8m) 2m ago 8m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (8m) 2m ago 8m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 starting - - - - 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (5m) 2m ago 5m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (5m) 2m ago 5m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (10m) 2m ago 10m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (3m) 2m ago 8m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (10m) 2m ago 10m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:45:38.667 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (8m) 2m ago 8m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (4m) 2m ago 4m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (4m) 2m ago 4m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 starting - - - - 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 starting - - - - 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (7m) 2m ago 7m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (7m) 2m ago 7m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (7m) 2m ago 7m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (6m) 2m ago 6m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (6m) 2m ago 6m 511M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (6m) 2m ago 6m 561M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (6m) 2m ago 6m 589M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (5m) 2m ago 5m 845M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:45:38.668 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 starting - - - - 2023-12-18T13:45:38.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:38 smithi114 ceph-mon[107744]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 551 op/s 2023-12-18T13:45:38.954 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:38 smithi114 ceph-mon[107744]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:39.192 INFO:teuthology.orchestra.run.smithi114.stdout: 5 93615 8.94 MB/sec execute 161 sec latency 126.911 ms 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:45:39.274 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:45:39.275 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:45:39.275 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:45:39.275 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:45:39.275 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:45:39.275 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:45:39.275 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:45:39.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:38 smithi172 ceph-mon[110581]: pgmap v94: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 551 op/s 2023-12-18T13:45:39.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:38 smithi172 ceph-mon[110581]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:45:39.723 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:45:39.978 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:39 smithi114 ceph-mon[107744]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:39.978 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:39 smithi114 ceph-mon[107744]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:39.978 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:39 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2866250564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:45:40.197 INFO:teuthology.orchestra.run.smithi114.stdout: 5 93875 8.94 MB/sec execute 162 sec latency 209.207 ms 2023-12-18T13:45:40.300 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:45:40.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:39 smithi172 ceph-mon[110581]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:40.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:39 smithi172 ceph-mon[110581]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:40.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:39 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2866250564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:45:41.003 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:40 smithi114 ceph-mon[107744]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-18T13:45:41.003 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:40 smithi114 ceph-mon[107744]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:41.004 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:40 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/159591272' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:45:41.197 INFO:teuthology.orchestra.run.smithi114.stdout: 5 94148 8.92 MB/sec execute 163 sec latency 171.318 ms 2023-12-18T13:45:41.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:40 smithi172 ceph-mon[110581]: pgmap v95: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-18T13:45:41.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:40 smithi172 ceph-mon[110581]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:45:41.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:40 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/159591272' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:45:42.026 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:41 smithi114 ceph-mon[107744]: pgmap v96: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-18T13:45:42.197 INFO:teuthology.orchestra.run.smithi114.stdout: 5 94493 8.91 MB/sec execute 164 sec latency 141.720 ms 2023-12-18T13:45:42.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:41 smithi172 ceph-mon[110581]: pgmap v96: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-18T13:45:43.201 INFO:teuthology.orchestra.run.smithi114.stdout: 5 94889 8.88 MB/sec execute 165 sec latency 134.783 ms 2023-12-18T13:45:44.202 INFO:teuthology.orchestra.run.smithi114.stdout: 5 95136 8.86 MB/sec execute 166 sec latency 123.581 ms 2023-12-18T13:45:44.632 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:44 smithi114 ceph-mon[107744]: pgmap v97: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.5 MiB/s wr, 393 op/s 2023-12-18T13:45:44.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:44 smithi172 ceph-mon[110581]: pgmap v97: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.5 MiB/s wr, 393 op/s 2023-12-18T13:45:45.201 INFO:teuthology.orchestra.run.smithi114.stdout: 5 95376 8.87 MB/sec execute 167 sec latency 210.737 ms 2023-12-18T13:45:46.202 INFO:teuthology.orchestra.run.smithi114.stdout: 5 95706 8.90 MB/sec execute 168 sec latency 134.603 ms 2023-12-18T13:45:46.698 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:46 smithi114 ceph-mon[107744]: pgmap v98: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2023-12-18T13:45:46.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:46 smithi172 ceph-mon[110581]: pgmap v98: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2023-12-18T13:45:47.201 INFO:teuthology.orchestra.run.smithi114.stdout: 5 96091 8.92 MB/sec execute 169 sec latency 124.972 ms 2023-12-18T13:45:48.206 INFO:teuthology.orchestra.run.smithi114.stdout: 5 96356 8.92 MB/sec execute 170 sec latency 137.683 ms 2023-12-18T13:45:48.468 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:48 smithi114 ceph-mon[107744]: pgmap v99: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 539 op/s 2023-12-18T13:45:48.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:48 smithi172 ceph-mon[110581]: pgmap v99: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 539 op/s 2023-12-18T13:45:49.212 INFO:teuthology.orchestra.run.smithi114.stdout: 5 96513 8.90 MB/sec execute 171 sec latency 132.556 ms 2023-12-18T13:45:50.212 INFO:teuthology.orchestra.run.smithi114.stdout: 5 96699 8.89 MB/sec execute 172 sec latency 147.999 ms 2023-12-18T13:45:50.506 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:50 smithi114 ceph-mon[107744]: pgmap v100: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-12-18T13:45:50.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:50 smithi172 ceph-mon[110581]: pgmap v100: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-12-18T13:45:51.212 INFO:teuthology.orchestra.run.smithi114.stdout: 5 96945 8.85 MB/sec execute 173 sec latency 116.393 ms 2023-12-18T13:45:51.539 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:51 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:51.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:51 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:45:52.212 INFO:teuthology.orchestra.run.smithi114.stdout: 5 97179 8.83 MB/sec execute 174 sec latency 127.953 ms 2023-12-18T13:45:52.553 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:52 smithi114 ceph-mon[107744]: pgmap v101: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-12-18T13:45:52.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:52 smithi172 ceph-mon[110581]: pgmap v101: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-12-18T13:45:53.218 INFO:teuthology.orchestra.run.smithi114.stdout: 5 97405 8.81 MB/sec execute 175 sec latency 216.853 ms 2023-12-18T13:45:54.218 INFO:teuthology.orchestra.run.smithi114.stdout: 5 97686 8.80 MB/sec execute 176 sec latency 220.064 ms 2023-12-18T13:45:54.638 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:54 smithi114 ceph-mon[107744]: pgmap v102: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-12-18T13:45:54.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:54 smithi172 ceph-mon[110581]: pgmap v102: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.3 MiB/s wr, 406 op/s 2023-12-18T13:45:55.218 INFO:teuthology.orchestra.run.smithi114.stdout: 5 98046 8.80 MB/sec execute 177 sec latency 126.561 ms 2023-12-18T13:45:56.218 INFO:teuthology.orchestra.run.smithi114.stdout: 5 98354 8.76 MB/sec execute 178 sec latency 127.023 ms 2023-12-18T13:45:56.690 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:56 smithi114 ceph-mon[107744]: pgmap v103: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-18T13:45:56.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:56 smithi172 ceph-mon[110581]: pgmap v103: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-18T13:45:57.218 INFO:teuthology.orchestra.run.smithi114.stdout: 5 98734 8.76 MB/sec execute 179 sec latency 129.937 ms 2023-12-18T13:45:58.219 INFO:teuthology.orchestra.run.smithi114.stdout: 5 99023 8.76 MB/sec execute 180 sec latency 139.993 ms 2023-12-18T13:45:58.497 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:45:58 smithi114 ceph-mon[107744]: pgmap v104: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 505 op/s 2023-12-18T13:45:58.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:45:58 smithi172 ceph-mon[110581]: pgmap v104: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 505 op/s 2023-12-18T13:45:59.224 INFO:teuthology.orchestra.run.smithi114.stdout: 5 99435 8.81 MB/sec execute 181 sec latency 140.890 ms 2023-12-18T13:46:00.227 INFO:teuthology.orchestra.run.smithi114.stdout: 5 99732 8.81 MB/sec execute 182 sec latency 120.787 ms 2023-12-18T13:46:00.542 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:00 smithi114 ceph-mon[107744]: pgmap v105: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-18T13:46:00.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:00 smithi172 ceph-mon[110581]: pgmap v105: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-18T13:46:01.227 INFO:teuthology.orchestra.run.smithi114.stdout: 5 100081 8.85 MB/sec execute 183 sec latency 131.239 ms 2023-12-18T13:46:02.227 INFO:teuthology.orchestra.run.smithi114.stdout: 5 100309 8.84 MB/sec execute 184 sec latency 138.768 ms 2023-12-18T13:46:02.582 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:02 smithi114 ceph-mon[107744]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 356 op/s 2023-12-18T13:46:02.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:02 smithi172 ceph-mon[110581]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 356 op/s 2023-12-18T13:46:03.227 INFO:teuthology.orchestra.run.smithi114.stdout: 5 100489 8.80 MB/sec execute 185 sec latency 134.641 ms 2023-12-18T13:46:04.229 INFO:teuthology.orchestra.run.smithi114.stdout: 5 100748 8.78 MB/sec execute 186 sec latency 130.986 ms 2023-12-18T13:46:04.635 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:04 smithi114 ceph-mon[107744]: pgmap v107: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T13:46:04.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:04 smithi172 ceph-mon[110581]: pgmap v107: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T13:46:05.231 INFO:teuthology.orchestra.run.smithi114.stdout: 5 100990 8.76 MB/sec execute 187 sec latency 143.930 ms 2023-12-18T13:46:05.672 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:05.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:06.231 INFO:teuthology.orchestra.run.smithi114.stdout: 5 101269 8.74 MB/sec execute 188 sec latency 129.445 ms 2023-12-18T13:46:06.708 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:06 smithi114 ceph-mon[107744]: pgmap v108: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T13:46:06.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:06 smithi172 ceph-mon[110581]: pgmap v108: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T13:46:07.231 INFO:teuthology.orchestra.run.smithi114.stdout: 5 101536 8.72 MB/sec execute 189 sec latency 207.732 ms 2023-12-18T13:46:08.246 INFO:teuthology.orchestra.run.smithi114.stdout: 5 101947 8.74 MB/sec execute 190 sec latency 128.619 ms 2023-12-18T13:46:08.754 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:08 smithi114 ceph-mon[107744]: pgmap v109: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.2 MiB/s wr, 540 op/s 2023-12-18T13:46:08.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:08 smithi172 ceph-mon[110581]: pgmap v109: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.2 MiB/s wr, 540 op/s 2023-12-18T13:46:09.246 INFO:teuthology.orchestra.run.smithi114.stdout: 5 102359 8.74 MB/sec execute 191 sec latency 130.152 ms 2023-12-18T13:46:10.246 INFO:teuthology.orchestra.run.smithi114.stdout: 5 102800 8.77 MB/sec execute 192 sec latency 126.293 ms 2023-12-18T13:46:10.562 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:10 smithi114 ceph-mon[107744]: pgmap v110: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-18T13:46:10.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:10 smithi172 ceph-mon[110581]: pgmap v110: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-18T13:46:10.815 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:46:11.246 INFO:teuthology.orchestra.run.smithi114.stdout: 5 103106 8.77 MB/sec execute 193 sec latency 129.710 ms 2023-12-18T13:46:11.581 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:11 smithi114 ceph-mon[107744]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 starting - - - - 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (9m) 3m ago 9m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (9m) 3m ago 9m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 starting - - - - 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (5m) 3m ago 5m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (5m) 3m ago 5m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (10m) 3m ago 10m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (3m) 3m ago 8m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (10m) 3m ago 10m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:46:11.660 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (8m) 3m ago 8m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (5m) 3m ago 5m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (5m) 3m ago 5m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 starting - - - - 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 starting - - - - 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (8m) 3m ago 8m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (8m) 3m ago 8m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (7m) 3m ago 7m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (7m) 3m ago 7m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (7m) 3m ago 7m 511M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (7m) 3m ago 7m 561M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (6m) 3m ago 6m 589M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (6m) 3m ago 6m 845M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:46:11.661 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 starting - - - - 2023-12-18T13:46:12.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:11 smithi172 ceph-mon[110581]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:12.176 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:46:12.176 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:46:12.177 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:46:12.178 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:46:12.246 INFO:teuthology.orchestra.run.smithi114.stdout: 5 103467 8.78 MB/sec execute 194 sec latency 140.406 ms 2023-12-18T13:46:12.628 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:12 smithi114 ceph-mon[107744]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:12.628 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:12 smithi114 ceph-mon[107744]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 403 op/s 2023-12-18T13:46:12.628 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:12 smithi114 ceph-mon[107744]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:12.628 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:12 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/3643815017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:46:12.639 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:46:13.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:12 smithi172 ceph-mon[110581]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:13.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:12 smithi172 ceph-mon[110581]: pgmap v111: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.6 MiB/s wr, 403 op/s 2023-12-18T13:46:13.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:12 smithi172 ceph-mon[110581]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:13.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:12 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/3643815017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:46:13.136 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:46:13.246 INFO:teuthology.orchestra.run.smithi114.stdout: 5 103750 8.79 MB/sec execute 195 sec latency 126.811 ms 2023-12-18T13:46:13.640 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:13 smithi114 ceph-mon[107744]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:13.641 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:13 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/2727402328' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:46:14.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:13 smithi172 ceph-mon[110581]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:14.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:13 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/2727402328' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:46:14.246 INFO:teuthology.orchestra.run.smithi114.stdout: 5 104052 8.80 MB/sec execute 196 sec latency 207.656 ms 2023-12-18T13:46:14.661 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:14 smithi114 ceph-mon[107744]: pgmap v112: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-18T13:46:15.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:14 smithi172 ceph-mon[110581]: pgmap v112: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-18T13:46:15.253 INFO:teuthology.orchestra.run.smithi114.stdout: 5 104285 8.79 MB/sec execute 197 sec latency 131.280 ms 2023-12-18T13:46:16.260 INFO:teuthology.orchestra.run.smithi114.stdout: 5 104557 8.76 MB/sec execute 198 sec latency 129.668 ms 2023-12-18T13:46:16.693 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:16 smithi114 ceph-mon[107744]: pgmap v113: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T13:46:17.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:16 smithi172 ceph-mon[110581]: pgmap v113: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T13:46:17.259 INFO:teuthology.orchestra.run.smithi114.stdout: 5 104907 8.75 MB/sec execute 199 sec latency 129.451 ms 2023-12-18T13:46:18.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 105168 8.73 MB/sec execute 200 sec latency 146.247 ms 2023-12-18T13:46:18.737 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:18 smithi114 ceph-mon[107744]: pgmap v114: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-12-18T13:46:18.927 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:18 smithi172 ceph-mon[110581]: pgmap v114: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-12-18T13:46:19.266 INFO:teuthology.orchestra.run.smithi114.stdout: 5 105554 8.74 MB/sec execute 201 sec latency 149.080 ms 2023-12-18T13:46:20.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 105882 8.73 MB/sec execute 202 sec latency 210.644 ms 2023-12-18T13:46:20.785 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:20 smithi114 ceph-mon[107744]: pgmap v115: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T13:46:20.785 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:21.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:20 smithi172 ceph-mon[110581]: pgmap v115: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T13:46:21.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:21.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 106197 8.72 MB/sec execute 203 sec latency 126.753 ms 2023-12-18T13:46:22.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 106482 8.74 MB/sec execute 204 sec latency 126.705 ms 2023-12-18T13:46:22.809 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:22 smithi114 ceph-mon[107744]: pgmap v116: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.1 MiB/s wr, 526 op/s 2023-12-18T13:46:23.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:22 smithi172 ceph-mon[110581]: pgmap v116: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.1 MiB/s wr, 526 op/s 2023-12-18T13:46:23.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 106727 8.73 MB/sec execute 205 sec latency 126.731 ms 2023-12-18T13:46:24.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 107032 8.76 MB/sec execute 206 sec latency 124.921 ms 2023-12-18T13:46:24.886 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:24 smithi114 ceph-mon[107744]: pgmap v117: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 537 op/s 2023-12-18T13:46:25.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:24 smithi172 ceph-mon[110581]: pgmap v117: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 537 op/s 2023-12-18T13:46:25.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 107291 8.76 MB/sec execute 207 sec latency 129.771 ms 2023-12-18T13:46:26.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 107556 8.75 MB/sec execute 208 sec latency 123.901 ms 2023-12-18T13:46:26.658 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:26 smithi114 ceph-mon[107744]: pgmap v118: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 376 op/s 2023-12-18T13:46:27.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:26 smithi172 ceph-mon[110581]: pgmap v118: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 376 op/s 2023-12-18T13:46:27.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 107777 8.72 MB/sec execute 209 sec latency 129.767 ms 2023-12-18T13:46:28.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 108037 8.71 MB/sec execute 210 sec latency 127.126 ms 2023-12-18T13:46:28.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:28 smithi114 ceph-mon[107744]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-12-18T13:46:28.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:28 smithi172 ceph-mon[110581]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-12-18T13:46:29.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 108286 8.70 MB/sec execute 211 sec latency 134.299 ms 2023-12-18T13:46:30.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 108622 8.68 MB/sec execute 212 sec latency 129.778 ms 2023-12-18T13:46:30.795 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:30 smithi114 ceph-mon[107744]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-18T13:46:31.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:30 smithi172 ceph-mon[110581]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-18T13:46:31.265 INFO:teuthology.orchestra.run.smithi114.stdout: 5 108917 8.67 MB/sec execute 213 sec latency 132.812 ms 2023-12-18T13:46:32.266 INFO:teuthology.orchestra.run.smithi114.stdout: 5 109211 8.65 MB/sec execute 214 sec latency 96.539 ms 2023-12-18T13:46:32.892 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:32 smithi114 ceph-mon[107744]: pgmap v121: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 379 op/s 2023-12-18T13:46:33.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:32 smithi172 ceph-mon[110581]: pgmap v121: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 379 op/s 2023-12-18T13:46:33.266 INFO:teuthology.orchestra.run.smithi114.stdout: 5 109586 8.67 MB/sec execute 215 sec latency 124.603 ms 2023-12-18T13:46:34.266 INFO:teuthology.orchestra.run.smithi114.stdout: 5 109890 8.68 MB/sec execute 216 sec latency 145.945 ms 2023-12-18T13:46:34.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:34 smithi114 ceph-mon[107744]: pgmap v122: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-12-18T13:46:35.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:34 smithi172 ceph-mon[110581]: pgmap v122: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-12-18T13:46:35.266 INFO:teuthology.orchestra.run.smithi114.stdout: 5 110262 8.70 MB/sec execute 217 sec latency 117.767 ms 2023-12-18T13:46:35.769 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:36.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:36.266 INFO:teuthology.orchestra.run.smithi114.stdout: 5 110505 8.70 MB/sec execute 218 sec latency 143.930 ms 2023-12-18T13:46:36.808 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:36 smithi114 ceph-mon[107744]: pgmap v123: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-12-18T13:46:37.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:36 smithi172 ceph-mon[110581]: pgmap v123: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-12-18T13:46:37.266 INFO:teuthology.orchestra.run.smithi114.stdout: 5 110738 8.70 MB/sec execute 219 sec latency 137.362 ms 2023-12-18T13:46:38.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 111034 8.69 MB/sec execute 220 sec latency 132.613 ms 2023-12-18T13:46:38.851 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:38 smithi114 ceph-mon[107744]: pgmap v124: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-12-18T13:46:39.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:38 smithi172 ceph-mon[110581]: pgmap v124: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-12-18T13:46:39.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 111321 8.68 MB/sec execute 221 sec latency 126.878 ms 2023-12-18T13:46:40.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 111607 8.67 MB/sec execute 222 sec latency 126.851 ms 2023-12-18T13:46:40.887 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:40 smithi114 ceph-mon[107744]: pgmap v125: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:46:41.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:40 smithi172 ceph-mon[110581]: pgmap v125: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:46:41.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 111936 8.66 MB/sec execute 223 sec latency 124.157 ms 2023-12-18T13:46:42.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 112351 8.67 MB/sec execute 224 sec latency 108.271 ms 2023-12-18T13:46:42.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:42 smithi114 ceph-mon[107744]: pgmap v126: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-18T13:46:43.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:42 smithi172 ceph-mon[110581]: pgmap v126: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-18T13:46:43.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 112652 8.65 MB/sec execute 225 sec latency 129.935 ms 2023-12-18T13:46:43.638 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:46:44.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 113028 8.67 MB/sec execute 226 sec latency 129.548 ms 2023-12-18T13:46:44.531 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:46:44.531 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 starting - - - - 2023-12-18T13:46:44.531 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 running (10m) 3m ago 10m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:46:44.531 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (9m) 3m ago 9m 7163k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:46:44.531 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 starting - - - - 2023-12-18T13:46:44.531 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 running (6m) 3m ago 6m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:46:44.531 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (6m) 3m ago 6m 16.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 running (11m) 3m ago 11m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (4m) 3m ago 9m 494M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 running (11m) 3m ago 11m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (9m) 3m ago 9m 59.5M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 running (5m) 3m ago 5m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (5m) 3m ago 5m 82.5M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 starting - - - - 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 starting - - - - 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (8m) 3m ago 8m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (8m) 3m ago 8m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 running (8m) 3m ago 8m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 running (8m) 3m ago 8m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (7m) 3m ago 7m 511M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:46:44.532 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (7m) 3m ago 7m 561M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:46:44.533 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (7m) 3m ago 7m 589M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:46:44.533 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (6m) 3m ago 6m 845M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:46:44.533 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 starting - - - - 2023-12-18T13:46:44.754 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:44 smithi114 ceph-mon[107744]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 521 op/s 2023-12-18T13:46:44.754 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:44 smithi114 ceph-mon[107744]: from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:45.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:44 smithi172 ceph-mon[110581]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 521 op/s 2023-12-18T13:46:45.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:44 smithi172 ceph-mon[110581]: from='client.24567 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:45.055 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:46:45.056 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:46:45.057 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:46:45.269 INFO:teuthology.orchestra.run.smithi114.stdout: 5 113350 8.66 MB/sec execute 227 sec latency 148.432 ms 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout: "in_progress": true, 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout: "services_complete": [], 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout: "is_paused": false 2023-12-18T13:46:45.512 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:46:45.791 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:45 smithi114 ceph-mon[107744]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:45.791 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:45 smithi114 ceph-mon[107744]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:45.791 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:45 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/4027831908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:46:46.048 INFO:teuthology.orchestra.run.smithi114.stdout:HEALTH_OK 2023-12-18T13:46:46.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:45 smithi172 ceph-mon[110581]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:46.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:45 smithi172 ceph-mon[110581]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:46.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:45 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/4027831908' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:46:46.270 INFO:teuthology.orchestra.run.smithi114.stdout: 5 113609 8.66 MB/sec execute 228 sec latency 199.016 ms 2023-12-18T13:46:46.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:46 smithi114 ceph-mon[107744]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 366 op/s 2023-12-18T13:46:46.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:46 smithi114 ceph-mon[107744]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:46.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:46 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/54161152' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:46:47.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:46 smithi172 ceph-mon[110581]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 366 op/s 2023-12-18T13:46:47.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:46 smithi172 ceph-mon[110581]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:46:47.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:46 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/54161152' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:46:47.273 INFO:teuthology.orchestra.run.smithi114.stdout: 5 113848 8.66 MB/sec execute 229 sec latency 120.634 ms 2023-12-18T13:46:48.275 INFO:teuthology.orchestra.run.smithi114.stdout: 5 114192 8.68 MB/sec execute 230 sec latency 132.173 ms 2023-12-18T13:46:48.862 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:48 smithi114 ceph-mon[107744]: pgmap v129: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-18T13:46:49.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:48 smithi172 ceph-mon[110581]: pgmap v129: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-18T13:46:49.275 INFO:teuthology.orchestra.run.smithi114.stdout: 5 114508 8.68 MB/sec execute 231 sec latency 130.050 ms 2023-12-18T13:46:50.276 INFO:teuthology.orchestra.run.smithi114.stdout: 5 114765 8.68 MB/sec execute 232 sec latency 129.447 ms 2023-12-18T13:46:50.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:50 smithi172 ceph-mon[110581]: pgmap v130: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T13:46:50.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:50 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:46:50.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:46:50.747 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:50.897 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:50 smithi114 ceph-mon[107744]: pgmap v130: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T13:46:50.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:50 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:46:50.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:46:50.898 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:46:51.275 INFO:teuthology.orchestra.run.smithi114.stdout: 5 115038 8.67 MB/sec execute 233 sec latency 139.794 ms 2023-12-18T13:46:51.906 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:51 smithi114 ceph-mon[107744]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:46:51.906 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:51 smithi114 ceph-mon[107744]: pgmap v131: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-12-18T13:46:51.906 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:51 smithi114 ceph-mon[107744]: Health check failed: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T13:46:52.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:51 smithi172 ceph-mon[110581]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:46:52.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:51 smithi172 ceph-mon[110581]: pgmap v131: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-12-18T13:46:52.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:51 smithi172 ceph-mon[110581]: Health check failed: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T13:46:52.276 INFO:teuthology.orchestra.run.smithi114.stdout: 5 115409 8.65 MB/sec execute 234 sec latency 124.096 ms 2023-12-18T13:46:53.278 INFO:teuthology.orchestra.run.smithi114.stdout: 5 115647 8.63 MB/sec execute 235 sec latency 123.702 ms 2023-12-18T13:46:53.722 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:53 smithi114 ceph-mon[107744]: pgmap v132: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-18T13:46:53.723 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:53 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:46:53.723 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:53 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:46:54.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:53 smithi172 ceph-mon[110581]: pgmap v132: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-18T13:46:54.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:53 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:46:54.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:53 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:46:54.278 INFO:teuthology.orchestra.run.smithi114.stdout: 5 115966 8.64 MB/sec execute 236 sec latency 133.011 ms 2023-12-18T13:46:55.278 INFO:teuthology.orchestra.run.smithi114.stdout: 5 116407 8.65 MB/sec execute 237 sec latency 129.655 ms 2023-12-18T13:46:55.759 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:55 smithi114 ceph-mon[107744]: pgmap v133: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-12-18T13:46:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:55 smithi172 ceph-mon[110581]: pgmap v133: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-12-18T13:46:56.278 INFO:teuthology.orchestra.run.smithi114.stdout: 5 116806 8.66 MB/sec execute 238 sec latency 123.714 ms 2023-12-18T13:46:57.278 INFO:teuthology.orchestra.run.smithi114.stdout: 5 117139 8.65 MB/sec execute 239 sec latency 134.569 ms 2023-12-18T13:46:57.800 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:57 smithi114 ceph-mon[107744]: pgmap v134: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-12-18T13:46:58.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:57 smithi172 ceph-mon[110581]: pgmap v134: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.3 MiB/s wr, 405 op/s 2023-12-18T13:46:58.278 INFO:teuthology.orchestra.run.smithi114.stdout: 5 117539 8.69 MB/sec execute 240 sec latency 129.545 ms 2023-12-18T13:46:59.278 INFO:teuthology.orchestra.run.smithi114.stdout: 5 117847 8.70 MB/sec execute 241 sec latency 137.585 ms 2023-12-18T13:46:59.861 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:46:59 smithi114 ceph-mon[107744]: pgmap v135: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-12-18T13:47:00.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:46:59 smithi172 ceph-mon[110581]: pgmap v135: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-12-18T13:47:00.286 INFO:teuthology.orchestra.run.smithi114.stdout: 5 118080 8.70 MB/sec execute 242 sec latency 146.242 ms 2023-12-18T13:47:01.286 INFO:teuthology.orchestra.run.smithi114.stdout: 5 118242 8.68 MB/sec execute 243 sec latency 123.083 ms 2023-12-18T13:47:01.917 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:01 smithi114 ceph-mon[107744]: pgmap v136: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-12-18T13:47:02.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:01 smithi172 ceph-mon[110581]: pgmap v136: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-12-18T13:47:02.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 118438 8.66 MB/sec execute 244 sec latency 146.501 ms 2023-12-18T13:47:03.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 118756 8.63 MB/sec execute 245 sec latency 120.000 ms 2023-12-18T13:47:03.974 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:03 smithi114 ceph-mon[107744]: pgmap v137: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 561 op/s 2023-12-18T13:47:04.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:03 smithi172 ceph-mon[110581]: pgmap v137: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 561 op/s 2023-12-18T13:47:04.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 119028 8.62 MB/sec execute 246 sec latency 132.429 ms 2023-12-18T13:47:05.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 119281 8.61 MB/sec execute 247 sec latency 149.869 ms 2023-12-18T13:47:05.778 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:05 smithi114 ceph-mon[107744]: pgmap v138: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-18T13:47:05.778 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:05 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:47:05.778 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:05 smithi172 ceph-mon[110581]: pgmap v138: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-18T13:47:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:05 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:47:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:06.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 119660 8.63 MB/sec execute 248 sec latency 115.012 ms 2023-12-18T13:47:07.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 120092 8.62 MB/sec execute 249 sec latency 142.119 ms 2023-12-18T13:47:07.834 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:07 smithi114 ceph-mon[107744]: pgmap v139: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-18T13:47:08.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:07 smithi172 ceph-mon[110581]: pgmap v139: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-18T13:47:08.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 120484 8.63 MB/sec execute 250 sec latency 126.591 ms 2023-12-18T13:47:09.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 120815 8.64 MB/sec execute 251 sec latency 135.371 ms 2023-12-18T13:47:09.897 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:09 smithi114 ceph-mon[107744]: pgmap v140: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 565 op/s 2023-12-18T13:47:10.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:09 smithi172 ceph-mon[110581]: pgmap v140: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 565 op/s 2023-12-18T13:47:10.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 121157 8.67 MB/sec execute 252 sec latency 129.657 ms 2023-12-18T13:47:11.292 INFO:teuthology.orchestra.run.smithi114.stdout: 5 121475 8.67 MB/sec execute 253 sec latency 136.377 ms 2023-12-18T13:47:11.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:11 smithi114 ceph-mon[107744]: pgmap v141: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-18T13:47:12.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:11 smithi172 ceph-mon[110581]: pgmap v141: 97 pgs: 97 active+clean; 339 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-18T13:47:12.294 INFO:teuthology.orchestra.run.smithi114.stdout: 5 121734 8.67 MB/sec execute 254 sec latency 137.142 ms 2023-12-18T13:47:13.294 INFO:teuthology.orchestra.run.smithi114.stdout: 5 121955 8.66 MB/sec execute 255 sec latency 137.084 ms 2023-12-18T13:47:14.021 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:13 smithi114 ceph-mon[107744]: pgmap v142: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 561 op/s 2023-12-18T13:47:14.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:13 smithi172 ceph-mon[110581]: pgmap v142: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 561 op/s 2023-12-18T13:47:14.295 INFO:teuthology.orchestra.run.smithi114.stdout: 5 122135 8.63 MB/sec execute 256 sec latency 135.476 ms 2023-12-18T13:47:15.297 INFO:teuthology.orchestra.run.smithi114.stdout: 5 122402 8.61 MB/sec execute 257 sec latency 131.010 ms 2023-12-18T13:47:15.819 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:15 smithi114 ceph-mon[107744]: pgmap v143: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:47:16.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:15 smithi172 ceph-mon[110581]: pgmap v143: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:47:16.297 INFO:teuthology.orchestra.run.smithi114.stdout: 5 122614 8.60 MB/sec execute 258 sec latency 225.893 ms 2023-12-18T13:47:16.548 INFO:teuthology.orchestra.run.smithi114.stdout:true 2023-12-18T13:47:17.050 INFO:teuthology.orchestra.run.smithi114.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed." 2023-12-18T13:47:17.297 INFO:teuthology.orchestra.run.smithi114.stdout: 5 122799 8.58 MB/sec execute 259 sec latency 198.288 ms 2023-12-18T13:47:17.904 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:17 smithi114 ceph-mon[107744]: pgmap v144: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:47:17.904 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:17 smithi114 ceph-mon[107744]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:47:18.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:17 smithi172 ceph-mon[110581]: pgmap v144: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:47:18.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:17 smithi172 ceph-mon[110581]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:47:18.297 INFO:teuthology.orchestra.run.smithi114.stdout: 5 123077 8.58 MB/sec execute 260 sec latency 139.995 ms 2023-12-18T13:47:18.939 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:18 smithi114 ceph-mon[107744]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:47:19.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:18 smithi172 ceph-mon[110581]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:47:19.297 INFO:teuthology.orchestra.run.smithi114.stdout: 5 123493 8.58 MB/sec execute 261 sec latency 127.316 ms 2023-12-18T13:47:19.963 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:19 smithi114 ceph-mon[107744]: pgmap v145: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.1 MiB/s wr, 535 op/s 2023-12-18T13:47:20.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:19 smithi172 ceph-mon[110581]: pgmap v145: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.1 MiB/s wr, 535 op/s 2023-12-18T13:47:20.297 INFO:teuthology.orchestra.run.smithi114.stdout: 5 123837 8.57 MB/sec execute 262 sec latency 105.082 ms 2023-12-18T13:47:20.980 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:21.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:21.304 INFO:teuthology.orchestra.run.smithi114.stdout: 5 124129 8.58 MB/sec execute 263 sec latency 136.434 ms 2023-12-18T13:47:22.007 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:21 smithi114 ceph-mon[107744]: pgmap v146: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-12-18T13:47:22.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:21 smithi172 ceph-mon[110581]: pgmap v146: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-12-18T13:47:22.311 INFO:teuthology.orchestra.run.smithi114.stdout: 5 124424 8.59 MB/sec execute 264 sec latency 180.265 ms 2023-12-18T13:47:23.311 INFO:teuthology.orchestra.run.smithi114.stdout: 5 124788 8.61 MB/sec execute 265 sec latency 134.561 ms 2023-12-18T13:47:24.055 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:23 smithi114 ceph-mon[107744]: pgmap v147: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-12-18T13:47:24.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:23 smithi172 ceph-mon[110581]: pgmap v147: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 533 op/s 2023-12-18T13:47:24.311 INFO:teuthology.orchestra.run.smithi114.stdout: 5 125124 8.63 MB/sec execute 266 sec latency 129.948 ms 2023-12-18T13:47:25.312 INFO:teuthology.orchestra.run.smithi114.stdout: 5 125338 8.61 MB/sec execute 267 sec latency 154.899 ms 2023-12-18T13:47:25.855 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:25 smithi114 ceph-mon[107744]: pgmap v148: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 330 op/s 2023-12-18T13:47:26.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:25 smithi172 ceph-mon[110581]: pgmap v148: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 330 op/s 2023-12-18T13:47:26.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 125520 8.59 MB/sec execute 268 sec latency 131.287 ms 2023-12-18T13:47:27.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 125757 8.57 MB/sec execute 269 sec latency 187.390 ms 2023-12-18T13:47:27.912 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:27 smithi114 ceph-mon[107744]: pgmap v149: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 330 op/s 2023-12-18T13:47:28.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:27 smithi172 ceph-mon[110581]: pgmap v149: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 330 op/s 2023-12-18T13:47:28.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 126025 8.55 MB/sec execute 270 sec latency 105.264 ms 2023-12-18T13:47:29.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 126286 8.54 MB/sec execute 271 sec latency 132.208 ms 2023-12-18T13:47:30.119 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:29 smithi114 ceph-mon[107744]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-18T13:47:30.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:29 smithi172 ceph-mon[110581]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-18T13:47:30.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 126548 8.54 MB/sec execute 272 sec latency 120.793 ms 2023-12-18T13:47:31.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 126922 8.55 MB/sec execute 273 sec latency 136.163 ms 2023-12-18T13:47:32.043 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:31 smithi114 ceph-mon[107744]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-12-18T13:47:32.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:31 smithi172 ceph-mon[110581]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-12-18T13:47:32.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 127265 8.53 MB/sec execute 274 sec latency 127.624 ms 2023-12-18T13:47:33.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 127527 8.53 MB/sec execute 275 sec latency 134.368 ms 2023-12-18T13:47:33.940 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:33 smithi114 ceph-mon[107744]: pgmap v152: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-12-18T13:47:34.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:33 smithi172 ceph-mon[110581]: pgmap v152: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2023-12-18T13:47:34.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 127820 8.54 MB/sec execute 276 sec latency 143.582 ms 2023-12-18T13:47:35.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 128164 8.56 MB/sec execute 277 sec latency 129.826 ms 2023-12-18T13:47:35.982 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:35 smithi114 ceph-mon[107744]: pgmap v153: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T13:47:35.983 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:35 smithi172 ceph-mon[110581]: pgmap v153: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T13:47:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:36.322 INFO:teuthology.orchestra.run.smithi114.stdout: 5 128479 8.56 MB/sec execute 278 sec latency 129.626 ms 2023-12-18T13:47:37.326 INFO:teuthology.orchestra.run.smithi114.stdout: 5 128786 8.57 MB/sec execute 279 sec latency 133.487 ms 2023-12-18T13:47:38.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:37 smithi114 ceph-mon[107744]: pgmap v154: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T13:47:38.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:37 smithi172 ceph-mon[110581]: pgmap v154: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T13:47:38.326 INFO:teuthology.orchestra.run.smithi114.stdout: 5 128966 8.56 MB/sec execute 280 sec latency 137.653 ms 2023-12-18T13:47:39.332 INFO:teuthology.orchestra.run.smithi114.stdout: 5 129137 8.53 MB/sec execute 281 sec latency 135.989 ms 2023-12-18T13:47:40.125 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:39 smithi114 ceph-mon[107744]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 520 op/s 2023-12-18T13:47:40.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:39 smithi172 ceph-mon[110581]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 520 op/s 2023-12-18T13:47:40.332 INFO:teuthology.orchestra.run.smithi114.stdout: 5 129389 8.52 MB/sec execute 282 sec latency 123.466 ms 2023-12-18T13:47:41.332 INFO:teuthology.orchestra.run.smithi114.stdout: 5 129670 8.51 MB/sec execute 283 sec latency 162.209 ms 2023-12-18T13:47:42.184 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:41 smithi114 ceph-mon[107744]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-12-18T13:47:42.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:41 smithi172 ceph-mon[110581]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-12-18T13:47:42.332 INFO:teuthology.orchestra.run.smithi114.stdout: 5 129888 8.50 MB/sec execute 284 sec latency 148.600 ms 2023-12-18T13:47:43.332 INFO:teuthology.orchestra.run.smithi114.stdout: 5 130190 8.50 MB/sec execute 285 sec latency 201.123 ms 2023-12-18T13:47:43.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:43 smithi114 ceph-mon[107744]: pgmap v157: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 502 op/s 2023-12-18T13:47:44.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:43 smithi172 ceph-mon[110581]: pgmap v157: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 502 op/s 2023-12-18T13:47:44.332 INFO:teuthology.orchestra.run.smithi114.stdout: 5 130571 8.50 MB/sec execute 286 sec latency 132.683 ms 2023-12-18T13:47:45.332 INFO:teuthology.orchestra.run.smithi114.stdout: 5 130927 8.49 MB/sec execute 287 sec latency 121.903 ms 2023-12-18T13:47:46.028 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:45 smithi114 ceph-mon[107744]: pgmap v158: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T13:47:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:45 smithi172 ceph-mon[110581]: pgmap v158: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T13:47:46.339 INFO:teuthology.orchestra.run.smithi114.stdout: 5 131187 8.49 MB/sec execute 288 sec latency 135.041 ms 2023-12-18T13:47:47.339 INFO:teuthology.orchestra.run.smithi114.stdout: 5 131449 8.50 MB/sec execute 289 sec latency 126.688 ms 2023-12-18T13:47:48.098 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:47 smithi114 ceph-mon[107744]: pgmap v159: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T13:47:48.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:47 smithi172 ceph-mon[110581]: pgmap v159: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-18T13:47:48.339 INFO:teuthology.orchestra.run.smithi114.stdout: 5 131770 8.51 MB/sec execute 290 sec latency 104.972 ms 2023-12-18T13:47:49.344 INFO:teuthology.orchestra.run.smithi114.stdout: 5 132010 8.50 MB/sec execute 291 sec latency 145.954 ms 2023-12-18T13:47:50.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:49 smithi114 ceph-mon[107744]: pgmap v160: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 512 op/s 2023-12-18T13:47:50.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:49 smithi172 ceph-mon[110581]: pgmap v160: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 512 op/s 2023-12-18T13:47:50.344 INFO:teuthology.orchestra.run.smithi114.stdout: 5 132266 8.51 MB/sec execute 292 sec latency 137.361 ms 2023-12-18T13:47:51.206 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:51.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:47:51.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 132504 8.51 MB/sec execute 293 sec latency 144.918 ms 2023-12-18T13:47:51.966 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:51 smithi114 ceph-mon[107744]: pgmap v161: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 336 op/s 2023-12-18T13:47:52.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:51 smithi172 ceph-mon[110581]: pgmap v161: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 336 op/s 2023-12-18T13:47:52.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 132721 8.49 MB/sec execute 294 sec latency 130.287 ms 2023-12-18T13:47:53.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 132988 8.47 MB/sec execute 295 sec latency 131.594 ms 2023-12-18T13:47:54.024 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:53 smithi114 ceph-mon[107744]: pgmap v162: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-18T13:47:54.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:53 smithi172 ceph-mon[110581]: pgmap v162: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-18T13:47:54.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 133309 8.46 MB/sec execute 296 sec latency 129.371 ms 2023-12-18T13:47:55.047 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:55 smithi114 ceph-mon[107744]: pgmap v163: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-12-18T13:47:55.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:55 smithi172 ceph-mon[110581]: pgmap v163: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-12-18T13:47:55.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 133635 8.48 MB/sec execute 297 sec latency 129.719 ms 2023-12-18T13:47:56.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 134052 8.47 MB/sec execute 298 sec latency 138.114 ms 2023-12-18T13:47:57.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 134474 8.48 MB/sec execute 299 sec latency 103.001 ms 2023-12-18T13:47:57.591 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:57 smithi114 ceph-mon[107744]: pgmap v164: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-18T13:47:57.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:57 smithi172 ceph-mon[110581]: pgmap v164: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-12-18T13:47:58.354 INFO:teuthology.orchestra.run.smithi114.stdout: 5 134798 8.48 MB/sec execute 300 sec latency 148.291 ms 2023-12-18T13:47:59.357 INFO:teuthology.orchestra.run.smithi114.stdout: 5 135138 8.49 MB/sec execute 301 sec latency 183.269 ms 2023-12-18T13:47:59.630 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:47:59 smithi114 ceph-mon[107744]: pgmap v165: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-12-18T13:47:59.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:47:59 smithi172 ceph-mon[110581]: pgmap v165: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-12-18T13:48:00.357 INFO:teuthology.orchestra.run.smithi114.stdout: 5 135480 8.50 MB/sec execute 302 sec latency 128.913 ms 2023-12-18T13:48:01.357 INFO:teuthology.orchestra.run.smithi114.stdout: 5 135818 8.52 MB/sec execute 303 sec latency 130.064 ms 2023-12-18T13:48:01.686 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:01 smithi114 ceph-mon[107744]: pgmap v166: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:48:01.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:01 smithi172 ceph-mon[110581]: pgmap v166: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:48:02.357 INFO:teuthology.orchestra.run.smithi114.stdout: 5 136118 8.52 MB/sec execute 304 sec latency 131.089 ms 2023-12-18T13:48:03.366 INFO:teuthology.orchestra.run.smithi114.stdout: 5 136370 8.50 MB/sec execute 305 sec latency 126.585 ms 2023-12-18T13:48:03.715 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:03 smithi114 ceph-mon[107744]: pgmap v167: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 556 op/s 2023-12-18T13:48:03.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:03 smithi172 ceph-mon[110581]: pgmap v167: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 556 op/s 2023-12-18T13:48:04.366 INFO:teuthology.orchestra.run.smithi114.stdout: 5 136693 8.48 MB/sec execute 306 sec latency 117.868 ms 2023-12-18T13:48:05.366 INFO:teuthology.orchestra.run.smithi114.stdout: 5 136953 8.48 MB/sec execute 307 sec latency 129.506 ms 2023-12-18T13:48:05.736 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:05 smithi114 ceph-mon[107744]: pgmap v168: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-18T13:48:05.736 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:05.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:05 smithi172 ceph-mon[110581]: pgmap v168: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-18T13:48:05.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:06.366 INFO:teuthology.orchestra.run.smithi114.stdout: 5 137307 8.49 MB/sec execute 308 sec latency 125.527 ms 2023-12-18T13:48:07.366 INFO:teuthology.orchestra.run.smithi114.stdout: 5 137675 8.49 MB/sec execute 309 sec latency 128.539 ms 2023-12-18T13:48:07.780 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:07 smithi114 ceph-mon[107744]: pgmap v169: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-18T13:48:07.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:07 smithi172 ceph-mon[110581]: pgmap v169: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-18T13:48:08.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 138076 8.49 MB/sec execute 310 sec latency 123.725 ms 2023-12-18T13:48:09.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 138349 8.49 MB/sec execute 311 sec latency 116.581 ms 2023-12-18T13:48:09.568 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:09 smithi114 ceph-mon[107744]: pgmap v170: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.8 MiB/s wr, 594 op/s 2023-12-18T13:48:09.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:09 smithi172 ceph-mon[110581]: pgmap v170: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.8 MiB/s wr, 594 op/s 2023-12-18T13:48:10.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 138716 8.50 MB/sec execute 312 sec latency 129.484 ms 2023-12-18T13:48:11.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 139033 8.52 MB/sec execute 313 sec latency 146.206 ms 2023-12-18T13:48:11.609 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:11 smithi114 ceph-mon[107744]: pgmap v171: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 396 op/s 2023-12-18T13:48:12.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:11 smithi172 ceph-mon[110581]: pgmap v171: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 396 op/s 2023-12-18T13:48:12.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 139334 8.51 MB/sec execute 314 sec latency 151.851 ms 2023-12-18T13:48:13.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 139609 8.52 MB/sec execute 315 sec latency 126.748 ms 2023-12-18T13:48:13.685 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:13 smithi114 ceph-mon[107744]: pgmap v172: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.2 MiB/s wr, 590 op/s 2023-12-18T13:48:14.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:13 smithi172 ceph-mon[110581]: pgmap v172: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.2 MiB/s wr, 590 op/s 2023-12-18T13:48:14.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 139855 8.50 MB/sec execute 316 sec latency 136.078 ms 2023-12-18T13:48:15.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 140145 8.49 MB/sec execute 317 sec latency 126.548 ms 2023-12-18T13:48:15.718 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:15 smithi114 ceph-mon[107744]: pgmap v173: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-18T13:48:16.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:15 smithi172 ceph-mon[110581]: pgmap v173: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-18T13:48:16.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 140488 8.49 MB/sec execute 318 sec latency 189.320 ms 2023-12-18T13:48:17.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 140797 8.48 MB/sec execute 319 sec latency 143.047 ms 2023-12-18T13:48:17.764 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:17 smithi114 ceph-mon[107744]: pgmap v174: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-18T13:48:18.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:17 smithi172 ceph-mon[110581]: pgmap v174: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-18T13:48:18.369 INFO:teuthology.orchestra.run.smithi114.stdout: 5 141123 8.49 MB/sec execute 320 sec latency 129.038 ms 2023-12-18T13:48:19.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 141387 8.49 MB/sec execute 321 sec latency 124.889 ms 2023-12-18T13:48:19.804 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:19 smithi114 ceph-mon[107744]: pgmap v175: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-12-18T13:48:20.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:19 smithi172 ceph-mon[110581]: pgmap v175: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-12-18T13:48:20.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 141649 8.48 MB/sec execute 322 sec latency 132.237 ms 2023-12-18T13:48:20.834 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:21.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:21.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 141901 8.46 MB/sec execute 323 sec latency 125.421 ms 2023-12-18T13:48:21.856 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:21 smithi114 ceph-mon[107744]: pgmap v176: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T13:48:22.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:21 smithi172 ceph-mon[110581]: pgmap v176: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T13:48:22.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 142182 8.46 MB/sec execute 324 sec latency 123.875 ms 2023-12-18T13:48:23.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 142517 8.48 MB/sec execute 325 sec latency 105.990 ms 2023-12-18T13:48:23.899 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:23 smithi114 ceph-mon[107744]: pgmap v177: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-12-18T13:48:24.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:23 smithi172 ceph-mon[110581]: pgmap v177: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-12-18T13:48:24.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 142848 8.49 MB/sec execute 326 sec latency 126.844 ms 2023-12-18T13:48:25.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 143155 8.49 MB/sec execute 327 sec latency 127.012 ms 2023-12-18T13:48:25.701 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:25 smithi114 ceph-mon[107744]: pgmap v178: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:48:26.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:25 smithi172 ceph-mon[110581]: pgmap v178: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:48:26.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 143452 8.49 MB/sec execute 328 sec latency 126.832 ms 2023-12-18T13:48:27.380 INFO:teuthology.orchestra.run.smithi114.stdout: 5 143730 8.48 MB/sec execute 329 sec latency 127.172 ms 2023-12-18T13:48:27.754 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:27 smithi114 ceph-mon[107744]: pgmap v179: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:48:28.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:27 smithi172 ceph-mon[110581]: pgmap v179: 97 pgs: 97 active+clean; 341 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:48:28.382 INFO:teuthology.orchestra.run.smithi114.stdout: 5 144035 8.47 MB/sec execute 330 sec latency 142.106 ms 2023-12-18T13:48:29.383 INFO:teuthology.orchestra.run.smithi114.stdout: 5 144308 8.46 MB/sec execute 331 sec latency 123.771 ms 2023-12-18T13:48:29.814 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:29 smithi114 ceph-mon[107744]: pgmap v180: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-12-18T13:48:30.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:29 smithi172 ceph-mon[110581]: pgmap v180: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-12-18T13:48:30.382 INFO:teuthology.orchestra.run.smithi114.stdout: 5 144568 8.45 MB/sec execute 332 sec latency 134.299 ms 2023-12-18T13:48:31.383 INFO:teuthology.orchestra.run.smithi114.stdout: 5 144843 8.46 MB/sec execute 333 sec latency 129.481 ms 2023-12-18T13:48:31.794 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:31 smithi114 ceph-mon[107744]: pgmap v181: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T13:48:32.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:31 smithi172 ceph-mon[110581]: pgmap v181: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T13:48:32.383 INFO:teuthology.orchestra.run.smithi114.stdout: 5 145113 8.45 MB/sec execute 334 sec latency 89.772 ms 2023-12-18T13:48:33.383 INFO:teuthology.orchestra.run.smithi114.stdout: 5 145427 8.46 MB/sec execute 335 sec latency 129.249 ms 2023-12-18T13:48:33.869 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:33 smithi114 ceph-mon[107744]: pgmap v182: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-12-18T13:48:34.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:33 smithi172 ceph-mon[110581]: pgmap v182: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-12-18T13:48:34.383 INFO:teuthology.orchestra.run.smithi114.stdout: 5 145651 8.45 MB/sec execute 336 sec latency 133.186 ms 2023-12-18T13:48:35.383 INFO:teuthology.orchestra.run.smithi114.stdout: 5 145868 8.45 MB/sec execute 337 sec latency 129.752 ms 2023-12-18T13:48:35.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:35 smithi114 ceph-mon[107744]: pgmap v183: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:48:35.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:36.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:35 smithi172 ceph-mon[110581]: pgmap v183: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:48:36.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:36.384 INFO:teuthology.orchestra.run.smithi114.stdout: 5 146086 8.45 MB/sec execute 338 sec latency 137.785 ms 2023-12-18T13:48:37.384 INFO:teuthology.orchestra.run.smithi114.stdout: 5 146316 8.44 MB/sec execute 339 sec latency 210.155 ms 2023-12-18T13:48:37.797 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:37 smithi114 ceph-mon[107744]: pgmap v184: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:48:38.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:37 smithi172 ceph-mon[110581]: pgmap v184: 97 pgs: 97 active+clean; 341 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:48:38.384 INFO:teuthology.orchestra.run.smithi114.stdout: 5 146582 8.45 MB/sec execute 340 sec latency 133.298 ms 2023-12-18T13:48:39.384 INFO:teuthology.orchestra.run.smithi114.stdout: 5 146908 8.44 MB/sec execute 341 sec latency 130.003 ms 2023-12-18T13:48:39.818 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:39 smithi114 ceph-mon[107744]: pgmap v185: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 506 op/s 2023-12-18T13:48:40.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:39 smithi172 ceph-mon[110581]: pgmap v185: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 506 op/s 2023-12-18T13:48:40.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 147177 8.43 MB/sec execute 342 sec latency 149.293 ms 2023-12-18T13:48:41.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 147551 8.43 MB/sec execute 343 sec latency 123.922 ms 2023-12-18T13:48:41.855 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:41 smithi114 ceph-mon[107744]: pgmap v186: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-12-18T13:48:42.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:41 smithi172 ceph-mon[110581]: pgmap v186: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-12-18T13:48:42.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 147871 8.42 MB/sec execute 344 sec latency 109.259 ms 2023-12-18T13:48:43.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 148280 8.43 MB/sec execute 345 sec latency 214.004 ms 2023-12-18T13:48:43.901 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:43 smithi114 ceph-mon[107744]: pgmap v187: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-12-18T13:48:44.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:43 smithi172 ceph-mon[110581]: pgmap v187: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 498 op/s 2023-12-18T13:48:44.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 148676 8.44 MB/sec execute 346 sec latency 102.105 ms 2023-12-18T13:48:45.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 149063 8.45 MB/sec execute 347 sec latency 146.548 ms 2023-12-18T13:48:45.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:45 smithi114 ceph-mon[107744]: pgmap v188: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-12-18T13:48:46.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:45 smithi172 ceph-mon[110581]: pgmap v188: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-12-18T13:48:46.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 149316 8.45 MB/sec execute 348 sec latency 126.961 ms 2023-12-18T13:48:47.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 149602 8.45 MB/sec execute 349 sec latency 126.716 ms 2023-12-18T13:48:47.986 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:47 smithi114 ceph-mon[107744]: pgmap v189: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-12-18T13:48:48.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:47 smithi172 ceph-mon[110581]: pgmap v189: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-12-18T13:48:48.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 149870 8.45 MB/sec execute 350 sec latency 128.622 ms 2023-12-18T13:48:49.392 INFO:teuthology.orchestra.run.smithi114.stdout: 5 150104 8.44 MB/sec execute 351 sec latency 141.361 ms 2023-12-18T13:48:49.800 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:49 smithi114 ceph-mon[107744]: pgmap v190: 97 pgs: 97 active+clean; 342 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-18T13:48:50.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:49 smithi172 ceph-mon[110581]: pgmap v190: 97 pgs: 97 active+clean; 342 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-18T13:48:50.395 INFO:teuthology.orchestra.run.smithi114.stdout: 5 150400 8.45 MB/sec execute 352 sec latency 142.001 ms 2023-12-18T13:48:50.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:48:51.395 INFO:teuthology.orchestra.run.smithi114.stdout: 5 150682 8.43 MB/sec execute 353 sec latency 132.738 ms 2023-12-18T13:48:51.844 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:51 smithi114 ceph-mon[107744]: pgmap v191: 97 pgs: 97 active+clean; 342 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-18T13:48:52.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:51 smithi172 ceph-mon[110581]: pgmap v191: 97 pgs: 97 active+clean; 342 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-18T13:48:52.396 INFO:teuthology.orchestra.run.smithi114.stdout: 5 150969 8.42 MB/sec execute 354 sec latency 126.580 ms 2023-12-18T13:48:53.395 INFO:teuthology.orchestra.run.smithi114.stdout: 5 151229 8.41 MB/sec execute 355 sec latency 120.979 ms 2023-12-18T13:48:53.915 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:53 smithi114 ceph-mon[107744]: pgmap v192: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-12-18T13:48:54.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:53 smithi172 ceph-mon[110581]: pgmap v192: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-12-18T13:48:54.396 INFO:teuthology.orchestra.run.smithi114.stdout: 5 151462 8.41 MB/sec execute 356 sec latency 132.923 ms 2023-12-18T13:48:55.396 INFO:teuthology.orchestra.run.smithi114.stdout: 5 151683 8.40 MB/sec execute 357 sec latency 194.996 ms 2023-12-18T13:48:55.948 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:55 smithi114 ceph-mon[107744]: pgmap v193: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T13:48:56.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:55 smithi172 ceph-mon[110581]: pgmap v193: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T13:48:56.396 INFO:teuthology.orchestra.run.smithi114.stdout: 5 151910 8.40 MB/sec execute 358 sec latency 134.011 ms 2023-12-18T13:48:57.396 INFO:teuthology.orchestra.run.smithi114.stdout: 5 152140 8.40 MB/sec execute 359 sec latency 135.116 ms 2023-12-18T13:48:58.017 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:57 smithi114 ceph-mon[107744]: pgmap v194: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T13:48:58.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:57 smithi172 ceph-mon[110581]: pgmap v194: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 378 op/s 2023-12-18T13:48:58.401 INFO:teuthology.orchestra.run.smithi114.stdout: 5 152477 8.41 MB/sec execute 360 sec latency 129.706 ms 2023-12-18T13:48:59.401 INFO:teuthology.orchestra.run.smithi114.stdout: 5 152863 8.41 MB/sec execute 361 sec latency 126.921 ms 2023-12-18T13:49:00.074 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:48:59 smithi114 ceph-mon[107744]: pgmap v195: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-18T13:49:00.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:48:59 smithi172 ceph-mon[110581]: pgmap v195: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-18T13:49:00.401 INFO:teuthology.orchestra.run.smithi114.stdout: 5 153121 8.40 MB/sec execute 362 sec latency 129.870 ms 2023-12-18T13:49:01.412 INFO:teuthology.orchestra.run.smithi114.stdout: 5 153404 8.40 MB/sec execute 363 sec latency 123.535 ms 2023-12-18T13:49:01.871 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:01 smithi114 ceph-mon[107744]: pgmap v196: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-18T13:49:02.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:01 smithi172 ceph-mon[110581]: pgmap v196: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-18T13:49:02.412 INFO:teuthology.orchestra.run.smithi114.stdout: 5 153715 8.40 MB/sec execute 364 sec latency 206.004 ms 2023-12-18T13:49:03.411 INFO:teuthology.orchestra.run.smithi114.stdout: 5 154097 8.41 MB/sec execute 365 sec latency 109.102 ms 2023-12-18T13:49:03.932 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:03 smithi114 ceph-mon[107744]: pgmap v197: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T13:49:04.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:03 smithi172 ceph-mon[110581]: pgmap v197: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T13:49:04.412 INFO:teuthology.orchestra.run.smithi114.stdout: 5 154335 8.41 MB/sec execute 366 sec latency 126.671 ms 2023-12-18T13:49:05.418 INFO:teuthology.orchestra.run.smithi114.stdout: 5 154657 8.40 MB/sec execute 367 sec latency 131.109 ms 2023-12-18T13:49:05.979 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:05 smithi114 ceph-mon[107744]: pgmap v198: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T13:49:05.979 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:06.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:05 smithi172 ceph-mon[110581]: pgmap v198: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T13:49:06.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:06.428 INFO:teuthology.orchestra.run.smithi114.stdout: 5 154886 8.38 MB/sec execute 368 sec latency 133.359 ms 2023-12-18T13:49:07.428 INFO:teuthology.orchestra.run.smithi114.stdout: 5 155166 8.38 MB/sec execute 369 sec latency 136.765 ms 2023-12-18T13:49:08.052 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:07 smithi114 ceph-mon[107744]: pgmap v199: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T13:49:08.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:07 smithi172 ceph-mon[110581]: pgmap v199: 97 pgs: 97 active+clean; 341 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T13:49:08.435 INFO:teuthology.orchestra.run.smithi114.stdout: 5 155516 8.39 MB/sec execute 370 sec latency 127.231 ms 2023-12-18T13:49:09.436 INFO:teuthology.orchestra.run.smithi114.stdout: 5 155800 8.39 MB/sec execute 371 sec latency 129.806 ms 2023-12-18T13:49:10.109 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:09 smithi114 ceph-mon[107744]: pgmap v200: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 514 op/s 2023-12-18T13:49:10.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:09 smithi172 ceph-mon[110581]: pgmap v200: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 514 op/s 2023-12-18T13:49:10.436 INFO:teuthology.orchestra.run.smithi114.stdout: 5 156175 8.40 MB/sec execute 372 sec latency 117.992 ms 2023-12-18T13:49:11.436 INFO:teuthology.orchestra.run.smithi114.stdout: 5 156447 8.40 MB/sec execute 373 sec latency 130.509 ms 2023-12-18T13:49:11.902 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:11 smithi114 ceph-mon[107744]: pgmap v201: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-12-18T13:49:12.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:11 smithi172 ceph-mon[110581]: pgmap v201: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-12-18T13:49:12.436 INFO:teuthology.orchestra.run.smithi114.stdout: 5 156631 8.38 MB/sec execute 374 sec latency 130.849 ms 2023-12-18T13:49:13.436 INFO:teuthology.orchestra.run.smithi114.stdout: 5 156894 8.39 MB/sec execute 375 sec latency 141.010 ms 2023-12-18T13:49:13.961 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:13 smithi114 ceph-mon[107744]: pgmap v202: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-12-18T13:49:14.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:13 smithi172 ceph-mon[110581]: pgmap v202: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-12-18T13:49:14.436 INFO:teuthology.orchestra.run.smithi114.stdout: 5 157135 8.38 MB/sec execute 376 sec latency 135.848 ms 2023-12-18T13:49:15.446 INFO:teuthology.orchestra.run.smithi114.stdout: 5 157391 8.38 MB/sec execute 377 sec latency 134.344 ms 2023-12-18T13:49:16.027 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:15 smithi114 ceph-mon[107744]: pgmap v203: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:49:16.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:15 smithi172 ceph-mon[110581]: pgmap v203: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:49:16.446 INFO:teuthology.orchestra.run.smithi114.stdout: 5 157607 8.37 MB/sec execute 378 sec latency 161.083 ms 2023-12-18T13:49:17.446 INFO:teuthology.orchestra.run.smithi114.stdout: 5 157891 8.37 MB/sec execute 379 sec latency 127.029 ms 2023-12-18T13:49:18.072 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:17 smithi114 ceph-mon[107744]: pgmap v204: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:49:18.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:17 smithi172 ceph-mon[110581]: pgmap v204: 97 pgs: 97 active+clean; 343 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T13:49:18.447 INFO:teuthology.orchestra.run.smithi114.stdout: 5 158260 8.36 MB/sec execute 380 sec latency 129.951 ms 2023-12-18T13:49:19.447 INFO:teuthology.orchestra.run.smithi114.stdout: 5 158581 8.35 MB/sec execute 381 sec latency 126.967 ms 2023-12-18T13:49:20.129 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:19 smithi114 ceph-mon[107744]: pgmap v205: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2023-12-18T13:49:20.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:19 smithi172 ceph-mon[110581]: pgmap v205: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2023-12-18T13:49:20.447 INFO:teuthology.orchestra.run.smithi114.stdout: 5 158822 8.35 MB/sec execute 382 sec latency 134.329 ms 2023-12-18T13:49:21.161 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:21.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:21.456 INFO:teuthology.orchestra.run.smithi114.stdout: 5 159227 8.37 MB/sec execute 383 sec latency 135.714 ms 2023-12-18T13:49:21.936 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:21 smithi114 ceph-mon[107744]: pgmap v206: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2023-12-18T13:49:22.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:21 smithi172 ceph-mon[110581]: pgmap v206: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 323 op/s 2023-12-18T13:49:22.456 INFO:teuthology.orchestra.run.smithi114.stdout: 5 159617 8.38 MB/sec execute 384 sec latency 127.093 ms 2023-12-18T13:49:23.456 INFO:teuthology.orchestra.run.smithi114.stdout: 5 159914 8.38 MB/sec execute 385 sec latency 126.451 ms 2023-12-18T13:49:23.984 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:23 smithi114 ceph-mon[107744]: pgmap v207: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-18T13:49:24.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:23 smithi172 ceph-mon[110581]: pgmap v207: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-18T13:49:24.456 INFO:teuthology.orchestra.run.smithi114.stdout: 5 160193 8.38 MB/sec execute 386 sec latency 141.161 ms 2023-12-18T13:49:25.456 INFO:teuthology.orchestra.run.smithi114.stdout: 5 160462 8.37 MB/sec execute 387 sec latency 124.159 ms 2023-12-18T13:49:26.039 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:25 smithi114 ceph-mon[107744]: pgmap v208: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T13:49:26.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:25 smithi172 ceph-mon[110581]: pgmap v208: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T13:49:26.456 INFO:teuthology.orchestra.run.smithi114.stdout: 5 160771 8.37 MB/sec execute 388 sec latency 131.049 ms 2023-12-18T13:49:27.456 INFO:teuthology.orchestra.run.smithi114.stdout: 5 161047 8.37 MB/sec execute 389 sec latency 156.184 ms 2023-12-18T13:49:28.113 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:27 smithi114 ceph-mon[107744]: pgmap v209: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T13:49:28.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:27 smithi172 ceph-mon[110581]: pgmap v209: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T13:49:28.462 INFO:teuthology.orchestra.run.smithi114.stdout: 5 161291 8.37 MB/sec execute 390 sec latency 139.078 ms 2023-12-18T13:49:29.462 INFO:teuthology.orchestra.run.smithi114.stdout: 5 161532 8.36 MB/sec execute 391 sec latency 118.273 ms 2023-12-18T13:49:30.167 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:29 smithi114 ceph-mon[107744]: pgmap v210: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-18T13:49:30.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:29 smithi172 ceph-mon[110581]: pgmap v210: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-18T13:49:30.462 INFO:teuthology.orchestra.run.smithi114.stdout: 5 161797 8.35 MB/sec execute 392 sec latency 120.812 ms 2023-12-18T13:49:31.462 INFO:teuthology.orchestra.run.smithi114.stdout: 5 162038 8.34 MB/sec execute 393 sec latency 123.274 ms 2023-12-18T13:49:32.244 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:31 smithi114 ceph-mon[107744]: pgmap v211: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-12-18T13:49:32.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:31 smithi172 ceph-mon[110581]: pgmap v211: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-12-18T13:49:32.462 INFO:teuthology.orchestra.run.smithi114.stdout: 5 162254 8.33 MB/sec execute 394 sec latency 126.071 ms 2023-12-18T13:49:33.467 INFO:teuthology.orchestra.run.smithi114.stdout: 5 162482 8.33 MB/sec execute 395 sec latency 146.201 ms 2023-12-18T13:49:34.047 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:33 smithi114 ceph-mon[107744]: pgmap v212: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-12-18T13:49:34.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:33 smithi172 ceph-mon[110581]: pgmap v212: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-12-18T13:49:34.467 INFO:teuthology.orchestra.run.smithi114.stdout: 5 162784 8.33 MB/sec execute 396 sec latency 123.482 ms 2023-12-18T13:49:35.207 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:35 smithi114 ceph-mon[107744]: pgmap v213: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-18T13:49:35.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:35 smithi172 ceph-mon[110581]: pgmap v213: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-18T13:49:35.467 INFO:teuthology.orchestra.run.smithi114.stdout: 5 163134 8.34 MB/sec execute 397 sec latency 143.474 ms 2023-12-18T13:49:36.220 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:36 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:36.467 INFO:teuthology.orchestra.run.smithi114.stdout: 5 163403 8.34 MB/sec execute 398 sec latency 129.138 ms 2023-12-18T13:49:36.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:36 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:37.233 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:37 smithi114 ceph-mon[107744]: pgmap v214: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-18T13:49:37.475 INFO:teuthology.orchestra.run.smithi114.stdout: 5 163587 8.33 MB/sec execute 399 sec latency 126.364 ms 2023-12-18T13:49:37.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:37 smithi172 ceph-mon[110581]: pgmap v214: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-18T13:49:38.475 INFO:teuthology.orchestra.run.smithi114.stdout: 5 163721 8.32 MB/sec execute 400 sec latency 142.641 ms 2023-12-18T13:49:39.476 INFO:teuthology.orchestra.run.smithi114.stdout: 5 163978 8.31 MB/sec execute 401 sec latency 149.559 ms 2023-12-18T13:49:39.593 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:39 smithi114 ceph-mon[107744]: pgmap v215: 97 pgs: 97 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-18T13:49:40.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:39 smithi172 ceph-mon[110581]: pgmap v215: 97 pgs: 97 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-18T13:49:40.475 INFO:teuthology.orchestra.run.smithi114.stdout: 5 164215 8.31 MB/sec execute 402 sec latency 138.207 ms 2023-12-18T13:49:41.478 INFO:teuthology.orchestra.run.smithi114.stdout: 5 164361 8.29 MB/sec execute 403 sec latency 132.985 ms 2023-12-18T13:49:41.662 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:41 smithi114 ceph-mon[107744]: pgmap v216: 97 pgs: 97 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 316 op/s 2023-12-18T13:49:42.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:41 smithi172 ceph-mon[110581]: pgmap v216: 97 pgs: 97 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 316 op/s 2023-12-18T13:49:42.479 INFO:teuthology.orchestra.run.smithi114.stdout: 5 164586 8.29 MB/sec execute 404 sec latency 192.466 ms 2023-12-18T13:49:43.478 INFO:teuthology.orchestra.run.smithi114.stdout: 5 164826 8.30 MB/sec execute 405 sec latency 122.272 ms 2023-12-18T13:49:43.722 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:43 smithi114 ceph-mon[107744]: pgmap v217: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-12-18T13:49:44.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:43 smithi172 ceph-mon[110581]: pgmap v217: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-12-18T13:49:44.477 INFO:teuthology.orchestra.run.smithi114.stdout: 5 165037 8.29 MB/sec execute 406 sec latency 139.595 ms 2023-12-18T13:49:45.485 INFO:teuthology.orchestra.run.smithi114.stdout: 5 165269 8.27 MB/sec execute 407 sec latency 125.813 ms 2023-12-18T13:49:45.759 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:45 smithi114 ceph-mon[107744]: pgmap v218: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T13:49:46.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:45 smithi172 ceph-mon[110581]: pgmap v218: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T13:49:46.485 INFO:teuthology.orchestra.run.smithi114.stdout: 5 165527 8.26 MB/sec execute 408 sec latency 108.556 ms 2023-12-18T13:49:47.485 INFO:teuthology.orchestra.run.smithi114.stdout: 5 165690 8.25 MB/sec execute 409 sec latency 132.287 ms 2023-12-18T13:49:47.780 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:47 smithi114 ceph-mon[107744]: pgmap v219: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T13:49:48.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:47 smithi172 ceph-mon[110581]: pgmap v219: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T13:49:48.485 INFO:teuthology.orchestra.run.smithi114.stdout: 5 165842 8.24 MB/sec execute 410 sec latency 127.005 ms 2023-12-18T13:49:49.485 INFO:teuthology.orchestra.run.smithi114.stdout: 5 166133 8.25 MB/sec execute 411 sec latency 156.163 ms 2023-12-18T13:49:49.857 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:49 smithi114 ceph-mon[107744]: pgmap v220: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-18T13:49:50.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:49 smithi172 ceph-mon[110581]: pgmap v220: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-18T13:49:50.490 INFO:teuthology.orchestra.run.smithi114.stdout: 5 166382 8.25 MB/sec execute 412 sec latency 156.951 ms 2023-12-18T13:49:50.622 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:49:51.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 166639 8.24 MB/sec execute 413 sec latency 137.045 ms 2023-12-18T13:49:51.639 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:51 smithi114 ceph-mon[107744]: pgmap v221: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 260 op/s 2023-12-18T13:49:52.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:51 smithi172 ceph-mon[110581]: pgmap v221: 97 pgs: 97 active+clean; 342 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 260 op/s 2023-12-18T13:49:52.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 166939 8.25 MB/sec execute 414 sec latency 149.002 ms 2023-12-18T13:49:53.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 167162 8.24 MB/sec execute 415 sec latency 126.112 ms 2023-12-18T13:49:53.688 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:53 smithi114 ceph-mon[107744]: pgmap v222: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T13:49:54.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:53 smithi172 ceph-mon[110581]: pgmap v222: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T13:49:54.503 INFO:teuthology.orchestra.run.smithi114.stdout: 5 167363 8.24 MB/sec execute 416 sec latency 108.334 ms 2023-12-18T13:49:55.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 167676 8.23 MB/sec execute 417 sec latency 152.998 ms 2023-12-18T13:49:55.728 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:55 smithi114 ceph-mon[107744]: pgmap v223: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-12-18T13:49:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:55 smithi172 ceph-mon[110581]: pgmap v223: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-12-18T13:49:56.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 167945 8.23 MB/sec execute 418 sec latency 129.856 ms 2023-12-18T13:49:57.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 168153 8.23 MB/sec execute 419 sec latency 147.934 ms 2023-12-18T13:49:57.782 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:57 smithi114 ceph-mon[107744]: pgmap v224: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-12-18T13:49:58.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:57 smithi172 ceph-mon[110581]: pgmap v224: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 272 op/s 2023-12-18T13:49:58.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 168401 8.23 MB/sec execute 420 sec latency 105.334 ms 2023-12-18T13:49:59.499 INFO:teuthology.orchestra.run.smithi114.stdout: 5 168632 8.22 MB/sec execute 421 sec latency 210.460 ms 2023-12-18T13:49:59.851 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:49:59 smithi114 ceph-mon[107744]: pgmap v225: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-12-18T13:50:00.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:49:59 smithi172 ceph-mon[110581]: pgmap v225: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-12-18T13:50:00.503 INFO:teuthology.orchestra.run.smithi114.stdout: 5 168959 8.21 MB/sec execute 422 sec latency 152.003 ms 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: Upgrade daemon: mgr.smithi114.blescs: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi114.blescs ... 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: Traceback (most recent call last): 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: "__main__", mod_spec) 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:50:00.872 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: exec(code, run_globals) 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:50:00.873 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:00 smithi114 ceph-mon[107744]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:50:01.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: Upgrade daemon: mgr.smithi114.blescs: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi114.blescs ... 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: Traceback (most recent call last): 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: "__main__", mod_spec) 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: exec(code, run_globals) 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:50:01.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:50:01.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:50:01.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:50:01.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:00 smithi172 ceph-mon[110581]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:50:01.503 INFO:teuthology.orchestra.run.smithi114.stdout: 5 169149 8.20 MB/sec execute 423 sec latency 127.720 ms 2023-12-18T13:50:01.905 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:01 smithi114 ceph-mon[107744]: pgmap v226: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 298 op/s 2023-12-18T13:50:02.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:01 smithi172 ceph-mon[110581]: pgmap v226: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 298 op/s 2023-12-18T13:50:02.504 INFO:teuthology.orchestra.run.smithi114.stdout: 5 169409 8.20 MB/sec execute 424 sec latency 130.026 ms 2023-12-18T13:50:03.510 INFO:teuthology.orchestra.run.smithi114.stdout: 5 169728 8.21 MB/sec execute 426 sec latency 139.771 ms 2023-12-18T13:50:03.968 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:03 smithi114 ceph-mon[107744]: pgmap v227: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-12-18T13:50:04.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:03 smithi172 ceph-mon[110581]: pgmap v227: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-12-18T13:50:04.510 INFO:teuthology.orchestra.run.smithi114.stdout: 5 170006 8.21 MB/sec execute 427 sec latency 147.579 ms 2023-12-18T13:50:05.510 INFO:teuthology.orchestra.run.smithi114.stdout: 5 170349 8.21 MB/sec execute 428 sec latency 126.608 ms 2023-12-18T13:50:06.001 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:05 smithi114 ceph-mon[107744]: pgmap v228: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 311 op/s 2023-12-18T13:50:06.001 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:05 smithi172 ceph-mon[110581]: pgmap v228: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 311 op/s 2023-12-18T13:50:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:06.510 INFO:teuthology.orchestra.run.smithi114.stdout: 5 170603 8.21 MB/sec execute 429 sec latency 108.289 ms 2023-12-18T13:50:07.510 INFO:teuthology.orchestra.run.smithi114.stdout: 5 170950 8.21 MB/sec execute 430 sec latency 123.635 ms 2023-12-18T13:50:08.036 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:07 smithi114 ceph-mon[107744]: pgmap v229: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 311 op/s 2023-12-18T13:50:08.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:07 smithi172 ceph-mon[110581]: pgmap v229: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 311 op/s 2023-12-18T13:50:08.510 INFO:teuthology.orchestra.run.smithi114.stdout: 5 171211 8.20 MB/sec execute 431 sec latency 129.912 ms 2023-12-18T13:50:09.513 INFO:teuthology.orchestra.run.smithi114.stdout: 5 171429 8.20 MB/sec execute 432 sec latency 131.080 ms 2023-12-18T13:50:09.812 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:09 smithi114 ceph-mon[107744]: pgmap v230: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-12-18T13:50:10.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:09 smithi172 ceph-mon[110581]: pgmap v230: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 486 op/s 2023-12-18T13:50:10.513 INFO:teuthology.orchestra.run.smithi114.stdout: 5 171783 8.21 MB/sec execute 433 sec latency 152.367 ms 2023-12-18T13:50:11.513 INFO:teuthology.orchestra.run.smithi114.stdout: 5 172107 8.20 MB/sec execute 434 sec latency 129.447 ms 2023-12-18T13:50:11.866 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:11 smithi114 ceph-mon[107744]: pgmap v231: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T13:50:12.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:11 smithi172 ceph-mon[110581]: pgmap v231: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T13:50:12.513 INFO:teuthology.orchestra.run.smithi114.stdout: 5 172355 8.19 MB/sec execute 435 sec latency 129.622 ms 2023-12-18T13:50:13.513 INFO:teuthology.orchestra.run.smithi114.stdout: 5 172610 8.19 MB/sec execute 436 sec latency 123.640 ms 2023-12-18T13:50:13.931 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:13 smithi114 ceph-mon[107744]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-18T13:50:14.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:13 smithi172 ceph-mon[110581]: pgmap v232: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 504 op/s 2023-12-18T13:50:14.513 INFO:teuthology.orchestra.run.smithi114.stdout: 5 172998 8.20 MB/sec execute 437 sec latency 108.028 ms 2023-12-18T13:50:15.520 INFO:teuthology.orchestra.run.smithi114.stdout: 5 173353 8.21 MB/sec execute 438 sec latency 125.184 ms 2023-12-18T13:50:15.977 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:15 smithi114 ceph-mon[107744]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-18T13:50:16.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:15 smithi172 ceph-mon[110581]: pgmap v233: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-18T13:50:16.520 INFO:teuthology.orchestra.run.smithi114.stdout: 5 173650 8.20 MB/sec execute 439 sec latency 116.941 ms 2023-12-18T13:50:17.521 INFO:teuthology.orchestra.run.smithi114.stdout: 5 173903 8.21 MB/sec execute 440 sec latency 189.315 ms 2023-12-18T13:50:17.999 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:17 smithi114 ceph-mon[107744]: pgmap v234: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-18T13:50:18.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:17 smithi172 ceph-mon[110581]: pgmap v234: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-18T13:50:18.520 INFO:teuthology.orchestra.run.smithi114.stdout: 5 174274 8.21 MB/sec execute 441 sec latency 127.089 ms 2023-12-18T13:50:19.520 INFO:teuthology.orchestra.run.smithi114.stdout: 5 174586 8.21 MB/sec execute 442 sec latency 127.203 ms 2023-12-18T13:50:20.022 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:19 smithi114 ceph-mon[107744]: pgmap v235: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-12-18T13:50:20.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:19 smithi172 ceph-mon[110581]: pgmap v235: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-12-18T13:50:20.520 INFO:teuthology.orchestra.run.smithi114.stdout: 5 174812 8.20 MB/sec execute 443 sec latency 132.395 ms 2023-12-18T13:50:21.046 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:21.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:21.520 INFO:teuthology.orchestra.run.smithi114.stdout: 5 175052 8.21 MB/sec execute 444 sec latency 138.124 ms 2023-12-18T13:50:22.089 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:21 smithi114 ceph-mon[107744]: pgmap v236: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-18T13:50:22.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:21 smithi172 ceph-mon[110581]: pgmap v236: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-18T13:50:22.525 INFO:teuthology.orchestra.run.smithi114.stdout: 5 175335 8.20 MB/sec execute 445 sec latency 138.599 ms 2023-12-18T13:50:23.520 INFO:teuthology.orchestra.run.smithi114.stdout: 5 175655 8.20 MB/sec execute 446 sec latency 130.285 ms 2023-12-18T13:50:24.126 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:23 smithi114 ceph-mon[107744]: pgmap v237: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-12-18T13:50:24.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:23 smithi172 ceph-mon[110581]: pgmap v237: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-12-18T13:50:24.521 INFO:teuthology.orchestra.run.smithi114.stdout: 5 175888 8.19 MB/sec execute 447 sec latency 198.500 ms 2023-12-18T13:50:25.521 INFO:teuthology.orchestra.run.smithi114.stdout: 5 176140 8.19 MB/sec execute 448 sec latency 204.214 ms 2023-12-18T13:50:25.927 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:25 smithi114 ceph-mon[107744]: pgmap v238: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T13:50:26.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:25 smithi172 ceph-mon[110581]: pgmap v238: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T13:50:26.521 INFO:teuthology.orchestra.run.smithi114.stdout: 5 176349 8.18 MB/sec execute 449 sec latency 137.800 ms 2023-12-18T13:50:27.521 INFO:teuthology.orchestra.run.smithi114.stdout: 5 176647 8.19 MB/sec execute 450 sec latency 138.130 ms 2023-12-18T13:50:27.995 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:27 smithi114 ceph-mon[107744]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T13:50:28.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:27 smithi172 ceph-mon[110581]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T13:50:28.521 INFO:teuthology.orchestra.run.smithi114.stdout: 5 176945 8.18 MB/sec execute 451 sec latency 126.778 ms 2023-12-18T13:50:29.526 INFO:teuthology.orchestra.run.smithi114.stdout: 5 177342 8.19 MB/sec execute 452 sec latency 134.263 ms 2023-12-18T13:50:30.024 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:29 smithi114 ceph-mon[107744]: pgmap v240: 97 pgs: 97 active+clean; 341 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-18T13:50:30.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:29 smithi172 ceph-mon[110581]: pgmap v240: 97 pgs: 97 active+clean; 341 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-18T13:50:30.532 INFO:teuthology.orchestra.run.smithi114.stdout: 5 177666 8.19 MB/sec execute 453 sec latency 210.170 ms 2023-12-18T13:50:31.539 INFO:teuthology.orchestra.run.smithi114.stdout: 5 177957 8.19 MB/sec execute 454 sec latency 130.574 ms 2023-12-18T13:50:32.077 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:31 smithi114 ceph-mon[107744]: pgmap v241: 97 pgs: 97 active+clean; 341 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-18T13:50:32.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:31 smithi172 ceph-mon[110581]: pgmap v241: 97 pgs: 97 active+clean; 341 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-18T13:50:32.539 INFO:teuthology.orchestra.run.smithi114.stdout: 5 178228 8.19 MB/sec execute 455 sec latency 129.145 ms 2023-12-18T13:50:33.539 INFO:teuthology.orchestra.run.smithi114.stdout: 5 178450 8.19 MB/sec execute 456 sec latency 207.869 ms 2023-12-18T13:50:34.160 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:33 smithi114 ceph-mon[107744]: pgmap v242: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-12-18T13:50:34.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:33 smithi172 ceph-mon[110581]: pgmap v242: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-12-18T13:50:34.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 178664 8.19 MB/sec execute 457 sec latency 135.527 ms 2023-12-18T13:50:35.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 178883 8.18 MB/sec execute 458 sec latency 133.315 ms 2023-12-18T13:50:35.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:35 smithi114 ceph-mon[107744]: pgmap v243: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-18T13:50:35.955 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:35 smithi172 ceph-mon[110581]: pgmap v243: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-18T13:50:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:36.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 179179 8.17 MB/sec execute 459 sec latency 137.137 ms 2023-12-18T13:50:37.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 179405 8.16 MB/sec execute 460 sec latency 144.506 ms 2023-12-18T13:50:38.006 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:37 smithi114 ceph-mon[107744]: pgmap v244: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-18T13:50:38.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:37 smithi172 ceph-mon[110581]: pgmap v244: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-18T13:50:38.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 179696 8.16 MB/sec execute 461 sec latency 97.607 ms 2023-12-18T13:50:39.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 180050 8.18 MB/sec execute 462 sec latency 137.199 ms 2023-12-18T13:50:40.036 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:39 smithi114 ceph-mon[107744]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-18T13:50:40.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:39 smithi172 ceph-mon[110581]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-18T13:50:40.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 180263 8.16 MB/sec execute 463 sec latency 142.358 ms 2023-12-18T13:50:41.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 180595 8.16 MB/sec execute 464 sec latency 130.431 ms 2023-12-18T13:50:42.083 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:42 smithi114 ceph-mon[107744]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-18T13:50:42.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:42 smithi172 ceph-mon[110581]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-18T13:50:42.542 INFO:teuthology.orchestra.run.smithi114.stdout: 5 180891 8.16 MB/sec execute 465 sec latency 128.110 ms 2023-12-18T13:50:43.548 INFO:teuthology.orchestra.run.smithi114.stdout: 5 181119 8.15 MB/sec execute 466 sec latency 145.826 ms 2023-12-18T13:50:43.598 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:43 smithi114 ceph-mon[107744]: pgmap v247: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-18T13:50:44.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:43 smithi172 ceph-mon[110581]: pgmap v247: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-18T13:50:44.546 INFO:teuthology.orchestra.run.smithi114.stdout: 5 181368 8.16 MB/sec execute 467 sec latency 131.346 ms 2023-12-18T13:50:45.554 INFO:teuthology.orchestra.run.smithi114.stdout: 5 181708 8.16 MB/sec execute 468 sec latency 138.195 ms 2023-12-18T13:50:45.610 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:45 smithi114 ceph-mon[107744]: pgmap v248: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-18T13:50:46.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:45 smithi172 ceph-mon[110581]: pgmap v248: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-18T13:50:46.564 INFO:teuthology.orchestra.run.smithi114.stdout: 5 182089 8.17 MB/sec execute 469 sec latency 130.471 ms 2023-12-18T13:50:47.564 INFO:teuthology.orchestra.run.smithi114.stdout: 5 182372 8.17 MB/sec execute 470 sec latency 104.128 ms 2023-12-18T13:50:47.649 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:47 smithi114 ceph-mon[107744]: pgmap v249: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-18T13:50:48.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:47 smithi172 ceph-mon[110581]: pgmap v249: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 325 op/s 2023-12-18T13:50:48.564 INFO:teuthology.orchestra.run.smithi114.stdout: 5 182604 8.17 MB/sec execute 471 sec latency 129.787 ms 2023-12-18T13:50:49.564 INFO:teuthology.orchestra.run.smithi114.stdout: 5 182905 8.16 MB/sec execute 472 sec latency 126.591 ms 2023-12-18T13:50:49.691 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:49 smithi114 ceph-mon[107744]: pgmap v250: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-12-18T13:50:50.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:49 smithi172 ceph-mon[110581]: pgmap v250: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-12-18T13:50:50.565 INFO:teuthology.orchestra.run.smithi114.stdout: 5 183196 8.15 MB/sec execute 473 sec latency 130.099 ms 2023-12-18T13:50:50.724 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:50:51.565 INFO:teuthology.orchestra.run.smithi114.stdout: 5 183433 8.15 MB/sec execute 474 sec latency 198.379 ms 2023-12-18T13:50:51.734 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:51 smithi114 ceph-mon[107744]: pgmap v251: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-18T13:50:52.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:51 smithi172 ceph-mon[110581]: pgmap v251: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-18T13:50:52.565 INFO:teuthology.orchestra.run.smithi114.stdout: 5 183777 8.16 MB/sec execute 475 sec latency 132.942 ms 2023-12-18T13:50:53.565 INFO:teuthology.orchestra.run.smithi114.stdout: 5 184112 8.16 MB/sec execute 476 sec latency 109.649 ms 2023-12-18T13:50:53.747 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:53 smithi114 ceph-mon[107744]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-12-18T13:50:54.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:53 smithi172 ceph-mon[110581]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-12-18T13:50:54.565 INFO:teuthology.orchestra.run.smithi114.stdout: 5 184403 8.16 MB/sec execute 477 sec latency 123.219 ms 2023-12-18T13:50:55.565 INFO:teuthology.orchestra.run.smithi114.stdout: 5 184687 8.16 MB/sec execute 478 sec latency 126.695 ms 2023-12-18T13:50:55.851 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:55 smithi114 ceph-mon[107744]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-18T13:50:56.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:55 smithi172 ceph-mon[110581]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-18T13:50:56.568 INFO:teuthology.orchestra.run.smithi114.stdout: 5 184920 8.15 MB/sec execute 479 sec latency 126.507 ms 2023-12-18T13:50:57.569 INFO:teuthology.orchestra.run.smithi114.stdout: 5 185107 8.15 MB/sec execute 480 sec latency 123.988 ms 2023-12-18T13:50:57.677 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:57 smithi114 ceph-mon[107744]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-18T13:50:58.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:57 smithi172 ceph-mon[110581]: pgmap v254: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-12-18T13:50:58.574 INFO:teuthology.orchestra.run.smithi114.stdout: 5 185291 8.14 MB/sec execute 481 sec latency 151.950 ms 2023-12-18T13:50:59.574 INFO:teuthology.orchestra.run.smithi114.stdout: 5 185507 8.14 MB/sec execute 482 sec latency 192.512 ms 2023-12-18T13:50:59.756 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:50:59 smithi114 ceph-mon[107744]: pgmap v255: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-18T13:51:00.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:50:59 smithi172 ceph-mon[110581]: pgmap v255: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-18T13:51:00.584 INFO:teuthology.orchestra.run.smithi114.stdout: 5 185739 8.14 MB/sec execute 483 sec latency 114.655 ms 2023-12-18T13:51:01.584 INFO:teuthology.orchestra.run.smithi114.stdout: 5 185964 8.13 MB/sec execute 484 sec latency 128.158 ms 2023-12-18T13:51:01.817 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:01 smithi114 ceph-mon[107744]: pgmap v256: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T13:51:02.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:01 smithi172 ceph-mon[110581]: pgmap v256: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T13:51:02.584 INFO:teuthology.orchestra.run.smithi114.stdout: 5 186136 8.12 MB/sec execute 485 sec latency 127.671 ms 2023-12-18T13:51:03.584 INFO:teuthology.orchestra.run.smithi114.stdout: 5 186316 8.11 MB/sec execute 486 sec latency 134.033 ms 2023-12-18T13:51:03.867 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:03 smithi114 ceph-mon[107744]: pgmap v257: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-12-18T13:51:04.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:03 smithi172 ceph-mon[110581]: pgmap v257: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-12-18T13:51:04.584 INFO:teuthology.orchestra.run.smithi114.stdout: 5 186558 8.11 MB/sec execute 487 sec latency 129.533 ms 2023-12-18T13:51:05.585 INFO:teuthology.orchestra.run.smithi114.stdout: 5 186815 8.11 MB/sec execute 488 sec latency 130.336 ms 2023-12-18T13:51:05.667 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:05 smithi114 ceph-mon[107744]: pgmap v258: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-12-18T13:51:05.667 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:06.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:05 smithi172 ceph-mon[110581]: pgmap v258: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-12-18T13:51:06.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:06.585 INFO:teuthology.orchestra.run.smithi114.stdout: 5 187163 8.11 MB/sec execute 489 sec latency 129.156 ms 2023-12-18T13:51:07.585 INFO:teuthology.orchestra.run.smithi114.stdout: 5 187500 8.11 MB/sec execute 490 sec latency 126.439 ms 2023-12-18T13:51:07.692 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:07 smithi114 ceph-mon[107744]: pgmap v259: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-12-18T13:51:08.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:07 smithi172 ceph-mon[110581]: pgmap v259: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.0 MiB/s wr, 299 op/s 2023-12-18T13:51:08.589 INFO:teuthology.orchestra.run.smithi114.stdout: 5 187799 8.11 MB/sec execute 491 sec latency 120.759 ms 2023-12-18T13:51:09.589 INFO:teuthology.orchestra.run.smithi114.stdout: 5 188120 8.11 MB/sec execute 492 sec latency 132.107 ms 2023-12-18T13:51:09.753 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:09 smithi114 ceph-mon[107744]: pgmap v260: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.4 MiB/s wr, 454 op/s 2023-12-18T13:51:10.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:09 smithi172 ceph-mon[110581]: pgmap v260: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.4 MiB/s wr, 454 op/s 2023-12-18T13:51:10.589 INFO:teuthology.orchestra.run.smithi114.stdout: 5 188386 8.12 MB/sec execute 493 sec latency 134.601 ms 2023-12-18T13:51:11.589 INFO:teuthology.orchestra.run.smithi114.stdout: 5 188676 8.11 MB/sec execute 494 sec latency 126.698 ms 2023-12-18T13:51:11.800 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:11 smithi114 ceph-mon[107744]: pgmap v261: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:51:12.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:11 smithi172 ceph-mon[110581]: pgmap v261: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:51:12.598 INFO:teuthology.orchestra.run.smithi114.stdout: 5 188963 8.12 MB/sec execute 495 sec latency 129.889 ms 2023-12-18T13:51:13.599 INFO:teuthology.orchestra.run.smithi114.stdout: 5 189227 8.12 MB/sec execute 496 sec latency 132.826 ms 2023-12-18T13:51:13.871 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:13 smithi114 ceph-mon[107744]: pgmap v262: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 462 op/s 2023-12-18T13:51:14.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:13 smithi172 ceph-mon[110581]: pgmap v262: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 462 op/s 2023-12-18T13:51:14.599 INFO:teuthology.orchestra.run.smithi114.stdout: 5 189455 8.11 MB/sec execute 497 sec latency 142.621 ms 2023-12-18T13:51:15.604 INFO:teuthology.orchestra.run.smithi114.stdout: 5 189729 8.11 MB/sec execute 498 sec latency 126.958 ms 2023-12-18T13:51:15.928 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:15 smithi114 ceph-mon[107744]: pgmap v263: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-18T13:51:16.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:15 smithi172 ceph-mon[110581]: pgmap v263: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-18T13:51:16.610 INFO:teuthology.orchestra.run.smithi114.stdout: 5 189988 8.10 MB/sec execute 499 sec latency 123.854 ms 2023-12-18T13:51:17.610 INFO:teuthology.orchestra.run.smithi114.stdout: 5 190234 8.09 MB/sec execute 500 sec latency 128.860 ms 2023-12-18T13:51:17.968 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:17 smithi114 ceph-mon[107744]: pgmap v264: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-18T13:51:18.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:17 smithi172 ceph-mon[110581]: pgmap v264: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-12-18T13:51:18.610 INFO:teuthology.orchestra.run.smithi114.stdout: 5 190536 8.10 MB/sec execute 501 sec latency 164.730 ms 2023-12-18T13:51:19.610 INFO:teuthology.orchestra.run.smithi114.stdout: 5 190881 8.10 MB/sec execute 502 sec latency 126.210 ms 2023-12-18T13:51:20.005 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:19 smithi114 ceph-mon[107744]: pgmap v265: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-18T13:51:20.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:19 smithi172 ceph-mon[110581]: pgmap v265: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-18T13:51:20.610 INFO:teuthology.orchestra.run.smithi114.stdout: 5 191317 8.10 MB/sec execute 503 sec latency 137.025 ms 2023-12-18T13:51:20.775 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:21.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:21.610 INFO:teuthology.orchestra.run.smithi114.stdout: 5 191584 8.10 MB/sec execute 504 sec latency 188.882 ms 2023-12-18T13:51:21.795 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:21 smithi114 ceph-mon[107744]: pgmap v266: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-12-18T13:51:22.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:21 smithi172 ceph-mon[110581]: pgmap v266: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-12-18T13:51:22.610 INFO:teuthology.orchestra.run.smithi114.stdout: 5 191857 8.11 MB/sec execute 505 sec latency 131.552 ms 2023-12-18T13:51:23.618 INFO:teuthology.orchestra.run.smithi114.stdout: 5 192125 8.11 MB/sec execute 506 sec latency 151.941 ms 2023-12-18T13:51:23.842 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:23 smithi114 ceph-mon[107744]: pgmap v267: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-18T13:51:24.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:23 smithi172 ceph-mon[110581]: pgmap v267: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-18T13:51:24.618 INFO:teuthology.orchestra.run.smithi114.stdout: 5 192432 8.11 MB/sec execute 507 sec latency 126.934 ms 2023-12-18T13:51:25.619 INFO:teuthology.orchestra.run.smithi114.stdout: 5 192683 8.11 MB/sec execute 508 sec latency 144.216 ms 2023-12-18T13:51:25.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:25 smithi114 ceph-mon[107744]: pgmap v268: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 355 op/s 2023-12-18T13:51:26.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:25 smithi172 ceph-mon[110581]: pgmap v268: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 355 op/s 2023-12-18T13:51:26.619 INFO:teuthology.orchestra.run.smithi114.stdout: 5 192843 8.10 MB/sec execute 509 sec latency 125.687 ms 2023-12-18T13:51:27.619 INFO:teuthology.orchestra.run.smithi114.stdout: 5 193058 8.10 MB/sec execute 510 sec latency 129.831 ms 2023-12-18T13:51:27.949 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:27 smithi114 ceph-mon[107744]: pgmap v269: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 355 op/s 2023-12-18T13:51:28.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:27 smithi172 ceph-mon[110581]: pgmap v269: 97 pgs: 97 active+clean; 342 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 355 op/s 2023-12-18T13:51:28.619 INFO:teuthology.orchestra.run.smithi114.stdout: 5 193287 8.09 MB/sec execute 511 sec latency 118.728 ms 2023-12-18T13:51:29.619 INFO:teuthology.orchestra.run.smithi114.stdout: 5 193541 8.08 MB/sec execute 512 sec latency 133.308 ms 2023-12-18T13:51:29.990 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:29 smithi114 ceph-mon[107744]: pgmap v270: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-18T13:51:30.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:29 smithi172 ceph-mon[110581]: pgmap v270: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-18T13:51:30.625 INFO:teuthology.orchestra.run.smithi114.stdout: 5 193788 8.07 MB/sec execute 513 sec latency 143.367 ms 2023-12-18T13:51:31.625 INFO:teuthology.orchestra.run.smithi114.stdout: 5 193960 8.06 MB/sec execute 514 sec latency 126.053 ms 2023-12-18T13:51:32.058 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:31 smithi114 ceph-mon[107744]: pgmap v271: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-18T13:51:32.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:31 smithi172 ceph-mon[110581]: pgmap v271: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-18T13:51:32.633 INFO:teuthology.orchestra.run.smithi114.stdout: 5 194180 8.06 MB/sec execute 515 sec latency 143.060 ms 2023-12-18T13:51:33.633 INFO:teuthology.orchestra.run.smithi114.stdout: 5 194423 8.06 MB/sec execute 516 sec latency 136.582 ms 2023-12-18T13:51:33.846 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:33 smithi114 ceph-mon[107744]: pgmap v272: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-12-18T13:51:34.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:33 smithi172 ceph-mon[110581]: pgmap v272: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-12-18T13:51:34.633 INFO:teuthology.orchestra.run.smithi114.stdout: 5 194656 8.06 MB/sec execute 517 sec latency 127.716 ms 2023-12-18T13:51:35.633 INFO:teuthology.orchestra.run.smithi114.stdout: 5 194965 8.06 MB/sec execute 518 sec latency 126.829 ms 2023-12-18T13:51:35.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:35 smithi114 ceph-mon[107744]: pgmap v273: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:51:35.914 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:36.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:35 smithi172 ceph-mon[110581]: pgmap v273: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:51:36.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:36.633 INFO:teuthology.orchestra.run.smithi114.stdout: 5 195230 8.06 MB/sec execute 519 sec latency 146.421 ms 2023-12-18T13:51:37.639 INFO:teuthology.orchestra.run.smithi114.stdout: 5 195413 8.05 MB/sec execute 520 sec latency 185.179 ms 2023-12-18T13:51:37.953 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:37 smithi114 ceph-mon[107744]: pgmap v274: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:51:38.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:37 smithi172 ceph-mon[110581]: pgmap v274: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:51:38.639 INFO:teuthology.orchestra.run.smithi114.stdout: 5 195661 8.06 MB/sec execute 521 sec latency 129.483 ms 2023-12-18T13:51:39.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 195930 8.06 MB/sec execute 522 sec latency 154.230 ms 2023-12-18T13:51:40.018 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:39 smithi114 ceph-mon[107744]: pgmap v275: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-18T13:51:40.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:39 smithi172 ceph-mon[110581]: pgmap v275: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-12-18T13:51:40.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 196241 8.06 MB/sec execute 523 sec latency 141.598 ms 2023-12-18T13:51:41.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 196430 8.05 MB/sec execute 524 sec latency 128.793 ms 2023-12-18T13:51:42.069 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:41 smithi114 ceph-mon[107744]: pgmap v276: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 285 op/s 2023-12-18T13:51:42.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:41 smithi172 ceph-mon[110581]: pgmap v276: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 285 op/s 2023-12-18T13:51:42.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 196714 8.05 MB/sec execute 525 sec latency 120.909 ms 2023-12-18T13:51:43.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 197025 8.04 MB/sec execute 526 sec latency 121.057 ms 2023-12-18T13:51:43.864 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:43 smithi114 ceph-mon[107744]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-18T13:51:44.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:43 smithi172 ceph-mon[110581]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-18T13:51:44.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 197352 8.04 MB/sec execute 527 sec latency 137.142 ms 2023-12-18T13:51:45.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 197701 8.04 MB/sec execute 528 sec latency 130.088 ms 2023-12-18T13:51:45.932 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:45 smithi114 ceph-mon[107744]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 292 op/s 2023-12-18T13:51:46.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:45 smithi172 ceph-mon[110581]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 292 op/s 2023-12-18T13:51:46.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 198121 8.04 MB/sec execute 529 sec latency 135.527 ms 2023-12-18T13:51:47.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 198387 8.05 MB/sec execute 530 sec latency 210.306 ms 2023-12-18T13:51:47.996 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:47 smithi114 ceph-mon[107744]: pgmap v279: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 292 op/s 2023-12-18T13:51:48.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:47 smithi172 ceph-mon[110581]: pgmap v279: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 292 op/s 2023-12-18T13:51:48.640 INFO:teuthology.orchestra.run.smithi114.stdout: 5 198704 8.05 MB/sec execute 531 sec latency 183.701 ms 2023-12-18T13:51:49.642 INFO:teuthology.orchestra.run.smithi114.stdout: 5 198954 8.06 MB/sec execute 532 sec latency 201.419 ms 2023-12-18T13:51:50.054 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:49 smithi114 ceph-mon[107744]: pgmap v280: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-12-18T13:51:50.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:49 smithi172 ceph-mon[110581]: pgmap v280: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-12-18T13:51:50.643 INFO:teuthology.orchestra.run.smithi114.stdout: 5 199283 8.06 MB/sec execute 533 sec latency 141.211 ms 2023-12-18T13:51:51.072 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:51.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:51:51.643 INFO:teuthology.orchestra.run.smithi114.stdout: 5 199559 8.06 MB/sec execute 534 sec latency 129.330 ms 2023-12-18T13:51:51.947 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:51 smithi114 ceph-mon[107744]: pgmap v281: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:51:52.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:51 smithi172 ceph-mon[110581]: pgmap v281: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:51:52.649 INFO:teuthology.orchestra.run.smithi114.stdout: 5 199804 8.06 MB/sec execute 535 sec latency 136.024 ms 2023-12-18T13:51:53.649 INFO:teuthology.orchestra.run.smithi114.stdout: 5 200032 8.06 MB/sec execute 536 sec latency 150.049 ms 2023-12-18T13:51:54.012 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:53 smithi114 ceph-mon[107744]: pgmap v282: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 525 op/s 2023-12-18T13:51:54.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:53 smithi172 ceph-mon[110581]: pgmap v282: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 525 op/s 2023-12-18T13:51:54.649 INFO:teuthology.orchestra.run.smithi114.stdout: 5 200290 8.04 MB/sec execute 537 sec latency 146.346 ms 2023-12-18T13:51:55.663 INFO:teuthology.orchestra.run.smithi114.stdout: 5 200525 8.04 MB/sec execute 538 sec latency 87.064 ms 2023-12-18T13:51:56.071 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:55 smithi114 ceph-mon[107744]: pgmap v283: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-18T13:51:56.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:55 smithi172 ceph-mon[110581]: pgmap v283: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-18T13:51:56.664 INFO:teuthology.orchestra.run.smithi114.stdout: 5 200779 8.03 MB/sec execute 539 sec latency 190.060 ms 2023-12-18T13:51:57.664 INFO:teuthology.orchestra.run.smithi114.stdout: 5 201045 8.03 MB/sec execute 540 sec latency 132.456 ms 2023-12-18T13:51:58.148 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:57 smithi114 ceph-mon[107744]: pgmap v284: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-18T13:51:58.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:57 smithi172 ceph-mon[110581]: pgmap v284: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-18T13:51:58.664 INFO:teuthology.orchestra.run.smithi114.stdout: 5 201394 8.03 MB/sec execute 541 sec latency 132.424 ms 2023-12-18T13:51:59.670 INFO:teuthology.orchestra.run.smithi114.stdout: 5 201724 8.03 MB/sec execute 542 sec latency 123.609 ms 2023-12-18T13:52:00.171 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:51:59 smithi114 ceph-mon[107744]: pgmap v285: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-12-18T13:52:00.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:51:59 smithi172 ceph-mon[110581]: pgmap v285: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.2 MiB/s wr, 536 op/s 2023-12-18T13:52:00.670 INFO:teuthology.orchestra.run.smithi114.stdout: 5 202042 8.04 MB/sec execute 543 sec latency 127.552 ms 2023-12-18T13:52:01.673 INFO:teuthology.orchestra.run.smithi114.stdout: 5 202286 8.04 MB/sec execute 544 sec latency 126.998 ms 2023-12-18T13:52:01.977 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:01 smithi114 ceph-mon[107744]: pgmap v286: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-18T13:52:02.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:01 smithi172 ceph-mon[110581]: pgmap v286: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-18T13:52:02.670 INFO:teuthology.orchestra.run.smithi114.stdout: 5 202574 8.04 MB/sec execute 545 sec latency 127.380 ms 2023-12-18T13:52:03.670 INFO:teuthology.orchestra.run.smithi114.stdout: 5 202847 8.04 MB/sec execute 546 sec latency 180.293 ms 2023-12-18T13:52:04.050 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:03 smithi114 ceph-mon[107744]: pgmap v287: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-18T13:52:04.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:03 smithi172 ceph-mon[110581]: pgmap v287: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-18T13:52:04.670 INFO:teuthology.orchestra.run.smithi114.stdout: 5 203096 8.05 MB/sec execute 547 sec latency 128.794 ms 2023-12-18T13:52:05.671 INFO:teuthology.orchestra.run.smithi114.stdout: 5 203261 8.04 MB/sec execute 548 sec latency 159.983 ms 2023-12-18T13:52:06.117 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:05 smithi114 ceph-mon[107744]: pgmap v288: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-18T13:52:06.118 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:06.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:05 smithi172 ceph-mon[110581]: pgmap v288: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-18T13:52:06.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:06.672 INFO:teuthology.orchestra.run.smithi114.stdout: 5 203470 8.04 MB/sec execute 549 sec latency 129.523 ms 2023-12-18T13:52:07.677 INFO:teuthology.orchestra.run.smithi114.stdout: 5 203628 8.02 MB/sec execute 550 sec latency 130.172 ms 2023-12-18T13:52:08.157 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:07 smithi114 ceph-mon[107744]: pgmap v289: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-18T13:52:08.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:07 smithi172 ceph-mon[110581]: pgmap v289: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 338 op/s 2023-12-18T13:52:08.677 INFO:teuthology.orchestra.run.smithi114.stdout: 5 203845 8.01 MB/sec execute 551 sec latency 142.121 ms 2023-12-18T13:52:09.677 INFO:teuthology.orchestra.run.smithi114.stdout: 5 204036 8.00 MB/sec execute 552 sec latency 128.061 ms 2023-12-18T13:52:10.015 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:09 smithi114 ceph-mon[107744]: pgmap v290: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-18T13:52:10.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:09 smithi172 ceph-mon[110581]: pgmap v290: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-18T13:52:10.677 INFO:teuthology.orchestra.run.smithi114.stdout: 5 204254 8.00 MB/sec execute 553 sec latency 112.141 ms 2023-12-18T13:52:11.677 INFO:teuthology.orchestra.run.smithi114.stdout: 5 204475 8.00 MB/sec execute 554 sec latency 126.326 ms 2023-12-18T13:52:12.062 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:12 smithi114 ceph-mon[107744]: pgmap v291: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.5 MiB/s wr, 317 op/s 2023-12-18T13:52:12.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:12 smithi172 ceph-mon[110581]: pgmap v291: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.5 MiB/s wr, 317 op/s 2023-12-18T13:52:12.677 INFO:teuthology.orchestra.run.smithi114.stdout: 5 204758 8.00 MB/sec execute 555 sec latency 133.128 ms 2023-12-18T13:52:13.686 INFO:teuthology.orchestra.run.smithi114.stdout: 5 205129 7.99 MB/sec execute 556 sec latency 151.906 ms 2023-12-18T13:52:14.113 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:14 smithi114 ceph-mon[107744]: pgmap v292: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-18T13:52:14.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:14 smithi172 ceph-mon[110581]: pgmap v292: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-18T13:52:14.686 INFO:teuthology.orchestra.run.smithi114.stdout: 5 205379 7.99 MB/sec execute 557 sec latency 137.645 ms 2023-12-18T13:52:15.132 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:15 smithi114 ceph-mon[107744]: pgmap v293: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:52:15.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:15 smithi172 ceph-mon[110581]: pgmap v293: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:52:15.688 INFO:teuthology.orchestra.run.smithi114.stdout: 5 205634 7.99 MB/sec execute 558 sec latency 138.717 ms 2023-12-18T13:52:16.691 INFO:teuthology.orchestra.run.smithi114.stdout: 5 205930 8.00 MB/sec execute 559 sec latency 123.576 ms 2023-12-18T13:52:17.691 INFO:teuthology.orchestra.run.smithi114.stdout: 5 206176 8.00 MB/sec execute 560 sec latency 137.290 ms 2023-12-18T13:52:17.718 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:17 smithi114 ceph-mon[107744]: pgmap v294: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:52:17.803 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:17 smithi172 ceph-mon[110581]: pgmap v294: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:52:18.691 INFO:teuthology.orchestra.run.smithi114.stdout: 5 206330 8.00 MB/sec execute 561 sec latency 145.526 ms 2023-12-18T13:52:19.691 INFO:teuthology.orchestra.run.smithi114.stdout: 5 206519 7.99 MB/sec execute 562 sec latency 195.261 ms 2023-12-18T13:52:19.811 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:19 smithi114 ceph-mon[107744]: pgmap v295: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-18T13:52:20.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:19 smithi172 ceph-mon[110581]: pgmap v295: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-18T13:52:20.691 INFO:teuthology.orchestra.run.smithi114.stdout: 5 206669 7.99 MB/sec execute 563 sec latency 156.478 ms 2023-12-18T13:52:20.850 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:21.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:21.691 INFO:teuthology.orchestra.run.smithi114.stdout: 5 206891 7.98 MB/sec execute 564 sec latency 144.892 ms 2023-12-18T13:52:21.902 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:21 smithi114 ceph-mon[107744]: pgmap v296: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 301 op/s 2023-12-18T13:52:22.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:21 smithi172 ceph-mon[110581]: pgmap v296: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 301 op/s 2023-12-18T13:52:22.703 INFO:teuthology.orchestra.run.smithi114.stdout: 5 207077 7.98 MB/sec execute 565 sec latency 210.119 ms 2023-12-18T13:52:23.700 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:23 smithi114 ceph-mon[107744]: pgmap v297: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T13:52:23.709 INFO:teuthology.orchestra.run.smithi114.stdout: 5 207261 7.97 MB/sec execute 566 sec latency 133.163 ms 2023-12-18T13:52:24.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:23 smithi172 ceph-mon[110581]: pgmap v297: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T13:52:24.709 INFO:teuthology.orchestra.run.smithi114.stdout: 5 207537 7.97 MB/sec execute 567 sec latency 144.246 ms 2023-12-18T13:52:25.710 INFO:teuthology.orchestra.run.smithi114.stdout: 5 207777 7.96 MB/sec execute 568 sec latency 139.538 ms 2023-12-18T13:52:25.776 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:25 smithi114 ceph-mon[107744]: pgmap v298: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:52:26.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:25 smithi172 ceph-mon[110581]: pgmap v298: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:52:26.709 INFO:teuthology.orchestra.run.smithi114.stdout: 5 208010 7.95 MB/sec execute 569 sec latency 128.873 ms 2023-12-18T13:52:27.709 INFO:teuthology.orchestra.run.smithi114.stdout: 5 208373 7.95 MB/sec execute 570 sec latency 123.674 ms 2023-12-18T13:52:27.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:27 smithi114 ceph-mon[107744]: pgmap v299: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:52:28.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:27 smithi172 ceph-mon[110581]: pgmap v299: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:52:28.709 INFO:teuthology.orchestra.run.smithi114.stdout: 5 208698 7.95 MB/sec execute 571 sec latency 138.157 ms 2023-12-18T13:52:29.710 INFO:teuthology.orchestra.run.smithi114.stdout: 5 208939 7.94 MB/sec execute 572 sec latency 123.326 ms 2023-12-18T13:52:29.853 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:29 smithi114 ceph-mon[107744]: pgmap v300: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-18T13:52:30.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:29 smithi172 ceph-mon[110581]: pgmap v300: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-18T13:52:30.710 INFO:teuthology.orchestra.run.smithi114.stdout: 5 209241 7.95 MB/sec execute 573 sec latency 126.495 ms 2023-12-18T13:52:31.709 INFO:teuthology.orchestra.run.smithi114.stdout: 5 209577 7.96 MB/sec execute 574 sec latency 126.868 ms 2023-12-18T13:52:31.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:31 smithi114 ceph-mon[107744]: pgmap v301: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 265 op/s 2023-12-18T13:52:32.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:31 smithi172 ceph-mon[110581]: pgmap v301: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.7 MiB/s wr, 265 op/s 2023-12-18T13:52:32.713 INFO:teuthology.orchestra.run.smithi114.stdout: 5 209892 7.97 MB/sec execute 575 sec latency 123.642 ms 2023-12-18T13:52:33.713 INFO:teuthology.orchestra.run.smithi114.stdout: 5 210124 7.97 MB/sec execute 576 sec latency 138.009 ms 2023-12-18T13:52:33.732 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:33 smithi114 ceph-mon[107744]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-12-18T13:52:34.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:33 smithi172 ceph-mon[110581]: pgmap v302: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-12-18T13:52:34.713 INFO:teuthology.orchestra.run.smithi114.stdout: 5 210358 7.97 MB/sec execute 577 sec latency 126.984 ms 2023-12-18T13:52:35.713 INFO:teuthology.orchestra.run.smithi114.stdout: 5 210601 7.96 MB/sec execute 578 sec latency 123.640 ms 2023-12-18T13:52:35.763 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:35 smithi114 ceph-mon[107744]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 331 op/s 2023-12-18T13:52:35.763 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:36.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:35 smithi172 ceph-mon[110581]: pgmap v303: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 331 op/s 2023-12-18T13:52:36.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:36.719 INFO:teuthology.orchestra.run.smithi114.stdout: 5 210789 7.95 MB/sec execute 579 sec latency 123.903 ms 2023-12-18T13:52:37.719 INFO:teuthology.orchestra.run.smithi114.stdout: 5 211064 7.95 MB/sec execute 580 sec latency 156.824 ms 2023-12-18T13:52:37.803 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:37 smithi114 ceph-mon[107744]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 331 op/s 2023-12-18T13:52:38.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:37 smithi172 ceph-mon[110581]: pgmap v304: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 331 op/s 2023-12-18T13:52:38.719 INFO:teuthology.orchestra.run.smithi114.stdout: 5 211334 7.95 MB/sec execute 581 sec latency 117.925 ms 2023-12-18T13:52:39.719 INFO:teuthology.orchestra.run.smithi114.stdout: 5 211655 7.94 MB/sec execute 582 sec latency 130.088 ms 2023-12-18T13:52:39.851 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:39 smithi114 ceph-mon[107744]: pgmap v305: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-18T13:52:40.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:39 smithi172 ceph-mon[110581]: pgmap v305: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-18T13:52:40.719 INFO:teuthology.orchestra.run.smithi114.stdout: 5 211900 7.93 MB/sec execute 583 sec latency 123.200 ms 2023-12-18T13:52:41.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 212105 7.93 MB/sec execute 584 sec latency 198.456 ms 2023-12-18T13:52:41.930 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:41 smithi114 ceph-mon[107744]: pgmap v306: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.8 MiB/s wr, 335 op/s 2023-12-18T13:52:42.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:41 smithi172 ceph-mon[110581]: pgmap v306: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.8 MiB/s wr, 335 op/s 2023-12-18T13:52:42.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 212423 7.94 MB/sec execute 585 sec latency 132.688 ms 2023-12-18T13:52:43.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 212730 7.94 MB/sec execute 586 sec latency 126.487 ms 2023-12-18T13:52:44.004 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:43 smithi114 ceph-mon[107744]: pgmap v307: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-18T13:52:44.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:43 smithi172 ceph-mon[110581]: pgmap v307: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-18T13:52:44.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 213091 7.95 MB/sec execute 587 sec latency 126.464 ms 2023-12-18T13:52:45.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 213325 7.95 MB/sec execute 588 sec latency 126.625 ms 2023-12-18T13:52:45.798 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:45 smithi114 ceph-mon[107744]: pgmap v308: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:52:46.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:45 smithi172 ceph-mon[110581]: pgmap v308: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:52:46.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 213591 7.95 MB/sec execute 589 sec latency 127.971 ms 2023-12-18T13:52:47.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 213825 7.95 MB/sec execute 590 sec latency 142.331 ms 2023-12-18T13:52:47.834 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:47 smithi114 ceph-mon[107744]: pgmap v309: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:52:48.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:47 smithi172 ceph-mon[110581]: pgmap v309: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:52:48.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 214036 7.94 MB/sec execute 591 sec latency 133.906 ms 2023-12-18T13:52:49.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 214246 7.93 MB/sec execute 592 sec latency 126.240 ms 2023-12-18T13:52:49.913 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:49 smithi114 ceph-mon[107744]: pgmap v310: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-12-18T13:52:50.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:49 smithi172 ceph-mon[110581]: pgmap v310: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-12-18T13:52:50.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 214432 7.93 MB/sec execute 593 sec latency 129.501 ms 2023-12-18T13:52:50.968 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:51.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:52:51.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 214682 7.93 MB/sec execute 594 sec latency 123.653 ms 2023-12-18T13:52:51.978 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:51 smithi114 ceph-mon[107744]: pgmap v311: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-18T13:52:52.053 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:51 smithi172 ceph-mon[110581]: pgmap v311: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-18T13:52:52.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 214858 7.92 MB/sec execute 595 sec latency 121.076 ms 2023-12-18T13:52:53.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 215110 7.91 MB/sec execute 596 sec latency 130.196 ms 2023-12-18T13:52:54.021 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:53 smithi114 ceph-mon[107744]: pgmap v312: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-12-18T13:52:54.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:53 smithi172 ceph-mon[110581]: pgmap v312: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.6 MiB/s wr, 472 op/s 2023-12-18T13:52:54.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 215343 7.91 MB/sec execute 597 sec latency 111.718 ms 2023-12-18T13:52:55.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 215563 7.90 MB/sec execute 598 sec latency 146.831 ms 2023-12-18T13:52:56.116 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:55 smithi114 ceph-mon[107744]: pgmap v313: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 308 op/s 2023-12-18T13:52:56.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:55 smithi172 ceph-mon[110581]: pgmap v313: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 308 op/s 2023-12-18T13:52:56.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 215761 7.90 MB/sec execute 599 sec latency 129.131 ms 2023-12-18T13:52:57.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 216026 7.90 MB/sec execute 600 sec latency 168.105 ms 2023-12-18T13:52:57.937 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:57 smithi114 ceph-mon[107744]: pgmap v314: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 308 op/s 2023-12-18T13:52:58.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:57 smithi172 ceph-mon[110581]: pgmap v314: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 308 op/s 2023-12-18T13:52:58.727 INFO:teuthology.orchestra.run.smithi114.stdout: 5 cleanup 601 sec 2023-12-18T13:52:59.001 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000030100000024' failed - Device or resource busy 2023-12-18T13:52:59.001 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002d40000001e' failed - Device or resource busy 2023-12-18T13:52:59.001 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002b00000001c' failed - Device or resource busy 2023-12-18T13:52:59.001 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002fa0000001f' failed - Device or resource busy 2023-12-18T13:52:59.002 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000030900000021' failed - Device or resource busy 2023-12-18T13:52:59.002 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000031400000022' failed - Device or resource busy 2023-12-18T13:52:59.002 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002e700000026' failed - Device or resource busy 2023-12-18T13:52:59.002 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002ac00000027' failed - Device or resource busy 2023-12-18T13:52:59.003 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002c300000020' failed - Device or resource busy 2023-12-18T13:52:59.003 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002b700000028' failed - Device or resource busy 2023-12-18T13:52:59.003 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002e400000023' failed - Device or resource busy 2023-12-18T13:52:59.006 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002ea0000002a' failed - Device or resource busy 2023-12-18T13:52:59.006 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002b40000001d' failed - Device or resource busy 2023-12-18T13:52:59.009 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000031700000025' failed - Device or resource busy 2023-12-18T13:52:59.009 INFO:teuthology.orchestra.run.smithi114.stdout:[214925] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000002fd00000029' failed - Device or resource busy 2023-12-18T13:52:59.727 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 602 sec 2023-12-18T13:53:00.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:52:59 smithi114 ceph-mon[107744]: pgmap v315: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 442 op/s 2023-12-18T13:53:00.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:52:59 smithi172 ceph-mon[110581]: pgmap v315: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 442 op/s 2023-12-18T13:53:00.730 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 603 sec 2023-12-18T13:53:01.727 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 604 sec 2023-12-18T13:53:02.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:01 smithi114 ceph-mon[107744]: pgmap v316: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.5 MiB/s wr, 280 op/s 2023-12-18T13:53:02.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:01 smithi172 ceph-mon[110581]: pgmap v316: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.5 MiB/s wr, 280 op/s 2023-12-18T13:53:02.727 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 605 sec 2023-12-18T13:53:03.727 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 606 sec 2023-12-18T13:53:04.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:03 smithi114 ceph-mon[107744]: pgmap v317: 97 pgs: 97 active+clean; 297 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-12-18T13:53:04.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:03 smithi172 ceph-mon[110581]: pgmap v317: 97 pgs: 97 active+clean; 297 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-12-18T13:53:04.727 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 607 sec 2023-12-18T13:53:05.727 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 608 sec 2023-12-18T13:53:06.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:05 smithi114 ceph-mon[107744]: pgmap v318: 97 pgs: 97 active+clean; 297 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 1.9 MiB/s wr, 225 op/s 2023-12-18T13:53:06.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:06.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:05 smithi172 ceph-mon[110581]: pgmap v318: 97 pgs: 97 active+clean; 297 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 1.9 MiB/s wr, 225 op/s 2023-12-18T13:53:06.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:05 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:06.727 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 609 sec 2023-12-18T13:53:07.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 610 sec 2023-12-18T13:53:08.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:07 smithi114 ceph-mon[107744]: pgmap v319: 97 pgs: 97 active+clean; 283 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 1.9 MiB/s wr, 229 op/s 2023-12-18T13:53:08.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:07 smithi172 ceph-mon[110581]: pgmap v319: 97 pgs: 97 active+clean; 283 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 1.9 MiB/s wr, 229 op/s 2023-12-18T13:53:08.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 611 sec 2023-12-18T13:53:09.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 612 sec 2023-12-18T13:53:10.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:09 smithi172 ceph-mon[110581]: pgmap v320: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 1.9 MiB/s wr, 240 op/s 2023-12-18T13:53:10.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:09 smithi114 ceph-mon[107744]: pgmap v320: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 1.9 MiB/s wr, 240 op/s 2023-12-18T13:53:10.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 613 sec 2023-12-18T13:53:11.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 614 sec 2023-12-18T13:53:12.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:11 smithi172 ceph-mon[110581]: pgmap v321: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 923 KiB/s wr, 105 op/s 2023-12-18T13:53:12.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:11 smithi114 ceph-mon[107744]: pgmap v321: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 923 KiB/s wr, 105 op/s 2023-12-18T13:53:12.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 615 sec 2023-12-18T13:53:13.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 616 sec 2023-12-18T13:53:14.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:13 smithi172 ceph-mon[110581]: pgmap v322: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 923 KiB/s wr, 105 op/s 2023-12-18T13:53:14.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:13 smithi114 ceph-mon[107744]: pgmap v322: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 923 KiB/s wr, 105 op/s 2023-12-18T13:53:14.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 617 sec 2023-12-18T13:53:15.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 618 sec 2023-12-18T13:53:16.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:15 smithi172 ceph-mon[110581]: pgmap v323: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 KiB/s wr, 14 op/s 2023-12-18T13:53:16.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:15 smithi114 ceph-mon[107744]: pgmap v323: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 KiB/s wr, 14 op/s 2023-12-18T13:53:16.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 619 sec 2023-12-18T13:53:17.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 620 sec 2023-12-18T13:53:18.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:17 smithi172 ceph-mon[110581]: pgmap v324: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 KiB/s wr, 14 op/s 2023-12-18T13:53:18.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:17 smithi114 ceph-mon[107744]: pgmap v324: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 KiB/s wr, 14 op/s 2023-12-18T13:53:18.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 621 sec 2023-12-18T13:53:19.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 622 sec 2023-12-18T13:53:20.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:19 smithi172 ceph-mon[110581]: pgmap v325: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.8 KiB/s rd, 12 KiB/s wr, 11 op/s 2023-12-18T13:53:20.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:19 smithi114 ceph-mon[107744]: pgmap v325: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.8 KiB/s rd, 12 KiB/s wr, 11 op/s 2023-12-18T13:53:20.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 623 sec 2023-12-18T13:53:21.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:20 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:21.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:20 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:21.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 624 sec 2023-12-18T13:53:22.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:21 smithi172 ceph-mon[110581]: pgmap v326: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:53:22.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:21 smithi114 ceph-mon[107744]: pgmap v326: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:53:22.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 625 sec 2023-12-18T13:53:23.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 626 sec 2023-12-18T13:53:24.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:23 smithi172 ceph-mon[110581]: pgmap v327: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:53:24.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:23 smithi114 ceph-mon[107744]: pgmap v327: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:53:24.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 627 sec 2023-12-18T13:53:25.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 628 sec 2023-12-18T13:53:26.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:26 smithi172 ceph-mon[110581]: pgmap v328: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:26.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:26 smithi114 ceph-mon[107744]: pgmap v328: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:26.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 629 sec 2023-12-18T13:53:27.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 630 sec 2023-12-18T13:53:28.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:28 smithi172 ceph-mon[110581]: pgmap v329: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:28.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:28 smithi114 ceph-mon[107744]: pgmap v329: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:28.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 631 sec 2023-12-18T13:53:29.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:29 smithi172 ceph-mon[110581]: pgmap v330: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:53:29.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:29 smithi114 ceph-mon[107744]: pgmap v330: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:53:29.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 632 sec 2023-12-18T13:53:30.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 633 sec 2023-12-18T13:53:31.728 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 634 sec 2023-12-18T13:53:31.804 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:31 smithi172 ceph-mon[110581]: pgmap v331: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:31.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:31 smithi114 ceph-mon[107744]: pgmap v331: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:32.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 635 sec 2023-12-18T13:53:33.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 636 sec 2023-12-18T13:53:33.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:33 smithi114 ceph-mon[107744]: pgmap v332: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:34.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:33 smithi172 ceph-mon[110581]: pgmap v332: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:34.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 637 sec 2023-12-18T13:53:35.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 638 sec 2023-12-18T13:53:35.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:35 smithi114 ceph-mon[107744]: pgmap v333: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:35.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:35 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:36.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:35 smithi172 ceph-mon[110581]: pgmap v333: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:36.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:35 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:36.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 639 sec 2023-12-18T13:53:37.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 640 sec 2023-12-18T13:53:38.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:37 smithi172 ceph-mon[110581]: pgmap v334: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:38.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:37 smithi114 ceph-mon[107744]: pgmap v334: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:38.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 641 sec 2023-12-18T13:53:39.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 642 sec 2023-12-18T13:53:40.057 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:39 smithi172 ceph-mon[110581]: pgmap v335: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:53:40.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:39 smithi114 ceph-mon[107744]: pgmap v335: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:53:40.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 643 sec 2023-12-18T13:53:41.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 644 sec 2023-12-18T13:53:42.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:41 smithi172 ceph-mon[110581]: pgmap v336: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:42.192 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:41 smithi114 ceph-mon[107744]: pgmap v336: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:42.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 645 sec 2023-12-18T13:53:43.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 646 sec 2023-12-18T13:53:44.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:43 smithi172 ceph-mon[110581]: pgmap v337: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:44.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:43 smithi114 ceph-mon[107744]: pgmap v337: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:44.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 647 sec 2023-12-18T13:53:45.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 648 sec 2023-12-18T13:53:46.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:45 smithi172 ceph-mon[110581]: pgmap v338: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:46.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:45 smithi114 ceph-mon[107744]: pgmap v338: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:46.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 649 sec 2023-12-18T13:53:47.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 650 sec 2023-12-18T13:53:48.057 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:47 smithi172 ceph-mon[110581]: pgmap v339: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:48.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:47 smithi114 ceph-mon[107744]: pgmap v339: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:48.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 651 sec 2023-12-18T13:53:49.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 652 sec 2023-12-18T13:53:50.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:49 smithi172 ceph-mon[110581]: pgmap v340: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:53:50.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:49 smithi114 ceph-mon[107744]: pgmap v340: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:53:50.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 653 sec 2023-12-18T13:53:51.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:50 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:51.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:50 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:53:51.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 654 sec 2023-12-18T13:53:52.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:51 smithi172 ceph-mon[110581]: pgmap v341: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:52.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:51 smithi114 ceph-mon[107744]: pgmap v341: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:52.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 655 sec 2023-12-18T13:53:53.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 656 sec 2023-12-18T13:53:54.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:53 smithi172 ceph-mon[110581]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:54.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:53 smithi114 ceph-mon[107744]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:54.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 657 sec 2023-12-18T13:53:55.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 658 sec 2023-12-18T13:53:56.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:55 smithi172 ceph-mon[110581]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:56.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:55 smithi114 ceph-mon[107744]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:56.729 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 659 sec 2023-12-18T13:53:57.730 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 660 sec 2023-12-18T13:53:58.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:57 smithi172 ceph-mon[110581]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:58.192 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:57 smithi114 ceph-mon[107744]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:53:58.730 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 661 sec 2023-12-18T13:54:00.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:53:59 smithi172 ceph-mon[110581]: pgmap v345: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:54:00.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:53:59 smithi114 ceph-mon[107744]: pgmap v345: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:54:02.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:01 smithi172 ceph-mon[110581]: pgmap v346: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:02.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:01 smithi114 ceph-mon[107744]: pgmap v346: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:04.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:03 smithi172 ceph-mon[110581]: pgmap v347: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:04.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:03 smithi114 ceph-mon[107744]: pgmap v347: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:06.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:05 smithi114 ceph-mon[107744]: pgmap v348: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:06.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:05 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:20.554 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:20.060+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:20.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:20.218+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:20.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:20.218+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:21.177 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:21.038+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:21.177 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:20.832+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:21.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:21.175+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:21.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:21.175+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:22.221 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:22.042+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:22.221 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:21.836+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:22.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:22.219+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:22.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:22.219+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:22.691 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:22 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:53:57.588173+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:22.691 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:22 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:53:57.588052+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:23.225 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:23.049+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:23.225 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:23.023+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:23.225 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:22.866+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:23.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:23.223+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:23.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:23.223+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:23.691 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:23 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:53:57.588173+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:23.691 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:23 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:53:57.588052+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:24.206 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:24.098+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:24.207 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:23.997+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:24.207 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:23.914+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:24.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:24.205+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:24.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:24.205+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:25.228 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:25.105+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:25.229 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:24.968+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:25.229 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:24.933+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:25.556 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:25.226+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:25.557 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:25.226+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:26.265 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:26.017+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:26.265 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:25.933+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:26.265 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:26.097+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:26.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:26.263+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:26.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:26.263+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:27.301 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:27.055+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:27.301 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:26.976+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:27.302 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:26.911+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:27.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:27.299+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:27.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:27.299+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:28.293 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:28.018+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:28.294 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:27.957+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:28.294 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:27.924+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:28.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:28.292+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:28.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:28.292+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:29.301 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:29.000+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:29.302 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:29.038+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:07.214891+0000 front 2023-12-18T13:54:07.214907+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:29.302 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:29.038+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:29.302 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:29.038+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:07.215489+0000 front 2023-12-18T13:54:08.916001+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:29.302 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:28.953+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:29.302 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:28.953+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:05.307873+0000 front 2023-12-18T13:54:08.808285+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:29.302 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:28.953+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.307513+0000 front 2023-12-18T13:54:08.808307+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:29.302 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:28.953+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:08.808297+0000 front 2023-12-18T13:54:05.307577+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:29.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:29.300+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:29.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:29.300+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:30.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:29.990+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:30.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:29.999+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:07.214891+0000 front 2023-12-18T13:54:07.214907+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:30.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:29.999+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:30.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:29.999+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:07.215489+0000 front 2023-12-18T13:54:08.916001+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:30.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:29.939+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:30.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:29.939+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:05.307873+0000 front 2023-12-18T13:54:08.808285+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:30.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:29.939+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.307513+0000 front 2023-12-18T13:54:08.808307+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:30.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:29.939+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:08.808297+0000 front 2023-12-18T13:54:05.307577+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:30.592 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:30.304+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:30.593 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:30.304+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:31.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:30.951+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:31.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:30.891+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:31.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:30.891+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:05.307873+0000 front 2023-12-18T13:54:08.808285+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:31.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:30.891+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.307513+0000 front 2023-12-18T13:54:08.808307+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:31.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:30.891+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:08.808297+0000 front 2023-12-18T13:54:05.307577+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:31.305 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:31.044+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:07.214891+0000 front 2023-12-18T13:54:07.214907+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:31.305 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:31.044+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:31.305 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:31.044+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:07.215489+0000 front 2023-12-18T13:54:08.916001+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:31.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:31.325+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:31.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:31.325+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:10.530928+0000 front 2023-12-18T13:54:05.830581+0000 (oldest deadline 2023-12-18T13:54:30.530528+0000) 2023-12-18T13:54:31.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:31.325+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.830513+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:30.530528+0000) 2023-12-18T13:54:31.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:31.325+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:32.288 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:31.904+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:32.289 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:32.038+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:07.214891+0000 front 2023-12-18T13:54:07.214907+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:32.289 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:32.038+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:32.289 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:32.038+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:07.215489+0000 front 2023-12-18T13:54:08.916001+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:32.289 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:31.904+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:32.289 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:31.904+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:05.307873+0000 front 2023-12-18T13:54:08.808285+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:32.289 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:31.904+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.307513+0000 front 2023-12-18T13:54:08.808307+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:32.289 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:31.904+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:08.808297+0000 front 2023-12-18T13:54:05.307577+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:32.553 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:32.286+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:32.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:32.286+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:10.530928+0000 front 2023-12-18T13:54:05.830581+0000 (oldest deadline 2023-12-18T13:54:30.530528+0000) 2023-12-18T13:54:32.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:32.286+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.830513+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:30.530528+0000) 2023-12-18T13:54:32.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:32.286+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:33.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:32.994+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:07.214891+0000 front 2023-12-18T13:54:07.214907+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:33.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:32.994+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:07.214875+0000 front 2023-12-18T13:53:56.113412+0000 (oldest deadline 2023-12-18T13:54:22.013138+0000) 2023-12-18T13:54:33.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:32.994+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:07.215489+0000 front 2023-12-18T13:54:08.916001+0000 (oldest deadline 2023-12-18T13:54:28.915082+0000) 2023-12-18T13:54:33.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:32.943+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:06.761231+0000 front 2023-12-18T13:54:06.761245+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:33.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:32.943+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:53:56.458401+0000 front 2023-12-18T13:53:56.458378+0000 (oldest deadline 2023-12-18T13:54:19.958393+0000) 2023-12-18T13:54:33.305 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:32.943+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:06.761071+0000 front 2023-12-18T13:54:06.761211+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:33.305 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:32.943+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:06.761108+0000 front 2023-12-18T13:54:06.761181+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:33.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:32.937+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.307484+0000 front 2023-12-18T13:53:57.706068+0000 (oldest deadline 2023-12-18T13:54:20.006279+0000) 2023-12-18T13:54:33.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:32.937+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:05.307873+0000 front 2023-12-18T13:54:08.808285+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:33.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:32.937+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.307513+0000 front 2023-12-18T13:54:08.808307+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:33.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:32.937+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:08.808297+0000 front 2023-12-18T13:54:05.307577+0000 (oldest deadline 2023-12-18T13:54:28.807724+0000) 2023-12-18T13:54:33.769 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:23 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:53:58.049162+0000 (oldest deadline 2023-12-18T13:54:23.349055+0000) 2023-12-18T13:54:33.769 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:24 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:53:57.588173+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.770 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:24 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:53:57.588052+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.770 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:24 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:53:58.049162+0000 (oldest deadline 2023-12-18T13:54:23.349055+0000) 2023-12-18T13:54:33.770 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:25 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:53:57.588173+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.770 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:25 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:53:57.588052+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.771 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:25 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:53:58.049162+0000 (oldest deadline 2023-12-18T13:54:23.349055+0000) 2023-12-18T13:54:33.771 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:26 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:53:57.588173+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.771 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:26 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:53:57.588052+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.771 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:26 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:53:58.049162+0000 (oldest deadline 2023-12-18T13:54:23.349055+0000) 2023-12-18T13:54:33.772 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:27 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:53:57.588173+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.772 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:27 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:53:57.588052+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.772 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:27 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:53:58.049162+0000 (oldest deadline 2023-12-18T13:54:23.349055+0000) 2023-12-18T13:54:33.772 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:28 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:53:57.588173+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.772 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:28 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:53:59.447+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:53:57.588052+0000 (oldest deadline 2023-12-18T13:54:21.688027+0000) 2023-12-18T13:54:33.773 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:28 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:53:58.049162+0000 (oldest deadline 2023-12-18T13:54:23.349055+0000) 2023-12-18T13:54:33.773 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:28 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:03.349899+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.773 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:28 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:53:59.447+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:11.550774+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.773 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:29 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:29.335+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:06.289444+0000 front 2023-12-18T13:54:29.333663+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.773 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:29 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:29.335+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:06.289406+0000 front 2023-12-18T13:54:29.334641+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.773 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:29 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:29.335+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:29.334314+0000 front 2023-12-18T13:54:11.717286+0000 (oldest deadline 2023-12-18T13:54:27.616341+0000) 2023-12-18T13:54:33.774 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:29 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:29.335+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:11.717325+0000 front 2023-12-18T13:54:29.334253+0000 (oldest deadline 2023-12-18T13:54:23.615525+0000) 2023-12-18T13:54:33.774 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:30 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:30.360+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:30.138711+0000 front 2023-12-18T13:54:29.333663+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.774 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:30 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:30.360+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:30.141117+0000 front 2023-12-18T13:54:29.334641+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.774 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:30 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:30.348+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:29.334314+0000 front 2023-12-18T13:54:11.717286+0000 (oldest deadline 2023-12-18T13:54:27.616341+0000) 2023-12-18T13:54:33.774 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:30 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:30.348+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:11.717325+0000 front 2023-12-18T13:54:29.334253+0000 (oldest deadline 2023-12-18T13:54:23.615525+0000) 2023-12-18T13:54:33.774 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:30 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:30.137+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:29.341676+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.775 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:30 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:30.137+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:03.349899+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.775 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:30 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:30.137+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:11.550774+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.775 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:31 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:31.324+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:29.334314+0000 front 2023-12-18T13:54:11.717286+0000 (oldest deadline 2023-12-18T13:54:27.616341+0000) 2023-12-18T13:54:33.775 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:31 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:31.324+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:11.717325+0000 front 2023-12-18T13:54:29.334253+0000 (oldest deadline 2023-12-18T13:54:23.615525+0000) 2023-12-18T13:54:33.775 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:31 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:31.091+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:29.341676+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.775 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:31 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:31.091+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:03.349899+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.775 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:31 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:31.091+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:11.550774+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.776 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:31 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:31.353+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:30.138711+0000 front 2023-12-18T13:54:29.333663+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.776 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:31 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:31.353+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:30.141117+0000 front 2023-12-18T13:54:29.334641+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.776 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:32.087+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:29.341676+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.776 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:32.087+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:08.650296+0000 front 2023-12-18T13:54:08.650027+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:33.776 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:32.087+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:03.349899+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.776 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:32.087+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:11.550774+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.776 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:32.325+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:29.334314+0000 front 2023-12-18T13:54:11.717286+0000 (oldest deadline 2023-12-18T13:54:27.616341+0000) 2023-12-18T13:54:33.777 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:32.325+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:11.717325+0000 front 2023-12-18T13:54:29.334253+0000 (oldest deadline 2023-12-18T13:54:23.615525+0000) 2023-12-18T13:54:33.777 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:32.325+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:11.717304+0000 front 2023-12-18T13:54:07.616982+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:33.777 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:32.325+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:07.616956+0000 front 2023-12-18T13:54:29.334399+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:33.777 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:32.393+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:30.138711+0000 front 2023-12-18T13:54:29.333663+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.777 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:32 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:32.393+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:30.141117+0000 front 2023-12-18T13:54:29.334641+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.777 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:33.049+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:29.341676+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.777 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:33.049+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:08.650296+0000 front 2023-12-18T13:54:08.650027+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:33.049+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:03.349899+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:33.049+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:11.550774+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:33.416+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:30.138711+0000 front 2023-12-18T13:54:29.333663+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:33.416+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:29.335333+0000 front 2023-12-18T13:54:29.333525+0000 (oldest deadline 2023-12-18T13:54:32.689593+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:33.416+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:30.141117+0000 front 2023-12-18T13:54:29.334641+0000 (oldest deadline 2023-12-18T13:54:25.188420+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:33.416+0000 7f1c9860a700 -1 osd.0 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:30.141075+0000 front 2023-12-18T13:54:29.334449+0000 (oldest deadline 2023-12-18T13:54:32.689593+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:33.353+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:29.334314+0000 front 2023-12-18T13:54:11.717286+0000 (oldest deadline 2023-12-18T13:54:27.616341+0000) 2023-12-18T13:54:33.778 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:33.353+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6812 osd.5 since back 2023-12-18T13:54:11.717325+0000 front 2023-12-18T13:54:29.334253+0000 (oldest deadline 2023-12-18T13:54:23.615525+0000) 2023-12-18T13:54:33.779 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:33.353+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:11.717304+0000 front 2023-12-18T13:54:07.616982+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:33.779 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:33 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:33.353+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:07.616956+0000 front 2023-12-18T13:54:29.334399+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:33.779 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 696 sec 2023-12-18T13:54:33.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:33.323+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:05.830459+0000 front 2023-12-18T13:53:57.128769+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:33.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:33.323+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:10.530928+0000 front 2023-12-18T13:54:05.830581+0000 (oldest deadline 2023-12-18T13:54:30.530528+0000) 2023-12-18T13:54:33.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:33.323+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:05.830513+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:30.530528+0000) 2023-12-18T13:54:33.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:33.323+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:53:57.128856+0000 front 2023-12-18T13:54:10.531008+0000 (oldest deadline 2023-12-18T13:54:20.028954+0000) 2023-12-18T13:54:34.303 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:33.952+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:06.761108+0000 front 2023-12-18T13:54:33.768929+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:34.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:33.944+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:33.771481+0000 front 2023-12-18T13:54:33.773256+0000 (oldest deadline 2023-12-18T13:54:25.307023+0000) 2023-12-18T13:54:34.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:33.944+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.774803+0000 front 2023-12-18T13:54:33.769329+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:34.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:33.944+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.773301+0000 front 2023-12-18T13:54:33.774853+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:35.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:34.979+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:06.761108+0000 front 2023-12-18T13:54:33.768929+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:35.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:34.979+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.771601+0000 front 2023-12-18T13:54:33.778333+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:35.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:34.979+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.771784+0000 front 2023-12-18T13:54:33.772159+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:35.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:34.958+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:33.771481+0000 front 2023-12-18T13:54:33.773256+0000 (oldest deadline 2023-12-18T13:54:25.307023+0000) 2023-12-18T13:54:35.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:34.958+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.774803+0000 front 2023-12-18T13:54:33.769329+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:35.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:34.958+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.773301+0000 front 2023-12-18T13:54:33.774853+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:35.705 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:35.361+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.775995+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:34.631094+0000) 2023-12-18T13:54:36.012 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:35.952+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.771601+0000 front 2023-12-18T13:54:33.778333+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:36.012 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:35.952+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.771784+0000 front 2023-12-18T13:54:33.772159+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:36.012 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:35.916+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:33.771481+0000 front 2023-12-18T13:54:33.773256+0000 (oldest deadline 2023-12-18T13:54:25.307023+0000) 2023-12-18T13:54:36.013 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:35.916+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.774803+0000 front 2023-12-18T13:54:33.769329+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:36.013 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:35.916+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.773301+0000 front 2023-12-18T13:54:33.774853+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:36.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:36.009+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.768966+0000 front 2023-12-18T13:54:33.778121+0000 (oldest deadline 2023-12-18T13:54:35.561828+0000) 2023-12-18T13:54:36.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:36.009+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:06.761108+0000 front 2023-12-18T13:54:33.768929+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:36.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:36.363+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.775995+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:34.631094+0000) 2023-12-18T13:54:37.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:36.879+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:33.771481+0000 front 2023-12-18T13:54:33.773256+0000 (oldest deadline 2023-12-18T13:54:25.307023+0000) 2023-12-18T13:54:37.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:36.879+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.774803+0000 front 2023-12-18T13:54:33.769329+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:37.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:36.879+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.773301+0000 front 2023-12-18T13:54:33.774853+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:37.305 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:36.927+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.771601+0000 front 2023-12-18T13:54:33.778333+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:37.305 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:36.927+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.771784+0000 front 2023-12-18T13:54:33.772159+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:37.305 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:37.056+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.768966+0000 front 2023-12-18T13:54:33.778121+0000 (oldest deadline 2023-12-18T13:54:35.561828+0000) 2023-12-18T13:54:37.305 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:37.056+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:06.761108+0000 front 2023-12-18T13:54:33.768929+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:37.803 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:37.387+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.775995+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:34.631094+0000) 2023-12-18T13:54:37.815 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch ps' 2023-12-18T13:54:37.816 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:34 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:34.080+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:33.773429+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:37.816 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:34 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:34.080+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:33.773732+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.816 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:34 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:34.080+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:33.770118+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.816 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:34 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:34.314+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:07.616956+0000 front 2023-12-18T13:54:33.776222+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:37.817 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 697 sec 2023-12-18T13:54:37.817 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:35 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:35.308+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:07.616956+0000 front 2023-12-18T13:54:33.776222+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:37.817 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:35 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:35.125+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:33.773429+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:37.817 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:35 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:35.125+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:33.773732+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.817 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:35 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:35.125+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:33.770118+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.818 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 698 sec 2023-12-18T13:54:37.818 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:36 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:36.329+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:07.616956+0000 front 2023-12-18T13:54:33.776222+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:37.819 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:36 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:36.093+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:33.773429+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:37.819 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:36 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:36.093+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:33.773732+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.819 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:36 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:36.093+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:33.770118+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.819 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 699 sec 2023-12-18T13:54:37.819 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:37 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:37.132+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:33.773429+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:37.819 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:37 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:37.132+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:33.773732+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.819 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:37 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:37.132+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:33.770118+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:37.820 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:54:37 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:54:37.342+0000 7fbab9483700 -1 osd.2 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:07.616956+0000 front 2023-12-18T13:54:33.776222+0000 (oldest deadline 2023-12-18T13:54:31.716757+0000) 2023-12-18T13:54:37.820 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 700 sec 2023-12-18T13:54:38.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:37.917+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.771601+0000 front 2023-12-18T13:54:33.778333+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:38.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:37.917+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.771784+0000 front 2023-12-18T13:54:33.772159+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:38.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:38.043+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.768966+0000 front 2023-12-18T13:54:33.778121+0000 (oldest deadline 2023-12-18T13:54:35.561828+0000) 2023-12-18T13:54:38.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:54:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:54:38.043+0000 7f778340b700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:06.761108+0000 front 2023-12-18T13:54:33.768929+0000 (oldest deadline 2023-12-18T13:54:32.661300+0000) 2023-12-18T13:54:38.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:37.870+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:33.771481+0000 front 2023-12-18T13:54:33.773256+0000 (oldest deadline 2023-12-18T13:54:25.307023+0000) 2023-12-18T13:54:38.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:37.870+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.774803+0000 front 2023-12-18T13:54:33.769329+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:38.305 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:37.870+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.773301+0000 front 2023-12-18T13:54:33.774853+0000 (oldest deadline 2023-12-18T13:54:33.508219+0000) 2023-12-18T13:54:38.442 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:38 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:38.146+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:33.773429+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:38.442 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:38 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:38.146+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:33.773732+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:38.442 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:38 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:38.146+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:33.770118+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:38.769 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 701 sec 2023-12-18T13:54:38.802 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:38.427+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:33.775995+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:34.631094+0000) 2023-12-18T13:54:39.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:38.876+0000 7eff29704700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.771784+0000 front 2023-12-18T13:54:38.323036+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:39.054 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:38.878+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.773301+0000 front 2023-12-18T13:54:38.064747+0000 (oldest deadline 2023-12-18T13:54:36.408754+0000) 2023-12-18T13:54:39.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:38 smithi172 ceph-mon[110581]: pgmap v348: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:38 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:39.165 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:54:39.165 INFO:teuthology.orchestra.run.smithi114.stdout:alertmanager.smithi114 smithi114 *:9093,9094 host is offline - - - - 2023-12-18T13:54:39.165 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi114 smithi114 host is offline 11m ago 17m 7004k - 17.2.0 e1d6a67b021e a7800af83fc5 2023-12-18T13:54:39.165 INFO:teuthology.orchestra.run.smithi114.stdout:crash.smithi172 smithi172 running (17m) 7m ago 17m 7159k - 17.2.0 e1d6a67b021e aaac468cb699 2023-12-18T13:54:39.165 INFO:teuthology.orchestra.run.smithi114.stdout:grafana.smithi114 smithi114 *:3000 host is offline - - - - 2023-12-18T13:54:39.165 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi114.zdrxoq smithi114 host is offline 11m ago 14m 34.9M - 17.2.0 e1d6a67b021e edaec339624f 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:mds.foofs.smithi172.glchmj smithi172 running (14m) 7m ago 14m 17.6M - 17.2.0 e1d6a67b021e ae13012a0afb 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi114.blescs smithi114 *:9283 host is offline 11m ago 19m 425M - 17.2.0 e1d6a67b021e 8daf51527888 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.smithi172.zcqxgb smithi172 *:8443,9283 running (12m) 7m ago 17m 514M - 19.0.0-303-g861525e2 4fb1f853d261 de5f1d6c4c10 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi114 smithi114 host is offline 11m ago 19m 92.0M 2048M 17.2.0 e1d6a67b021e e23d021daaab 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:mon.smithi172 smithi172 running (17m) 7m ago 17m 64.7M 2048M 17.2.0 e1d6a67b021e ec8739a34168 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.0.0.smithi114.eqogbi smithi114 *:2049 host is offline 11m ago 13m 256M - 4.0 e1d6a67b021e 5ad56ac32bad 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:nfs.foo.1.0.smithi172.gdatep smithi172 *:2049 running (13m) 7m ago 13m 92.2M - 4.0 e1d6a67b021e 805ebc1331b0 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi114 smithi114 *:9100 host is offline - - - - 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:node-exporter.smithi172 smithi172 *:9100 running (10m) 7m ago 17m 20.8M - 1.3.1 1dbe0e931976 e2fbd8bd34c3 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 host is offline 11m ago 16m 576M 1944M 17.2.0 e1d6a67b021e c770065655dc 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 host is offline 11m ago 16m 389M 1944M 17.2.0 e1d6a67b021e ddcfc4e2e49f 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi114 host is offline 11m ago 16m 232M 1944M 17.2.0 e1d6a67b021e 595fdbbd7652 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi114 host is offline 11m ago 15m 564M 1944M 17.2.0 e1d6a67b021e 19acbdcab244 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi172 running (15m) 7m ago 15m 1391M 2712M 17.2.0 e1d6a67b021e b7f6dff8077b 2023-12-18T13:54:39.166 INFO:teuthology.orchestra.run.smithi114.stdout:osd.5 smithi172 running (15m) 7m ago 15m 1818M 2712M 17.2.0 e1d6a67b021e 7efe3088d205 2023-12-18T13:54:39.167 INFO:teuthology.orchestra.run.smithi114.stdout:osd.6 smithi172 running (15m) 7m ago 15m 1485M 2712M 17.2.0 e1d6a67b021e 143ed2a5dcd4 2023-12-18T13:54:39.167 INFO:teuthology.orchestra.run.smithi114.stdout:osd.7 smithi172 running (14m) 7m ago 14m 2144M 2712M 17.2.0 e1d6a67b021e 1e5bd1682ed2 2023-12-18T13:54:39.167 INFO:teuthology.orchestra.run.smithi114.stdout:prometheus.smithi114 smithi114 *:9095 host is offline - - - - 2023-12-18T13:54:39.441 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:39.114+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:33.773429+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:39.441 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:39.114+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6820 osd.6 since back 2023-12-18T13:54:33.773732+0000 front 2023-12-18T13:54:03.349984+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:39.442 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:39.114+0000 7f6108ef3700 -1 osd.1 68 heartbeat_check: no reply from 172.21.15.172:6828 osd.7 since back 2023-12-18T13:54:03.349839+0000 front 2023-12-18T13:54:33.770118+0000 (oldest deadline 2023-12-18T13:54:28.649457+0000) 2023-12-18T13:54:39.525 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions' 2023-12-18T13:54:39.769 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 702 sec 2023-12-18T13:54:39.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:54:39.415+0000 7fc54226d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:54:39.023356+0000 front 2023-12-18T13:54:10.530942+0000 (oldest deadline 2023-12-18T13:54:34.631094+0000) 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v349: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v350: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v351: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v352: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Replacing daemon mds.foofs.smithi114.zdrxoq as rank 0 with standby daemon mds.foofs.smithi172.glchmj 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: MDS daemon mds.foofs.smithi114.zdrxoq is removed because it is dead or otherwise unavailable. 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v353: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.822 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v354: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v355: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v356: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v357: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v358: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v359: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v360: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v361: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:54:39.823 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v362: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:39.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: mon.smithi114 calling monitor election 2023-12-18T13:54:39.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: mon.smithi172 calling monitor election 2023-12-18T13:54:39.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v363: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:39.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:54:39.824 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v364: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: pgmap v365: 97 pgs: 1 active+clean+laggy, 96 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: mon.smithi114 is new leader, mons smithi114,smithi172 in quorum (ranks 0,1) 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: monmap e2: 2 mons at {smithi114=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 1 up:standby 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: mgrmap e29: smithi172.zcqxgb(active, since 12m), standbys: smithi114.blescs 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.7 reported failed by osd.2 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.4 reported failed by osd.1 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.6 reported failed by osd.1 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.7 reported failed by osd.1 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.7 failed (root=default,host=smithi172) (2 reporters from different osd after 31.138086 >= grace 20.000000) 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.7 failure report canceled by osd.2 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.2 reported failed by osd.4 2023-12-18T13:54:39.825 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.3 reported failed by osd.6 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.0 reported failed by osd.7 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.2 reported failed by osd.5 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.2 reported failed by osd.7 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.3 reported failed by osd.5 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.3 reported failed by osd.7 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Upgrade daemon: mgr.smithi114.blescs: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi114.blescs ... 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Traceback (most recent call last): 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: "__main__", mod_spec) 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:54:39.826 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: exec(code, run_globals) 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.2 failure report canceled by osd.5 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.0 failure report canceled by osd.7 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.2 failure report canceled by osd.7 2023-12-18T13:54:39.827 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.3 failure report canceled by osd.6 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: Removing daemon nfs.foo.1.0.smithi172.gdatep from smithi172 -- ports [2049] 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.7 failure report canceled by osd.1 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: osd.6 failure report canceled by osd.1 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]': finished 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw"}]': finished 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi114.eqogbi"}]: dispatch 2023-12-18T13:54:39.828 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi114.eqogbi"}]: dispatch 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi114.eqogbi"}]': finished 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:54:39.829 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:39 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:40.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:54:39.880+0000 7eff29704700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.771784+0000 front 2023-12-18T13:54:38.323036+0000 (oldest deadline 2023-12-18T13:54:34.215774+0000) 2023-12-18T13:54:40.304 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:39.836+0000 7fea52a9f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:54:33.773301+0000 front 2023-12-18T13:54:38.064747+0000 (oldest deadline 2023-12-18T13:54:36.408754+0000) 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v349: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v350: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v351: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v352: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Replacing daemon mds.foofs.smithi114.zdrxoq as rank 0 with standby daemon mds.foofs.smithi172.glchmj 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: MDS daemon mds.foofs.smithi114.zdrxoq is removed because it is dead or otherwise unavailable. 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v353: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v354: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v355: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v356: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v357: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v358: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v359: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v360: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v361: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v362: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: mon.smithi114 calling monitor election 2023-12-18T13:54:40.306 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: mon.smithi172 calling monitor election 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v363: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi114"}]: dispatch 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v364: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: pgmap v365: 97 pgs: 1 active+clean+laggy, 96 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: mon.smithi114 is new leader, mons smithi114,smithi172 in quorum (ranks 0,1) 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: monmap e2: 2 mons at {smithi114=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: fsmap foofs:1 {0=foofs.smithi114.zdrxoq=up:active} 1 up:standby 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: mgrmap e29: smithi172.zcqxgb(active, since 12m), standbys: smithi114.blescs 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.7 reported failed by osd.2 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.4 reported failed by osd.1 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.6 reported failed by osd.1 2023-12-18T13:54:40.307 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.7 reported failed by osd.1 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.7 failed (root=default,host=smithi172) (2 reporters from different osd after 31.138086 >= grace 20.000000) 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.7 failure report canceled by osd.2 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.2 reported failed by osd.4 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.3 reported failed by osd.6 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.0 reported failed by osd.7 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.2 reported failed by osd.5 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.2 reported failed by osd.7 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.3 reported failed by osd.5 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.3 reported failed by osd.7 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi114.blescs on host smithi114 failed. 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Upgrade daemon: mgr.smithi114.blescs: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi114.blescs ... 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:54:40.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Traceback (most recent call last): 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: "__main__", mod_spec) 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: exec(code, run_globals) 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:54:40.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.2 failure report canceled by osd.5 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.0 failure report canceled by osd.7 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.2 failure report canceled by osd.7 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.3 failure report canceled by osd.6 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: Removing daemon nfs.foo.1.0.smithi172.gdatep from smithi172 -- ports [2049] 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.7 failure report canceled by osd.1 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: osd.6 failure report canceled by osd.1 2023-12-18T13:54:40.310 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]': finished 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep-rgw"}]': finished 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi114.eqogbi"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi114.eqogbi"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi114.eqogbi"}]': finished 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi172.gdatep"}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:54:40.311 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:39 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:40.442 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:40.134+0000 7f6108ef3700 -1 osd.1 69 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-18T13:54:08.650046+0000 front 2023-12-18T13:54:39.454400+0000 (oldest deadline 2023-12-18T13:54:31.549878+0000) 2023-12-18T13:54:40.769 INFO:teuthology.orchestra.run.smithi114.stdout: 1 cleanup 703 sec 2023-12-18T13:54:40.934 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-12-18T13:54:40.934 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-12-18T13:54:40.934 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:54:40.934 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:54:40.934 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-12-18T13:54:40.934 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:54:40.934 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: "mds": { 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-12-18T13:54:40.935 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-12-18T13:54:41.122 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:54:41.122 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Removing key for client.nfs.foo.1.0.smithi172.gdatep 2023-12-18T13:54:41.122 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Removing key for client.nfs.foo.1.0.smithi172.gdatep-rgw 2023-12-18T13:54:41.122 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Fencing old nfs.foo.0.0.smithi114.eqogbi 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Fencing old nfs.foo.1.0.smithi172.gdatep 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Removing nfs.foo.1 from the ganesha grace table 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Health check failed: 1 osds down (OSD_DOWN) 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: osdmap e69: 8 total, 7 up, 8 in 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Health check failed: Slow OSD heartbeats on back (longest 2597.744ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: Health check failed: Slow OSD heartbeats on front (longest 2601.212ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: osd.2 failure report canceled by osd.4 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: osd.3 failure report canceled by osd.5 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: osd.3 failure report canceled by osd.7 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: osd.7 marked itself dead as of e69 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: osd.4 failure report canceled by osd.1 2023-12-18T13:54:41.123 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:40 smithi114 ceph-mon[107744]: osdmap e70: 8 total, 7 up, 8 in 2023-12-18T13:54:41.146 INFO:teuthology.orchestra.run.smithi114.stdout: 0 cleanup 703 sec 2023-12-18T13:54:41.146 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:54:41.146 INFO:teuthology.orchestra.run.smithi114.stdout: Operation Count AvgLat MaxLat 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: ---------------------------------------- 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: NTCreateX 152271 6.946 162.205 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Close 111866 0.123 16.806 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Rename 6444 11.300 225.883 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Unlink 30699 6.936 114.741 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Qpathinfo 138129 2.794 129.601 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Qfileinfo 24109 0.090 9.951 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Qfsinfo 25262 1.439 42.841 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Sfileinfo 12388 10.722 85.853 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: Find 53323 5.175 156.947 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: WriteX 75211 10.744 79.021 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: ReadX 239073 0.009 9.696 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: LockX 498 0.381 11.273 2023-12-18T13:54:41.147 INFO:teuthology.orchestra.run.smithi114.stdout: UnlockX 498 0.308 10.063 2023-12-18T13:54:41.148 INFO:teuthology.orchestra.run.smithi114.stdout: Flush 10653 0.002 0.045 2023-12-18T13:54:41.148 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:54:41.148 INFO:teuthology.orchestra.run.smithi114.stdout:Throughput 7.89733 MB/sec 5 clients 5 procs max_latency=225.893 ms 2023-12-18T13:54:41.149 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-18T13:54:41.216 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-18T13:54:41.289 DEBUG:teuthology.orchestra.run.smithi114:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-18T13:54:41.303 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:54:40.843+0000 7fea4e296700 -1 osd.7 70 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Removing key for client.nfs.foo.1.0.smithi172.gdatep 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Removing key for client.nfs.foo.1.0.smithi172.gdatep-rgw 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Fencing old nfs.foo.0.0.smithi114.eqogbi 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Fencing old nfs.foo.1.0.smithi172.gdatep 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Removing nfs.foo.1 from the ganesha grace table 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Health check failed: 1 osds down (OSD_DOWN) 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: osdmap e69: 8 total, 7 up, 8 in 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Health check failed: Slow OSD heartbeats on back (longest 2597.744ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: Health check failed: Slow OSD heartbeats on front (longest 2601.212ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-18T13:54:41.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: osd.2 failure report canceled by osd.4 2023-12-18T13:54:41.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: osd.3 failure report canceled by osd.5 2023-12-18T13:54:41.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: osd.3 failure report canceled by osd.7 2023-12-18T13:54:41.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: osd.7 marked itself dead as of e69 2023-12-18T13:54:41.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: osd.4 failure report canceled by osd.1 2023-12-18T13:54:41.305 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:40 smithi172 ceph-mon[110581]: osdmap e70: 8 total, 7 up, 8 in 2023-12-18T13:54:41.306 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-18T13:54:41.349 INFO:teuthology.orchestra.run.smithi114.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T13:54:41.349 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-18T13:54:41.349 INFO:teuthology.orchestra.run.smithi114.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-18T13:54:41.350 INFO:teuthology.orchestra.run.smithi114.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T13:54:41.450 INFO:teuthology.orchestra.run.smithi114.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T13:54:41.450 INFO:teuthology.orchestra.run.smithi114.stdout:releasing clients 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: Monitor daemon marked osd.7 down, but it is still running 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: map e69 wrongly marked me down at e69 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: pgmap v367: 97 pgs: 13 stale+active+clean, 83 active+clean, 1 active+clean+laggy; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: Creating key for client.nfs.foo.0.1.smithi172.zeheia 2023-12-18T13:54:41.942 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='client.? 172.21.15.114:0/690995623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:54:41.943 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: Rados config object exists: conf-nfs.foo 2023-12-18T13:54:41.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: Creating key for client.nfs.foo.0.1.smithi172.zeheia-rgw 2023-12-18T13:54:41.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:54:41.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:54:41.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:54:41.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: Bind address in nfs.foo.0.1.smithi172.zeheia's ganesha conf is defaulting to empty 2023-12-18T13:54:41.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:41.944 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:41 smithi114 ceph-mon[107744]: Deploying daemon nfs.foo.0.1.smithi172.zeheia on smithi172 2023-12-18T13:54:42.054 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: Monitor daemon marked osd.7 down, but it is still running 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: map e69 wrongly marked me down at e69 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: pgmap v367: 97 pgs: 13 stale+active+clean, 83 active+clean, 1 active+clean+laggy; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: Creating key for client.nfs.foo.0.1.smithi172.zeheia 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:54:42.055 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='client.? 172.21.15.114:0/690995623' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: Rados config object exists: conf-nfs.foo 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: Creating key for client.nfs.foo.0.1.smithi172.zeheia-rgw 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi172.zeheia-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:54:42.056 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: Bind address in nfs.foo.0.1.smithi172.zeheia's ganesha conf is defaulting to empty 2023-12-18T13:54:42.057 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:42.057 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:41 smithi172 ceph-mon[110581]: Deploying daemon nfs.foo.0.1.smithi172.zeheia on smithi172 2023-12-18T13:54:42.450 INFO:teuthology.orchestra.run.smithi114.stdout: 4 72 15.99 MB/sec warmup 1 sec latency 700.691 ms 2023-12-18T13:54:42.917 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-18T13:54:42.917 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431] boot 2023-12-18T13:54:42.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: osdmap e71: 8 total, 8 up, 8 in 2023-12-18T13:54:42.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:54:42.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:42.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:42.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:42.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:42.918 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:42 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: osd.7 [v2:172.21.15.172:6824/3107968431,v1:172.21.15.172:6825/3107968431] boot 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: osdmap e71: 8 total, 8 up, 8 in 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:43.102 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:42 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:54:43.878 INFO:teuthology.orchestra.run.smithi114.stdout:[189] open ./clients/client4/~dmtmp/PWRPNT/TRIDOTS.POT failed for handle 9955 (Remote I/O error) 2023-12-18T13:54:43.878 INFO:teuthology.orchestra.run.smithi114.stdout:(190) ERROR: handle 9955 was not found 2023-12-18T13:54:43.878 INFO:teuthology.orchestra.run.smithi114.stdout:[231] open ./clients/client0/~dmtmp/COREL/MAILBOX2.CPT failed for handle 9961 (Remote I/O error) 2023-12-18T13:54:43.879 INFO:teuthology.orchestra.run.smithi114.stdout:(232) ERROR: handle 9961 was not found 2023-12-18T13:54:43.879 INFO:teuthology.orchestra.run.smithi114.stdout:Child failed with status 1 2023-12-18T13:54:43.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:54:43.902 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:43 smithi114 ceph-mon[107744]: pgmap v370: 97 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 18 active+undersized, 58 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 197 KiB/s wr, 7 op/s; 71/450 objects degraded (15.778%) 2023-12-18T13:54:43.902 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:43 smithi114 ceph-mon[107744]: Health check failed: Degraded data redundancy: 71/450 objects degraded (15.778%), 20 pgs degraded (PG_DEGRADED) 2023-12-18T13:54:43.902 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:43 smithi114 ceph-mon[107744]: osdmap e72: 8 total, 8 up, 8 in 2023-12-18T13:54:43.903 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:43 smithi114 ceph-mon[107744]: from='mds.0 [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058]' entity='mds.foofs.smithi114.zdrxoq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.114:0/1185909593"}]: dispatch 2023-12-18T13:54:43.903 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:43 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:43.903 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:43 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:43.953 INFO:teuthology.orchestra.run.smithi114.stdout:[199] open ./clients/client1/~dmtmp/COREL/CDRROLS.CFG failed for handle 9957 (Remote I/O error) 2023-12-18T13:54:43.953 INFO:teuthology.orchestra.run.smithi114.stdout:[181] open ./clients/client2/~dmtmp/PWRPNT/TIPS.PPT failed for handle 9954 (Remote I/O error) 2023-12-18T13:54:44.001 INFO:teuthology.orchestra.run.smithi114.stdout:wait for servicemap items w/ changing names to refresh 2023-12-18T13:54:44.113 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:43 smithi172 ceph-mon[110581]: pgmap v370: 97 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 18 active+undersized, 58 active+clean; 246 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 197 KiB/s wr, 7 op/s; 71/450 objects degraded (15.778%) 2023-12-18T13:54:44.113 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:43 smithi172 ceph-mon[110581]: Health check failed: Degraded data redundancy: 71/450 objects degraded (15.778%), 20 pgs degraded (PG_DEGRADED) 2023-12-18T13:54:44.113 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:43 smithi172 ceph-mon[110581]: osdmap e72: 8 total, 8 up, 8 in 2023-12-18T13:54:44.114 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:43 smithi172 ceph-mon[110581]: from='mds.0 [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058]' entity='mds.foofs.smithi114.zdrxoq' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.114:0/1185909593"}]: dispatch 2023-12-18T13:54:44.114 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:43 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:44.114 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:43 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:45.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:44 smithi114 ceph-mon[107744]: Evicting (and blocklisting) client session 14538 (172.21.15.114:0/1185909593) 2023-12-18T13:54:45.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:44 smithi114 ceph-mon[107744]: from='mds.0 [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058]' entity='mds.foofs.smithi114.zdrxoq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.114:0/1185909593"}]': finished 2023-12-18T13:54:45.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:44 smithi114 ceph-mon[107744]: osdmap e73: 8 total, 8 up, 8 in 2023-12-18T13:54:45.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:44 smithi172 ceph-mon[110581]: Evicting (and blocklisting) client session 14538 (172.21.15.114:0/1185909593) 2023-12-18T13:54:45.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:44 smithi172 ceph-mon[110581]: from='mds.0 [v2:172.21.15.114:6834/877345058,v1:172.21.15.114:6835/877345058]' entity='mds.foofs.smithi114.zdrxoq' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.114:0/1185909593"}]': finished 2023-12-18T13:54:45.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:44 smithi172 ceph-mon[110581]: osdmap e73: 8 total, 8 up, 8 in 2023-12-18T13:54:46.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:45 smithi114 ceph-mon[107744]: pgmap v373: 97 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 18 active+undersized, 58 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 746 KiB/s wr, 13 op/s; 71/462 objects degraded (15.368%) 2023-12-18T13:54:46.191 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:45 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:46.303 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:45 smithi172 ceph-mon[110581]: pgmap v373: 97 pgs: 20 active+undersized+degraded, 1 stale+active+clean, 18 active+undersized, 58 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 746 KiB/s wr, 13 op/s; 71/462 objects degraded (15.368%) 2023-12-18T13:54:46.304 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:45 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: pgmap v374: 97 pgs: 6 active+undersized+degraded, 8 active+undersized, 83 active+clean; 269 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 0 B/s rd, 5.1 MiB/s wr, 76 op/s; 22/594 objects degraded (3.704%); 1.8 KiB/s, 1 objects/s recovering 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:47 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: pgmap v374: 97 pgs: 6 active+undersized+degraded, 8 active+undersized, 83 active+clean; 269 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 0 B/s rd, 5.1 MiB/s wr, 76 op/s; 22/594 objects degraded (3.704%); 1.8 KiB/s, 1 objects/s recovering 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:47.566 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:47 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:54:48.441 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:48 smithi114 ceph-mon[107744]: Health check update: Slow OSD heartbeats on back (longest 12031.705ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-18T13:54:48.442 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:48 smithi114 ceph-mon[107744]: Health check update: Slow OSD heartbeats on front (longest 12782.701ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-18T13:54:48.553 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:48 smithi172 ceph-mon[110581]: Health check update: Slow OSD heartbeats on back (longest 12031.705ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-18T13:54:48.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:48 smithi172 ceph-mon[110581]: Health check update: Slow OSD heartbeats on front (longest 12782.701ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-18T13:54:49.008 INFO:teuthology.orchestra.run.smithi114.stdout:[223] open ./clients/client3/~dmtmp/COREL/GRAPHIC1.CDR failed for handle 9960 (Remote I/O error) 2023-12-18T13:54:49.009 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi114 with status 1: "sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5'" 2023-12-18T13:54:49.085 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=173a67c420784d2c96129f7cadcd30bb Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi114 with status 1: "sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5'" 2023-12-18T13:54:49.088 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-18T13:54:49.097 INFO:tasks.cephadm:Teardown begin 2023-12-18T13:54:49.098 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:54:49.135 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:54:49.165 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-18T13:54:49.165 DEBUG:teuthology.orchestra.run.smithi114:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:54:49.194 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:54:49.223 INFO:tasks.cephadm:Stopping all daemons... 2023-12-18T13:54:49.223 INFO:tasks.cephadm.mon.smithi114:Stopping mon.smithi114... 2023-12-18T13:54:49.224 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi114 2023-12-18T13:54:49.360 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'sleep 60' 2023-12-18T13:54:49.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:49 smithi172 ceph-mon[110581]: pgmap v375: 97 pgs: 97 active+clean; 278 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 5.8 MiB/s wr, 74 op/s; 1.5 KiB/s, 1 objects/s recovering 2023-12-18T13:54:49.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:49 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:49 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:49 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:49.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:49 smithi172 ceph-mon[110581]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:54:49.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:49 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.555 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:49 smithi172 ceph-mon[110581]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.678 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-mon[107744]: pgmap v375: 97 pgs: 97 active+clean; 278 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 1.7 KiB/s rd, 5.8 MiB/s wr, 74 op/s; 1.5 KiB/s, 1 objects/s recovering 2023-12-18T13:54:49.678 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.678 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.678 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:54:49.678 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-mon[107744]: from='mgr.24427 172.21.15.172:0/2512153530' entity='mgr.smithi172.zcqxgb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:54:49.679 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.679 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-mon[107744]: from='mgr.24427 ' entity='mgr.smithi172.zcqxgb' 2023-12-18T13:54:49.679 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 systemd[1]: Stopping Ceph mon.smithi114 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:54:49.679 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi114[107721]: 2023-12-18T13:54:49.385+0000 7fe2122ea700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi114 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:54:49.679 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi114[107721]: 2023-12-18T13:54:49.385+0000 7fe2122ea700 -1 mon.smithi114@0(leader) e2 *** Got Signal Terminated *** 2023-12-18T13:54:49.941 INFO:journalctl@ceph.mon.smithi114.smithi114.stdout:Dec 18 13:54:49 smithi114 bash[154466]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi114 2023-12-18T13:54:50.113 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi114.service' 2023-12-18T13:54:50.207 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:54:50.208 INFO:tasks.cephadm.mon.smithi114:Stopped mon.smithi114 2023-12-18T13:54:50.208 INFO:tasks.cephadm.mon.smithi172:Stopping mon.smithi172... 2023-12-18T13:54:50.208 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi172 2023-12-18T13:54:50.356 INFO:teuthology.orchestra.run.smithi114.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2023-12-18T13:54:50.376 DEBUG:teuthology.orchestra.run:got remote process result: 125 2023-12-18T13:54:50.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:50 smithi172 systemd[1]: Stopping Ceph mon.smithi172 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:54:50.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:50 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi172[110558]: 2023-12-18T13:54:50.320+0000 7f8a8f3b0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi172 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:54:50.554 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:50 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi172[110558]: 2023-12-18T13:54:50.320+0000 7f8a8f3b0700 -1 mon.smithi172@1(peon) e2 *** Got Signal Terminated *** 2023-12-18T13:54:50.806 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi172.service' 2023-12-18T13:54:50.832 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:50 smithi172 bash[137030]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon-smithi172 2023-12-18T13:54:50.833 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:50 smithi172 bash[137069]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-mon.smithi172" found: no such container 2023-12-18T13:54:50.833 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:50 smithi172 systemd[1]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@mon.smithi172.service: Succeeded. 2023-12-18T13:54:50.833 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Dec 18 13:54:50 smithi172 systemd[1]: Stopped Ceph mon.smithi172 for 3e31d26c-9daa-11ee-95a5-87774f69a715. 2023-12-18T13:54:50.864 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:54:50.864 INFO:tasks.cephadm.mon.smithi172:Stopped mon.smithi172 2023-12-18T13:54:50.864 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-18T13:54:50.865 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.0 2023-12-18T13:54:51.191 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:50 smithi114 systemd[1]: Stopping Ceph osd.0 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:54:51.192 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:50 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:50.992+0000 7f1c9cc71700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:54:51.192 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:50 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:50.992+0000 7f1c9cc71700 -1 osd.0 73 *** Got signal Terminated *** 2023-12-18T13:54:51.192 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:50 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0[120528]: 2023-12-18T13:54:50.992+0000 7f1c9cc71700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:54:56.941 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:56 smithi114 bash[154693]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-0 2023-12-18T13:54:56.941 INFO:journalctl@ceph.osd.0.smithi114.stdout:Dec 18 13:54:56 smithi114 bash[154735]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-18T13:54:57.661 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.0.service' 2023-12-18T13:54:57.701 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:54:57.701 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-18T13:54:57.702 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-18T13:54:57.702 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.1 2023-12-18T13:54:57.941 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:57 smithi114 systemd[1]: Stopping Ceph osd.1 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:54:57.942 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:57 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:57.877+0000 7f610b556700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:54:57.942 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:57 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:57.877+0000 7f610b556700 -1 osd.1 73 *** Got signal Terminated *** 2023-12-18T13:54:57.942 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:54:57 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1[123904]: 2023-12-18T13:54:57.877+0000 7f610b556700 -1 osd.1 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:55:03.915 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:55:03 smithi114 bash[154916]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-1 2023-12-18T13:55:03.915 INFO:journalctl@ceph.osd.1.smithi114.stdout:Dec 18 13:55:03 smithi114 bash[154957]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-18T13:55:04.601 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.1.service' 2023-12-18T13:55:04.640 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:55:04.641 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-18T13:55:04.641 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-18T13:55:04.641 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.2 2023-12-18T13:55:04.941 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:55:04 smithi114 systemd[1]: Stopping Ceph osd.2 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:55:04.942 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:55:04 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:55:04.787+0000 7fbabeaec700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:55:04.942 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:55:04 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:55:04.787+0000 7fbabeaec700 -1 osd.2 73 *** Got signal Terminated *** 2023-12-18T13:55:04.942 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:55:04 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2[128496]: 2023-12-18T13:55:04.787+0000 7fbabeaec700 -1 osd.2 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:55:10.862 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:55:10 smithi114 bash[155135]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-2 2023-12-18T13:55:10.862 INFO:journalctl@ceph.osd.2.smithi114.stdout:Dec 18 13:55:10 smithi114 bash[155186]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-18T13:55:11.560 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.2.service' 2023-12-18T13:55:11.600 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:55:11.601 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-18T13:55:11.601 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-18T13:55:11.601 DEBUG:teuthology.orchestra.run.smithi114:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.3 2023-12-18T13:55:11.941 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:55:11 smithi114 systemd[1]: Stopping Ceph osd.3 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:55:11.942 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:55:11 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-3[132813]: 2023-12-18T13:55:11.739+0000 7f04e060e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:55:11.942 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:55:11 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-3[132813]: 2023-12-18T13:55:11.739+0000 7f04e060e700 -1 osd.3 73 *** Got signal Terminated *** 2023-12-18T13:55:11.942 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:55:11 smithi114 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-3[132813]: 2023-12-18T13:55:11.739+0000 7f04e060e700 -1 osd.3 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:55:17.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:16 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:16.943+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:17.692 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:55:17 smithi114 bash[155365]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-3 2023-12-18T13:55:17.692 INFO:journalctl@ceph.osd.3.smithi114.stdout:Dec 18 13:55:17 smithi114 bash[155409]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.3" found: no such container 2023-12-18T13:55:17.804 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:17 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:17.351+0000 7fc54226d700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.737867+0000 front 2023-12-18T13:54:51.738029+0000 (oldest deadline 2023-12-18T13:55:16.938602+0000) 2023-12-18T13:55:17.805 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:17 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:17.321+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:18.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:17 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:17.970+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:18.474 DEBUG:teuthology.orchestra.run.smithi114:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.3.service' 2023-12-18T13:55:18.514 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:55:18.514 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-18T13:55:18.514 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-18T13:55:18.515 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.4 2023-12-18T13:55:18.613 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:18 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:18.332+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:18.614 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:18 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:18.342+0000 7fc54226d700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.737867+0000 front 2023-12-18T13:54:51.738029+0000 (oldest deadline 2023-12-18T13:55:16.938602+0000) 2023-12-18T13:55:18.614 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:18 smithi172 systemd[1]: Stopping Ceph osd.4 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:55:18.926 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:18 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:18.610+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:18.927 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:18 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:18.631+0000 7fc5480d7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:55:18.927 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:18 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:18.631+0000 7fc5480d7700 -1 osd.4 73 *** Got signal Terminated *** 2023-12-18T13:55:18.927 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:18 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:18.631+0000 7fc5480d7700 -1 osd.4 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:55:19.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:18 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:18.982+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:19.639 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:19 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:19.325+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:19.639 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:19 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:19.312+0000 7fc54226d700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.737867+0000 front 2023-12-18T13:54:51.738029+0000 (oldest deadline 2023-12-18T13:55:16.938602+0000) 2023-12-18T13:55:20.006 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:19 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:19.636+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:20.295 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:20.003+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:20.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:20.322+0000 7fc54226d700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.737867+0000 front 2023-12-18T13:54:51.738029+0000 (oldest deadline 2023-12-18T13:55:16.938602+0000) 2023-12-18T13:55:20.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:20.292+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:21.024 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:20 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:20.621+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:21.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:21.021+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:21.663 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:21.319+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:21.663 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:21.357+0000 7fc54226d700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.737867+0000 front 2023-12-18T13:54:51.738029+0000 (oldest deadline 2023-12-18T13:55:16.938602+0000) 2023-12-18T13:55:22.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:21 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:21.660+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:22.324 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:22.061+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:22.702 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:22.363+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:22.702 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:22.321+0000 7fc54226d700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.737867+0000 front 2023-12-18T13:54:51.738029+0000 (oldest deadline 2023-12-18T13:55:16.938602+0000) 2023-12-18T13:55:23.017 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:22 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:22.699+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:23.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:23.014+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:23.723 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4[115277]: 2023-12-18T13:55:23.329+0000 7fc54226d700 -1 osd.4 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.737867+0000 front 2023-12-18T13:54:51.738029+0000 (oldest deadline 2023-12-18T13:55:16.938602+0000) 2023-12-18T13:55:23.723 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:23.335+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:23.973 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:23.721+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:24.300 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:24 smithi172 bash[137177]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-4 2023-12-18T13:55:24.300 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:23.970+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:24.300 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:23 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:23.970+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:24.554 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 18 13:55:24 smithi172 bash[137222]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T13:55:24.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:24.297+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:24.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:24.297+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:25.025 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:24.735+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:25.026 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:24.735+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:02.026380+0000 front 2023-12-18T13:55:02.026417+0000 (oldest deadline 2023-12-18T13:55:24.326425+0000) 2023-12-18T13:55:25.026 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:24.961+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:25.026 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:24 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:24.961+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:25.218 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.4.service' 2023-12-18T13:55:25.259 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:55:25.259 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-18T13:55:25.260 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-18T13:55:25.260 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.5 2023-12-18T13:55:25.780 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:25.331+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:25.780 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:25.331+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:25.780 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:25 smithi172 systemd[1]: Stopping Ceph osd.5 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:55:25.780 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:25.396+0000 7eff2d56a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:55:25.780 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:25.396+0000 7eff2d56a700 -1 osd.5 73 *** Got signal Terminated *** 2023-12-18T13:55:25.781 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:25.396+0000 7eff2d56a700 -1 osd.5 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:55:26.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:25.777+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:26.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:25.777+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:02.026380+0000 front 2023-12-18T13:55:02.026417+0000 (oldest deadline 2023-12-18T13:55:24.326425+0000) 2023-12-18T13:55:26.054 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:25.978+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:26.054 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:25 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:25.978+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:26.775 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:26.380+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:26.775 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:26.380+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:27.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:26.772+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:27.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:26 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:26.772+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:02.026380+0000 front 2023-12-18T13:55:02.026417+0000 (oldest deadline 2023-12-18T13:55:24.326425+0000) 2023-12-18T13:55:27.054 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:27.007+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:27.054 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:27.007+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:27.750 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:27.390+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:27.750 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:27.390+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:28.023 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:27.747+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:28.023 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:27 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:27.747+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:02.026380+0000 front 2023-12-18T13:55:02.026417+0000 (oldest deadline 2023-12-18T13:55:24.326425+0000) 2023-12-18T13:55:28.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:28.020+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:28.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:28.020+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:28.753 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:28.396+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:28.754 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:28.396+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:29.050 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:28.750+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:29.050 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:28 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:28.751+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:02.026380+0000 front 2023-12-18T13:55:02.026417+0000 (oldest deadline 2023-12-18T13:55:24.326425+0000) 2023-12-18T13:55:29.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:29.048+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:29.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:29.048+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:29.761 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:29.432+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:29.762 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:29.432+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:30.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:29.757+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.925364+0000 front 2023-12-18T13:54:53.925208+0000 (oldest deadline 2023-12-18T13:55:18.024910+0000) 2023-12-18T13:55:30.054 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:29 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5[118728]: 2023-12-18T13:55:29.757+0000 7eff29704700 -1 osd.5 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:02.026380+0000 front 2023-12-18T13:55:02.026417+0000 (oldest deadline 2023-12-18T13:55:24.326425+0000) 2023-12-18T13:55:30.428 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:30.052+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:30.428 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:30.052+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:30.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:30.425+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:30.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:30 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:30.425+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:31.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:31 smithi172 bash[137400]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-5 2023-12-18T13:55:31.304 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 18 13:55:31 smithi172 bash[137478]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T13:55:31.305 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:31.009+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:31.305 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:31.009+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:31.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:31.439+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:31.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:31 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:31.439+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:32.217 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:32.031+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:32.217 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:32.031+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:32.224 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.5.service' 2023-12-18T13:55:32.263 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:55:32.263 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-18T13:55:32.263 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-18T13:55:32.264 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.6 2023-12-18T13:55:32.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:32.409+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:32.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:32.409+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:32.555 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:32 smithi172 systemd[1]: Stopping Ceph osd.6 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:55:32.555 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:32.437+0000 7f778626f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:55:32.555 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:32.437+0000 7f778626f700 -1 osd.6 73 *** Got signal Terminated *** 2023-12-18T13:55:32.555 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:32 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:32.437+0000 7f778626f700 -1 osd.6 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:55:33.386 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:33.077+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:33.387 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:33.077+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:33.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:33.384+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:33.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:33 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:33.384+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:34.371 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:34.063+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:34.372 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:34.063+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:34.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:34.369+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:34.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:34.369+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:34.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:34 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:34.369+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:35.367 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:35.066+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:35.367 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:35.066+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:35.367 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:35.066+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:08.971472+0000 front 2023-12-18T13:55:08.971441+0000 (oldest deadline 2023-12-18T13:55:34.271345+0000) 2023-12-18T13:55:35.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:35.365+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:35.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:35.365+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:35.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:35 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:35.365+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:36.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:36.024+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:36.304 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:36.024+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:36.305 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:36.024+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:08.971472+0000 front 2023-12-18T13:55:08.971441+0000 (oldest deadline 2023-12-18T13:55:34.271345+0000) 2023-12-18T13:55:36.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:36.375+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:36.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:36.375+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:36.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:36 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:36.375+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:37.390 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:37.064+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:53.968236+0000 front 2023-12-18T13:54:53.968032+0000 (oldest deadline 2023-12-18T13:55:16.868108+0000) 2023-12-18T13:55:37.390 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:37.064+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:54:57.969360+0000 front 2023-12-18T13:54:57.969320+0000 (oldest deadline 2023-12-18T13:55:23.869288+0000) 2023-12-18T13:55:37.391 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6[122263]: 2023-12-18T13:55:37.064+0000 7f778340b700 -1 osd.6 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:08.971472+0000 front 2023-12-18T13:55:08.971441+0000 (oldest deadline 2023-12-18T13:55:34.271345+0000) 2023-12-18T13:55:37.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:37.388+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:37.805 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:37.388+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:37.805 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:37 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:37.388+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:38.383 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:38 smithi172 bash[137655]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-6 2023-12-18T13:55:38.383 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 18 13:55:38 smithi172 bash[137698]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T13:55:38.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:38.381+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:38.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:38.381+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:38.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:38 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:38.381+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:39.198 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.6.service' 2023-12-18T13:55:39.238 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:55:39.238 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-18T13:55:39.239 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-18T13:55:39.239 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.7 2023-12-18T13:55:39.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:39 smithi172 systemd[1]: Stopping Ceph osd.7 for 3e31d26c-9daa-11ee-95a5-87774f69a715... 2023-12-18T13:55:39.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:39.363+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:39.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:39.363+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:39.554 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:39.363+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:39.555 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:39.378+0000 7fea55102700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T13:55:39.555 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:39.378+0000 7fea55102700 -1 osd.7 73 *** Got signal Terminated *** 2023-12-18T13:55:39.555 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:39 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:39.378+0000 7fea55102700 -1 osd.7 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:55:40.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:40 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:40.381+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:40.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:40 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:40.381+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:40.805 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:40 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:40.381+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:40.805 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:40 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:40.381+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:55:13.546816+0000 front 2023-12-18T13:55:13.546841+0000 (oldest deadline 2023-12-18T13:55:39.446758+0000) 2023-12-18T13:55:41.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:41 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:41.430+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:41.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:41 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:41.430+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:41.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:41 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:41.430+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:41.805 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:41 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:41.430+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:55:13.546816+0000 front 2023-12-18T13:55:13.546841+0000 (oldest deadline 2023-12-18T13:55:39.446758+0000) 2023-12-18T13:55:42.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:42 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:42.393+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:42.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:42 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:42.393+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:42.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:42 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:42.393+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:42.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:42 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:42.393+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:55:13.546816+0000 front 2023-12-18T13:55:13.546841+0000 (oldest deadline 2023-12-18T13:55:39.446758+0000) 2023-12-18T13:55:43.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:43 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:43.364+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6806 osd.0 since back 2023-12-18T13:54:51.844715+0000 front 2023-12-18T13:54:51.844589+0000 (oldest deadline 2023-12-18T13:55:16.544570+0000) 2023-12-18T13:55:43.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:43 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:43.364+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6814 osd.1 since back 2023-12-18T13:55:01.845760+0000 front 2023-12-18T13:55:01.845733+0000 (oldest deadline 2023-12-18T13:55:24.145549+0000) 2023-12-18T13:55:43.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:43 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:43.364+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6822 osd.2 since back 2023-12-18T13:55:07.646491+0000 front 2023-12-18T13:55:07.646452+0000 (oldest deadline 2023-12-18T13:55:33.546354+0000) 2023-12-18T13:55:43.804 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:43 smithi172 ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:55:43.364+0000 7fea52a9f700 -1 osd.7 73 heartbeat_check: no reply from 172.21.15.114:6830 osd.3 since back 2023-12-18T13:55:13.546816+0000 front 2023-12-18T13:55:13.546841+0000 (oldest deadline 2023-12-18T13:55:39.446758+0000) 2023-12-18T13:55:45.450 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:45 smithi172 bash[137874]: ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd-7 2023-12-18T13:55:45.450 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 18 13:55:45 smithi172 bash[137917]: Error: no container with name or ID "ceph-3e31d26c-9daa-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T13:55:46.131 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e31d26c-9daa-11ee-95a5-87774f69a715@osd.7.service' 2023-12-18T13:55:46.170 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:55:46.170 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-18T13:55:46.170 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T13:56:03.655 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T13:56:20.806 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:56:20.843 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:56:20.874 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-18T13:56:20.875 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459/remote/smithi114/crash 2023-12-18T13:56:20.876 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/crash -- . 2023-12-18T13:56:20.926 INFO:teuthology.orchestra.run.smithi114.stderr:tar: /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T13:56:20.927 INFO:teuthology.orchestra.run.smithi114.stderr:tar: Error is not recoverable: exiting now 2023-12-18T13:56:20.928 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459/remote/smithi172/crash 2023-12-18T13:56:20.929 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/crash -- . 2023-12-18T13:56:20.970 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T13:56:20.970 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2023-12-18T13:56:20.971 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-18T13:56:20.971 DEBUG:teuthology.orchestra.run.smithi114:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-18T13:56:21.000 INFO:teuthology.orchestra.run.smithi114.stderr:grep: /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-18T13:56:21.002 INFO:tasks.cephadm:Compressing logs... 2023-12-18T13:56:21.002 DEBUG:teuthology.orchestra.run.smithi114:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-18T13:56:21.045 DEBUG:teuthology.orchestra.run.smithi172:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-18T13:56:21.071 INFO:teuthology.orchestra.run.smithi114.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-18T13:56:21.071 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T13:56:21.071 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T13:56:21.071 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-18T13:56:21.073 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi114.zdrxoq.log 2023-12-18T13:56:21.073 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-18T13:56:21.074 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-18T13:56:21.074 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi114.zdrxoq.log: /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.3.log: 81.0% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi114.zdrxoq.log.gz 2023-12-18T13:56:21.074 INFO:teuthology.orchestra.run.smithi172.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T13:56:21.074 INFO:teuthology.orchestra.run.smithi172.stderr:: No such file or directory 2023-12-18T13:56:21.075 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-18T13:56:21.075 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T13:56:21.075 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mgr.smithi172.zcqxgb.log 2023-12-18T13:56:21.075 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.6.log: /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi172.glchmj.log 2023-12-18T13:56:21.075 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mgr.smithi172.zcqxgb.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mon.smithi172.log 2023-12-18T13:56:21.075 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi172.glchmj.log: 60.0% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi172.glchmj.log.gz 2023-12-18T13:56:21.076 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.0.log: 90.9% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T13:56:21.077 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mon.smithi172.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-18T13:56:21.077 INFO:teuthology.orchestra.run.smithi172.stderr: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T13:56:21.077 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-18T13:56:21.078 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-18T13:56:21.078 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.4.log: 91.0% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T13:56:21.078 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mgr.smithi114.blescs.log 2023-12-18T13:56:21.079 INFO:teuthology.orchestra.run.smithi114.stderr:gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mon.smithi114.log 2023-12-18T13:56:21.079 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mgr.smithi114.blescs.log: gzip -5 --verbose -- /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-18T13:56:21.084 INFO:teuthology.orchestra.run.smithi114.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mon.smithi114.log: /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.1.log: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T13:56:21.205 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.5.log: 90.0% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mgr.smithi172.zcqxgb.log.gz 2023-12-18T13:56:21.214 INFO:teuthology.orchestra.run.smithi114.stderr: 88.5% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mgr.smithi114.blescs.log.gz 2023-12-18T13:56:21.356 INFO:teuthology.orchestra.run.smithi172.stderr: 92.3% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mon.smithi172.log.gz 2023-12-18T13:56:22.045 INFO:teuthology.orchestra.run.smithi114.stderr: 91.8% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-mon.smithi114.log.gz 2023-12-18T13:56:29.012 INFO:teuthology.orchestra.run.smithi114.stderr: 94.5% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-18T13:56:30.534 INFO:teuthology.orchestra.run.smithi172.stderr: 94.0% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-18T13:56:32.571 INFO:teuthology.orchestra.run.smithi172.stderr: 94.3% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-18T13:56:32.593 INFO:teuthology.orchestra.run.smithi114.stderr: 94.1% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-18T13:56:34.008 INFO:teuthology.orchestra.run.smithi114.stderr: 94.2% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-18T13:56:34.162 INFO:teuthology.orchestra.run.smithi114.stderr: 94.3% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-18T13:56:34.164 INFO:teuthology.orchestra.run.smithi114.stderr: 2023-12-18T13:56:34.164 INFO:teuthology.orchestra.run.smithi114.stderr:real 0m13.104s 2023-12-18T13:56:34.164 INFO:teuthology.orchestra.run.smithi114.stderr:user 0m44.605s 2023-12-18T13:56:34.164 INFO:teuthology.orchestra.run.smithi114.stderr:sys 0m1.950s 2023-12-18T13:56:35.851 INFO:teuthology.orchestra.run.smithi172.stderr: 94.3% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-18T13:56:38.467 INFO:teuthology.orchestra.run.smithi172.stderr: 94.2% -- replaced with /var/log/ceph/3e31d26c-9daa-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-18T13:56:38.469 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-18T13:56:38.469 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m17.407s 2023-12-18T13:56:38.469 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m51.409s 2023-12-18T13:56:38.469 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m2.076s 2023-12-18T13:56:38.469 INFO:tasks.cephadm:Archiving logs... 2023-12-18T13:56:38.470 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459/remote/smithi114/log 2023-12-18T13:56:38.471 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T13:56:44.670 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459/remote/smithi172/log 2023-12-18T13:56:44.671 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T13:56:52.070 INFO:tasks.cephadm:Removing cluster... 2023-12-18T13:56:52.070 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 --force 2023-12-18T13:56:52.484 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e31d26c-9daa-11ee-95a5-87774f69a715 --force 2023-12-18T13:56:52.876 INFO:tasks.cephadm:Removing cephadm ... 2023-12-18T13:56:52.876 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T13:56:52.895 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T13:56:52.913 INFO:tasks.cephadm:Teardown complete 2023-12-18T13:56:52.913 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-18T13:56:52.923 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-18T13:56:52.923 DEBUG:teuthology.orchestra.run.smithi114:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:56:52.937 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:56:52.952 INFO:teuthology.orchestra.run.smithi114.stderr:bash: ntpq: command not found 2023-12-18T13:56:52.956 INFO:teuthology.orchestra.run.smithi114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:56:52.956 INFO:teuthology.orchestra.run.smithi114.stdout:=============================================================================== 2023-12-18T13:56:52.956 INFO:teuthology.orchestra.run.smithi114.stdout:^+ hv01.front.sepia.ceph.com 2 6 373 27 +276us[ +276us] +/- 80ms 2023-12-18T13:56:52.956 INFO:teuthology.orchestra.run.smithi114.stdout:^* hv02.front.sepia.ceph.com 3 6 373 27 +210us[ +216us] +/- 49ms 2023-12-18T13:56:52.956 INFO:teuthology.orchestra.run.smithi114.stdout:^+ hv03.front.sepia.ceph.com 3 6 373 26 -519us[ -519us] +/- 73ms 2023-12-18T13:56:52.956 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:56:52.970 INFO:teuthology.orchestra.run.smithi172.stderr:bash: ntpq: command not found 2023-12-18T13:56:52.974 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:56:52.974 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2023-12-18T13:56:52.974 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 +284us[ +301us] +/- 80ms 2023-12-18T13:56:52.974 INFO:teuthology.orchestra.run.smithi172.stdout:^* hv02.front.sepia.ceph.com 3 6 377 30 +226us[ +243us] +/- 49ms 2023-12-18T13:56:52.974 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 30 -552us[ -535us] +/- 73ms 2023-12-18T13:56:52.974 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:56:52.975 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-18T13:56:52.988 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-18T13:56:52.988 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-18T13:56:53.002 DEBUG:teuthology.orchestra.run.smithi114:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-18T13:56:53.096 DEBUG:teuthology.orchestra.run.smithi172:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-18T13:56:53.187 DEBUG:teuthology.orchestra.run.smithi114:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:56:53.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:56:53.219 DEBUG:teuthology.orchestra.run.smithi172:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:56:53.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:56:53.252 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-18T13:56:53.263 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-18T13:56:53.279 INFO:teuthology.task.internal:Duration was 1832.457331 seconds 2023-12-18T13:56:53.280 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-18T13:56:53.294 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-18T13:56:53.295 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T13:56:53.298 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T13:56:53.341 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:56:53.344 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:56:53.707 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-18T13:56:53.707 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi114.front.sepia.ceph.com 2023-12-18T13:56:53.707 DEBUG:teuthology.orchestra.run.smithi114:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-18T13:56:53.732 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2023-12-18T13:56:53.733 DEBUG:teuthology.orchestra.run.smithi172:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-18T13:56:53.756 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-18T13:56:53.756 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T13:56:53.775 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T13:56:53.849 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-18T13:56:53.849 DEBUG:teuthology.orchestra.run.smithi114:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T13:56:53.851 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T13:57:02.415 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-18T13:57:02.428 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-18T13:57:02.429 DEBUG:teuthology.orchestra.run.smithi114:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T13:57:02.457 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T13:57:02.491 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-18T13:57:02.505 DEBUG:teuthology.orchestra.run.smithi114:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:57:02.508 DEBUG:teuthology.orchestra.run.smithi172:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:57:02.532 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = core 2023-12-18T13:57:02.563 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2023-12-18T13:57:02.599 DEBUG:teuthology.orchestra.run.smithi114:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:57:02.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:57:02.616 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:57:02.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:57:02.657 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-18T13:57:02.668 INFO:teuthology.task.internal:Transferring archived files... 2023-12-18T13:57:02.669 DEBUG:teuthology.misc:Transferring archived files from smithi114:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459/remote/smithi114 2023-12-18T13:57:02.669 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T13:57:02.738 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459/remote/smithi172 2023-12-18T13:57:02.738 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T13:57:02.781 INFO:teuthology.task.internal:Removing archive directory... 2023-12-18T13:57:02.781 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T13:57:02.785 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T13:57:02.834 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-18T13:57:02.845 INFO:teuthology.task.internal:Not uploading archives. 2023-12-18T13:57:02.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-18T13:57:02.879 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-18T13:57:02.879 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T13:57:02.882 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T13:57:02.897 INFO:teuthology.orchestra.run.smithi114.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 13:57 /home/ubuntu/cephtest 2023-12-18T13:57:02.899 INFO:teuthology.orchestra.run.smithi172.stdout: 525366 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 13:57 /home/ubuntu/cephtest 2023-12-18T13:57:02.901 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-18T13:57:02.913 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-18T13:57:02.937 INFO:teuthology.nuke:Checking targets against current locks 2023-12-18T13:57:02.965 DEBUG:teuthology.nuke:shortname: smithi114 2023-12-18T13:57:02.966 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:57:02.990 DEBUG:teuthology.nuke:shortname: smithi172 2023-12-18T13:57:02.990 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:57:02.994 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 13:17:01.176186', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBHmx+1J6NtjnaucqihYGXY3ItRPQ0roteJKvjOZWoX1O53W28I1/Cb1KWj51UD25buG3iQendRhgtAYyR+giEU='} 2023-12-18T13:57:03.020 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_13:16:52-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495459', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 13:17:01.174875', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNDh8MyoEvxh7dPENtfZevj56e+mT03vBBGV62PQv1U2GGTCoCAO1yT2m+qucWGxXHcNUQBoWbAGxAUFirZGkvk='} 2023-12-18T13:57:03.050 INFO:teuthology.orchestra.console.smithi114:Power off 2023-12-18T13:57:03.051 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T13:57:03.075 DEBUG:teuthology.orchestra.console.smithi114:power off output: Chassis Power Control: Down/Off 2023-12-18T13:57:03.075 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:03.092 INFO:teuthology.orchestra.console.smithi172:Power off 2023-12-18T13:57:03.093 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T13:57:03.103 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2023-12-18T13:57:03.122 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2023-12-18T13:57:03.123 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:03.151 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-18T13:57:07.104 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:07.153 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:07.215 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2023-12-18T13:57:07.263 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-18T13:57:11.217 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:11.264 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:11.329 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2023-12-18T13:57:11.374 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-18T13:57:15.335 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:15.375 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:57:15.446 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is off 2023-12-18T13:57:15.487 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2023-12-18T13:57:15.549 INFO:teuthology.orchestra.console.smithi114:Power off completed 2023-12-18T13:57:15.589 INFO:teuthology.orchestra.console.smithi172:Power off completed 2023-12-18T13:57:15.695 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: 1832.457331418991 failure_reason: 'Command failed on smithi114 with status 1: "sudo TESTDIR=/home/ubuntu/cephtest bash -c ''cd /mnt/foo && dbench 5 -t 5''"' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=173a67c420784d2c96129f7cadcd30bb status: fail success: false 2023-12-18T13:57:15.696 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T13:57:15.775 INFO:teuthology.run:FAIL